Releases: zookzook/elixir-mongodb-driver
Releases · zookzook/elixir-mongodb-driver
Bugfix
Bulk writes
Added support for bulk writes.
Fixed Travis configuration, removed bug from change streams
-
Enhancements
- Travis now using the right MongoDB version
-
Bug Fixes
- added test unit for change streams
- removed debug code from change streams
Added support for op_msg
- Enhancements
- Added
op_msg
support (See) - Fixed change streams in case of error codes: 11601, 136 and 237 from resuming
- Reorganized error handling
- Added
Change Streams
This release contains the implementation of the change streams.