All Versions
43
Latest Version
Avg Release Cycle
53 days
Latest Release
189 days ago

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
  • 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)
  • v0.9.1 Changes

    May 27, 2022
    • ๐Ÿ›  Bugfix
      • add backward compatible for Elixir < 1.13 (thanks to ja-jimenez)
  • 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
  • v0.8.4 Changes

    March 09, 2022
    • ๐Ÿ›  Bugfix
      • add missing excludes from dump function (collections)
  • v0.8.3 Changes

    February 17, 2022
    • ๐Ÿ›  Bugfix
      • fix no function clause matching (thanks to bodbdigr)
  • v0.8.2 Changes

    February 03, 2022
    • โœจ Enhancements
      • Remove a compiler warning (thanks to a-jimenez )
  • 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 ]()
  • 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)