Releases: zookzook/elixir-mongodb-driver
Releases · zookzook/elixir-mongodb-driver
Minor fixes
-
Bug Fixes
- Test for existing index in
Bucket
works right now
- Test for existing index in
-
Enhancements
- Better handling for the
:timeout
options
- Better handling for the
Minor fixes
-
Bug Fixes
- Fixed a match error in
after_fun
of cursor module - Fixed a match error in the result of function
Monitor.force_check
- Resolved decode problem for the Binary (Old) BinData subtype
- Fixed a match error in
-
Enhancements
- Added support for
Mongo.BulkWriteResult
- Added support for
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.