All Versions
34
Latest Version
Avg Release Cycle
45 days
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v0.4.8-dev Changes
✨ Enhancements
- Added hostname and port to exceptions
- Added support for x509 authentication
- Allow passing only partial
read_preference
information - Add support for GridFS
🐛 Bug Fixes
- Fixed a connection leak
- Properly parse write concern for URL
- Properly follow read preference for
secondary_preferred
-
v0.4.7 Changes
- ✨ Enhancements
- Added 4.0 to supported versions
- Initial support for mongodb+srv URLs
- Support for Decimal128
- ✨ Enhancements
-
v0.4.6 Changes
- ✨ Enhancements
- Added
:connect_timout_ms
toMongo.start_link/1
- Reorganized documentation
- Added
- ✨ Enhancements
-
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
- Added support for using a mongo url via the
🐛 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
- Send TLS server name indication (SNI) if none is set in the
🐛 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
- 🐛 Bug fixes
-
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
- 🐛 Bug fixes
-
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 ElixirDateTime
- Remove
- 💥 Breaking changes