All Versions
17
Latest Version
Avg Release Cycle
102 days
Latest Release
1780 days ago

Changelog History
Page 1

  • v0.5.1 Changes

    May 15, 2019
    • โœจ Enhancements

      • Added support for connecting via UNIX sockets (:socket and :socket_dir)
      • Start using write commands for acknowledged writes
    • ๐Ÿ› Bug Fixes

      • Added missing host parameter in exception call
      • No longer starting :pool_size number of connections for internal monitors
  • v0.5.0 Changes

    May 06, 2019
    • โœจ Enhancements

      • Added hostname and port to exceptions
      • Added support for x509 authentication
      • Allow passing only partial read_preference information
      • Add support for GridFS
      • Update to db_connection 2.x
    • ๐Ÿ› Bug Fixes

      • Fixed a connection leak
      • Properly parse write concern for URL
      • Properly follow read preference for secondary_preferred
      • Fixed an issue where the topology could crash due to a negative timeout
  • v0.4.9

    July 17, 2019
  • v0.4.8

    June 24, 2019
  • v0.4.7 Changes

    September 13, 2018
    • โœจ Enhancements
      • Added 4.0 to supported versions
      • Initial support for mongodb+srv URLs
      • Support for Decimal128
  • v0.4.6 Changes

    May 20, 2018
    • โœจ Enhancements
      • Added :connect_timeout_ms to Mongo.start_link/1
      • Reorganized documentation
  • v0.4.5 Changes

    April 08, 2018
    • โœจ Enhancements

      • Should now be able to send a query to your server before the connection is fully made
    • ๐Ÿ› Bug Fixes

      • Should actually be able to query for longer than 5 seconds
  • v0.4.4 Changes

    February 09, 2018
    • โœจ Enhancements

      • Added support for using a mongo url via the :url key
      • Added MongoDB 3.6 to supported versions
      • Added support for the deprecated undefined BSON type
    • ๐Ÿ› Bug Fixes

      • Added another case for BSON NaN
      • Fixed encoding and decoding of the BSON Timestamp type
      • Should now figure out Topology for replica sets even if you exclude the :type key
      • Fixed an issue where our monitors would become empty, preventing the driver from reconnecting to a downed database
  • v0.4.3 Changes

    September 16, 2017
    • โœจ Enhancements

      • Send TLS server name indication (SNI) if none is set in the :ssl_opts
      • Fixed a couple dialyzer issues
      • Add basic examples of $and, $or, and $in operators in README
    • ๐Ÿ› Bug Fixes

      • Ensure cursor requests are routed to the proper node in the cluster
      • No longer attempting to authenticate against arbiter nodes
      • Prevent monitor errors if you have stopped the mongo process
  • v0.4.2 Changes

    August 28, 2017
    • ๐Ÿ› Bug fixes
      • Fix application crash when a replica set member goes offline
      • Fix application crash on start when a replica set member is offline