All Versions
17
Latest Version
Avg Release Cycle
102 days
Latest Release
2164 days ago
Changelog History
Page 1
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
- Added support for connecting via UNIX sockets (
๐ 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
- โจ Enhancements
-
v0.4.6 Changes
May 20, 2018- โจ Enhancements
- Added
:connect_timeout_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