All Versions
43
Latest Version
Avg Release Cycle
53 days
Latest Release
189 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.0.0 Changes
November 27, 2022๐ 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
- ๐ release 1.0.0 (64e274a)
-
v0.9.3 Changes
October 14, 2022- ๐ Bugfix
- fix a bug in the hello handshake protocol (thanks to fireproofsocks for reporting)
- โจ Enhancements
- add migration
- ๐ Bugfix
-
v0.9.2 Changes
September 24, 2022- ๐ Bugfix
- 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)
- ๐ Bugfix
-
v0.9.1 Changes
May 27, 2022- ๐ Bugfix
- add backward compatible for Elixir < 1.13 (thanks to ja-jimenez)
- ๐ Bugfix
-
v0.9.0 Changes
May 21, 2022- โจ 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
- โจ Enhancements
-
v0.8.4 Changes
March 09, 2022- ๐ Bugfix
- add missing excludes from dump function (collections)
- ๐ Bugfix
-
v0.8.3 Changes
February 17, 2022- ๐ Bugfix
- fix no function clause matching (thanks to bodbdigr)
- ๐ Bugfix
-
v0.8.2 Changes
February 03, 2022- โจ Enhancements
- Remove a compiler warning (thanks to a-jimenez )
- โจ Enhancements
-
v0.8.1 Changes
January 22, 2022- โจ Enhancements
- Fix for serializing BSON Regex without options (thanks to MillionIntegrals)
- Misc doc changes (thanks to kianmeng)
- Added support for OP_MSG exhaustAllowed flag
- Added support for streaming protocol
- Added Insights app for development ]()
- โจ Enhancements
-
v0.8.0 Changes
November 07, 2021- โจ 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)
- โจ Enhancements