Changelog History
Page 2
-
v2.12.1 Changes
April 22, 2020๐ This feature release of the Ruby driver for MongoDB adds two major features:
- Client-side encryption
- ๐ Extended JSON parsing
๐ The following notable changes and bug fixes have been made since 2.12.0.rc0:
- ๐ RUBY-2219 Force read preference primaryPreferred in Single topology
- ๐ RUBY-2176 Provide a descriptive error message in CSE when AWS key or secret are empty strings
- ๐ RUBY-2189 Restart SRV monitor in Cluster#reconnect!
๐ This release of the driver includes all bug fixes that are part of the 2.10-stable and 2.11-stable branches.
๐ This release replaces version 2.12.0, which was erroneously created from the master tree and has been removed.
-
v2.12.0 Changes
April 21, 2020๐ This feature release of the Ruby driver for MongoDB adds two major features:
- Client-side encryption
- ๐ Extended JSON parsing
๐ The following notable changes and bug fixes have been made since 2.12.0.rc0:
- ๐ RUBY-2219 Force read preference primaryPreferred in Single topology
- ๐ RUBY-2176 Provide a descriptive error message during Client-Side Encryption when AWS key or secret are empty strings
- ๐ RUBY-2189 Restart SRV monitor in Cluster#reconnect!
๐ This release of the driver includes all bug fixes that are part of the 2.10-stable and 2.11-stable branches.
-
v2.12.0.rc0 Changes
March 13, 2020๐ This feature release of the Ruby driver for MongoDB adds two major features:
- Client-side encryption ๐ 2. Extended JSON parsing
The following notable improvements have been made:
- ๐ RUBY-1564 Support Client-side Field Level Encryption / FLE
- ๐ RUBY-1203 Implement Extended JSON functionality required for FLE
- ๐ RUBY-2142 Add filter option to Ruby list_collections method
- ๐ RUBY-1213 Cache SCRAM credentials
- ๐ RUBY-2091 Provide stack trace for ismaster failures in monitor
- ๐ RUBY-2162 Close sockets when connections fail
- ๐ RUBY-2172 Improve error reporting when nil and empty string are given to URI#get
- ๐ RUBY-1889 Auth exceptions now include server information
- ๐ RUBY-1151 Commands should have a limit of maxBsonObjectSize + 16K
- ๐ RUBY-2140 Socket liveness checks now time out
๐ This release of the driver includes all bug fixes that are part of the 2.10-stable and 2.11-stable branches.
-
v2.11.6
October 09, 2020 -
v2.11.5 Changes
July 17, 2020๐ This patch release in the 2.11 series fixes the following issues:
-
v2.11.4 Changes
March 09, 2020๐ This patch release in the 2.11 driver series improves performance of the driver by not creating redundant sockets during address resolution.
-
v2.11.3 Changes
January 23, 2020๐ This patch release in the 2.11 driver series adds Ruby 2.7 compatibility and addresses issues discovered since the 2.11.2 release. The following tickets have been closed:
- ๐ RUBY-2091 Provide stack trace for ismaster failures in monitor
- ๐ RUBY-2030 Client/Cluster construction fails when duplicate seed addresses are provided
- ๐ RUBY-2054 upsert option is not sent to legacy servers with w:0 due to string/symbol key mismatch
- ๐ RUBY-2059 Dependency on bson 4.6 forces driver 2.10.3 to require Ruby 2.3+/JRuby 9.2+
- ๐ RUBY-2055 Driver sends null pwd field in createUser when password is not specified
-
v2.11.2 Changes
December 04, 2019๐ This patch release in the 2.11 driver addresses an issue where the driver would stop monitoring the deployment when the nodes in the deployment changed their addresses. The full list of notable changes is below:
- ๐ RUBY-1601 Change server description server type method implementations to match SDAM spec
- ๐ RUBY-1888 Direct connection to RS primary with driver/node address mismatch follows SDAM specification regarding server type
- ๐ RUBY-1970 Allow authentication to all server types except arbiters
- ๐ RUBY-1889 Auth exceptions should include server information
-
v2.11.1 Changes
November 15, 2019๐ This patch release in the 2.11 series fixes the following issue:
-
v2.11.0 Changes
October 31, 2019๐ This feature release of the Ruby driver for MongoDB adds two major features:
- A background thread in server connection pools to eagerly establish connections up to the minimum pool size
- ๐ SRV polling for sharded deployments
๐ This release of the Ruby driver bumps the minimum required Ruby version to 2.3, as well as minimum supported JRuby version to 9.2.
๐ The following notable changes have been made since 2.11.0.rc0:
- ๐ RUBY-1955 Log connection ids in command logger
- ๐ RUBY-1986 Retry reads in legacy mode on OperationFailure errors that modern mode retries on
- ๐ RUBY-1980 Ensure cursor IDs are always encoded as 64-bit integers in BSON for getMore
- ๐ RUBY-1988 Ensure cursor IDs are always encoded as 64-bit integers in BSON when using killCursors
- ๐ RUBY-1944 Fix background threads such as the Monitor unable to restart once stopped
- ๐ RUBY-1344 Accept write concern option in user management helpers
- ๐ RUBY-1777 Ensure that getMore right after a resume is retried in changestreams
- ๐ RUBY-1913 Fix X509 authentication not working
- ๐ RUBY-1945 Prohibit distinct(nil) call as server 4.4 rejects it