Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
morris committed Jul 16, 2024
1 parent bfaee39 commit 9ad95d4
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# Changelog

## NEXT

- Migrate tests to `node:test`
- Update dependencies

## 1.2.1

- Update deps
- Update dependencies

## 1.2.0

- Allow passing session and other options to `Publisher.publish`
- Update deps
- Update dependencies

## 1.1.0

Expand All @@ -24,20 +29,20 @@
- Add `fastPollMs` option to consumers
- Remove casting to `Error`
- Add preliminary benchmarks
- Update deps
- Update dependencies

## 0.4.0

- Fix typing issue; all generic `TMessage` args now inherit from MongoDB's `Document` interface
- Simplify build
- Update deps
- Update dependencies

## 0.3.0

- Add type-safety to all event emitters
- Add `Consumer.drain` method (waits until consumer could not receive a message)
- Add `MessageQueue` class that combines existing capabilities for convenience
- Update deps
- Update dependencies

## 0.2.1

Expand Down

0 comments on commit 9ad95d4

Please sign in to comment.