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

Changelog History
Page 4

  • 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_timout_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
  • v0.4.1 Changes

    August 09, 2017
    • ๐Ÿ› Bug fixes
      • Monitors no longer use a pool
      • Can now connect to a Mongo instance using a CNAME
      • Pass options through Mongo.aggregate/4
  • v0.4.0 Changes

    June 07, 2017
    • ๐Ÿ‘ Replica Set Support
  • v0.3.0 Changes

    May 11, 2017
    • ๐Ÿ’ฅ Breaking changes
      • Remove BSON.DateTime and replace it with native Elixir DateTime
  • v0.2.1 Changes

    May 08, 2017
    • โœจ Enhancements

      • SSL support
      • Add functions BSON.DateTime.to_elixir_datetime/1 and BSON.DateTime.from_elixir_datetime/1
    • ๐Ÿ”„ Changes

      • Requires Elixir ~> 1.3