Elixir Mongodb Driver Versions Save

MongoDB driver for Elixir

0.9.1

1 year ago

Bugfixes:

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

0.9.0

2 years ago

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

v0.9.0-rc.0

2 years ago
  • 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

v0.8.2

2 years ago

Enhancements

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

0.8.0

2 years ago
  • 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)

0.7.5

2 years ago
  • Enhancements
    • replica set connection: faster topology update if the primary is down (thanks to p-mongo)

0.7.4

2 years ago

Enhancements

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

0.7.3

3 years ago
  • Enhancements
    • added support for OTP 24
    • Add support for tls setting in connection string (tschmittni)
    • Replace deprecated functions (OTP 24) (aenglisc )

0.7.2

3 years ago
  • 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)

0.7.1

3 years ago
  • Enhancements
    • upgraded decimal to 2.0, jason to 1.2
    • Add proper support for tailable cursors and awaitData (PR #74)