Skip to content

Releases: zookzook/elixir-mongodb-driver

Minor changes for better performance

01 Nov 16:47
Compare
Choose a tag to compare
  • Enhancements
    • refactored Mongo.Session and Mongo.Session.SessionPool because of poor performance

Support for session and transactions

20 Sep 13:08
Compare
Choose a tag to compare
  • Enhancements
    • refactored writeConcern
    • refactored filter_nils
    • refactored usage of ReadPreference
    • added support for sessions (ServerSession, SessionPool, Session)
    • added support for transaction
    • added Decimal128 encoder
    • added support for transaction to gridfs and bulk operation
    • added create command (explicitly creating a collection or view)

Minor fixes

25 Jun 09:40
Compare
Choose a tag to compare
  • Bug Fixes

    • Test for existing index in Bucket works right now
  • Enhancements

    • Better handling for the :timeout options

Minor fixes

14 Jun 07:53
Compare
Choose a tag to compare
  • 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
  • Enhancements

    • Added support for Mongo.BulkWriteResult

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.