Elixir Mongodb Driver Versions Save

MongoDB driver for Elixir

v1.4.1

2 weeks ago

1.4.1 (2024-05-02)

Bug Fixes

  • improved the reconnection workflow (08d7fbc)

v1.4.0

3 months ago

1.4.0 (2024-02-10)

Miscellaneous Chores

v1.2.1

5 months ago

1.2.1 (2023-11-26)

Bug Fixes

  • added support for read preference specified by the URL (#207) (9e4d569)
  • applies the global timeout value to each query (#215) (64f8ea1)
  • handle read preferences without tags (50ea98d)
  • preserve the order of the keys (#211) (b360d87)

v1.2.0

8 months ago

1.2.0 (2023-08-30)

Features

  • Supports passing arrayFilters option through find_one_and_update (#201) (082878b)

Bug Fixes

v1.1.0

9 months ago

1.1.0 (2023-07-30)

Features

v1.0.3

1 year ago

1.0.3 (2023-05-13)

Bug Fixes

  • add support for the hint option (#175) (4c817b7)
  • add telemetry start event to fix #174 (e79db9e)
  • check if monitor pid exists before stopping (6e0c8b2)

v1.0.2

1 year ago

1.0.2 (2023-01-02)

Bug Fixes

v1.0.1

1 year ago

1.0.1 (2022-12-17)

Bug Fixes

  • replace :code.priv_dir/1 function (da0fd6c)

v1.0.0

1 year ago

1.0.0 (2022-11-27)

Bug Fixes

  • add migration (da65de4)
  • improve the dump and load functions (#154) (e7f2d44)
  • remove a bug in the hello handshake protocol (thanks to fireproofsocks for reporting) (59aa841)
  • remove derived attributes in the dump function (c1b60b4)
  • use the same timestamps in new/0 function (0db61da)

Miscellaneous Chores

0.9.2

1 year ago
  • 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)