Releases: mongodb/mongo-ruby-driver
Releases · mongodb/mongo-ruby-driver
MongoDB Ruby Driver v1.9.1
- Fixed repository badges
MongoDB Ruby Driver v1.9.1.rc0
MongoDB Ruby Driver v1.9.0
- added support for batch insert over multiple messages (RUBY-533)
- added support for delegated authentication (RUBY-577)
- added support for SSL certificate validation (RUBY-565)
- fixed issue with support for auth params the URI parser (RUBY-606)
- fixed apache 2.0 license compliance (RUBY-615)
- fixed bson c-extension bugs (RUBY-611, RUBY-612)
- removed unnecessary log noise when running with warnings enabled (RUBY-620)
- removed 3rd-party encoding helpers (RUBY-618)
- clean-up and preparation for moving 1.x series driver into maintenance mode (RUBY-590)
MongoDB Ruby Driver v1.8.6
- fixed concurrency issue in PoolManager#connect_to_members (RUBY-578)
- fixed replica set :nearest read preference (RUBY-607)
- fixed replica/sharded client reconnection errors (RUBY-579)
- fixed ShardingPoolManager::check_connection_health not supporting authentication (RUBY-560)
- fixed testing Error when running tests from gem (RUBY-584)
- setup Code/CI for tests requiring authentication (RUBY-583)
MongoDB Ruby Driver v1.8.5
- OrderedHash#Clone is always shallow (RUBY-535)
- Removed test files from gemspec temporarily as they cannot be run (RUBY-570)
- Fix for running commands against mongos <2.2 (RUBY-574)
- Fix for max bson size / max message size (RUBY-568)
- Fix internal handling of seeds for sharded clusters (RUBY-573)
- Fix for replica set authentication not working (RUBY-572)
- Improved authentication test suite and removed outdated tests.
MongoDB Ruby Driver v1.8.4
- Fixed warning during C extension compilation (RUBY-567)
MongoDB Ruby Driver v1.8.4.rc0
- Improvements to connection pool pinning behavior when change read preferences (RUBY-475)
- Explicit exception is now raised on attempts to authenticate multiple users to the same database (RUBY-529)
- Support for new MongoDB 2.4 index types (RUBY-564)
- Resolved an issue where Collection#drop caused a fetch of all namespaces, deprecated DB#strict (RUBY-537)
MongoDB Ruby Driver v1.8.3
- Fix so that batch size is applied to initial query (RUBY-558)
MongoDB Ruby Driver v1.8.3.rc1
- Fixes for replica set routing of OP_KILL_CURSORS and OP_GET_MORE
- Replica set tests now use 3 members and no arbiters
MongoDB Ruby Driver v1.8.3.rc0
- Added cryptographic signature to all gems, install with
-P
option (RUBY-538) - Support for object_id.to_s in the BSON C extension (@jeem)
- Corrected logic for how the connection pool refreshes and cleans-up sockets (RUBY-543)
- Fixed read preferences for MongoShardedClient (RUBY-542)
- Fixed URI connection string parsing for MongoShardedClient (RUBY-541)
- Fixed potential thread dead-locking in Pool#checkin (RUBY-556)
- Fixed thread-safety issues in the BSON extension for JRuby (RUBY-554)