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

Changelog History
Page 2

  • v0.7.5 Changes

    • ✨ Enhancements
      • replica set connection: faster topology update if the primary is down (thanks to p-mongo)
  • v0.7.4 Changes

    June 21, 2021
    • ✨ Enhancements
      • added a new option to specify a timeout, when increasing the connection pool is no option
  • v0.7.3 Changes

    May 29, 2021
    • ✨ Enhancements
      • added support for OTP 24
      • Add support for tls setting in connection string (tschmittni)
      • Replace deprecated functions (OTP 24) (aenglisc )
  • v0.7.2 Changes

    May 19, 2021
    • ✨ 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)
  • v0.7.1 Changes

    January 01, 2021
    • ✨ Enhancements
      • upgraded decimal to 2.0, jason to 1.2
      • Add proper support for tailable cursors and awaitData (PR #74)
  • v0.7.0 Changes

    April 17, 2020
    • ✨ Enhancements

      • refactored event notification system
      • added support for retryable reads and writes
      • refactored the test cases
      • now using mtools for a MongoDB deployment in the travis ci environment
      • travis ci uses only the latest MongoDB version The failCommand
      • Session.commit_transaction returns now :ok or an error {:error, %Mongo.Error{}}
    • 🛠 Bugfixes

      • Using max_staleness_ms > 0 results in a crash
      • Read preferences are sent to mongos
  • v0.6.5 Changes

    March 30, 2020
    • ✨ Enhancements
      • updated db_connection dependency
      • generalize inconsistent typespecs
      • new function BSON.ObjectId.decode/1 and BSON.ObjectId.encode/1
      • new function Mongo.uuid/1
  • v0.6.4 Changes

    January 24, 2020
    • 🛠 Bugfixes
      • fixed bug in Mongo.TopologyDescription in case of a shard cluster deployment (#39)
  • v0.6.3 Changes

    January 23, 2020

    ✨ Enhancements

    • basic support for inserting structs
    • removed duplicated code

    - Cursor-API raises a Mongo.Error instead of a FunctionClauseError

    🛠 Bugfixes

    • :appname option (typo) #38
    • fixed index creation in Mongo.GridFs.Bucket
  • v0.6.2 Changes

    November 15, 2019
    • ✨ Enhancements
      • refactored the api of Mongo.limits and Mongo.wire_version
      • add support for tracking recovery token from response in a sharded transaction