Skip to content

Releases: zookzook/elixir-mongodb-driver

Bugfix

22 May 15:27
Compare
Choose a tag to compare

Bugfix

Bulk writes

21 May 20:35
0699e7c
Compare
Choose a tag to compare

Added support for bulk writes.

Fixed Travis configuration, removed bug from change streams

02 May 19:56
Compare
Choose a tag to compare
  • 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

01 May 15:20
Compare
Choose a tag to compare
  • Enhancements
    • Added op_msg support (See)
    • Fixed change streams in case of error codes: 11601, 136 and 237 from resuming
    • Reorganized error handling

Change Streams

28 Apr 18:55
Compare
Choose a tag to compare

This release contains the implementation of the change streams.