Skip to content

Releases: zookzook/elixir-mongodb-driver

Bug fixes and improments

24 Sep 07:50
b072422
Compare
Choose a tag to compare
  • fix a crash in the streaming hello monitor, if the server sends more than one response at once
  • add support for the new hello handshake
  • refactor :timeout option (thanks to JD-Robertson for reporting)
  • add timestamps macro to the collection module to handle inserted_at and updated_at attributes (thanks to carlosliracl)

Minor changes

06 Jun 07:10
0c1b5c4
Compare
Choose a tag to compare

Bugfixes:

  • add backward compatible for Elixir < 1.13 (thanks to ja-jimenez)

New Repo module and transaction API

21 May 07:51
d1b5286
Compare
Choose a tag to compare

Enhancements

  • add colored log output
  • add telemetry support for execution
  • add new Repo module (thanks to daskycodes)
  • add missing typespecs (thanks to fdie)
  • refactor transaction api to support nested transaction
  • add Mongo.rename_collection/3 command

New Repo module and transaction API

18 Apr 14:05
8ea005a
Compare
Choose a tag to compare
  • Enhancements
    • add colored log output
    • add telemetry support for execution
    • add new Repo module (thanks to daskycodes)
    • add missing typespecs (thanks to fdie)
    • refactor transaction api to support nested transaction
    • add Mongo.rename_collection/3 command

Minor changes

03 Feb 07:27
Compare
Choose a tag to compare

Enhancements

  • Remove a compiler warning (thanks for a-jimenez )

Minor changes

07 Nov 14:34
Compare
Choose a tag to compare
  • Enhancements
    • replica set connection: faster topology update if the primary is down (thanks to p-mongo)
    • added custom Mongo.Encoder protocol (thanks to esse)
    • added collection from yildun project
    • fixed an issue that the bulk operation does not stop after any insert/update/delete failed (thanks to ja-jimenez)

Minor changes

18 Sep 09:52
Compare
Choose a tag to compare
  • Enhancements
    • replica set connection: faster topology update if the primary is down (thanks to p-mongo)

Minor changes

21 Jun 18:58
Compare
Choose a tag to compare

Enhancements

  • added a new option to specify a timeout, when increasing the connction pool is no option

Support for OTP 24

29 May 10:10
Compare
Choose a tag to compare
  • Enhancements
    • added support for OTP 24
    • Add support for tls setting in connection string (tschmittni)
    • Replace deprecated functions (OTP 24) (aenglisc )

Minor enhancements

19 May 13:39
Compare
Choose a tag to compare
  • Enhancements
    • Adds test to cover one of Mongo.find/4 errors (vukanac)
    • Update specs for Mongo.find/4 with error tuple (vukanac)
    • Fix build warnings and correct typespec (joeapearson)
    • Update db_connection version to remove System.stacktrace warnings (vukanac)
    • Update SCRAM auth procedure (LetThereBeDwight)