Skip to content

Releases: zookzook/elixir-mongodb-driver

v1.5.2

11 Feb 18:46
d7c4293
Compare
Choose a tag to compare

1.5.2 (2025-02-11)

Bug Fixes

  • improved error handling when using change-streams (c07c5a1)

v1.5.1

05 Feb 06:47
9a71d4f
Compare
Choose a tag to compare

1.5.1 (2025-02-04)

Bug Fixes

  • master: ensure url_parser does not fail on missing txt record (#261) (e4a3102)

v1.5.0

20 Sep 09:09
ec504a0
Compare
Choose a tag to compare

1.5.0 (2024-09-20)

Features

  • added support for op_compressed (zlib and zstd) (cf32c87)

Bug Fixes

  • update/4: improve Mongo.update/4 function (#245) (50b511d)

v1.4.1

02 May 10:50
6dc6416
Compare
Choose a tag to compare

1.4.1 (2024-05-02)

Bug Fixes

  • improved the reconnection workflow (08d7fbc)

v1.4.0

10 Feb 11:39
312d1b1
Compare
Choose a tag to compare

1.4.0 (2024-02-10)

Miscellaneous Chores

v1.2.1

26 Nov 12:37
3f3c354
Compare
Choose a tag to compare

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

06 Sep 05:34
4e4397b
Compare
Choose a tag to compare

1.2.0 (2023-08-30)

Features

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

Bug Fixes

v1.1.0

31 Jul 06:39
da93b19
Compare
Choose a tag to compare

1.1.0 (2023-07-30)

Features

v1.0.3

13 May 07:21
174c7d9
Compare
Choose a tag to compare

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

02 Jan 12:57
706078e
Compare
Choose a tag to compare

1.0.2 (2023-01-02)

Bug Fixes