Skip to content

Releases: mongodb/mongo-ruby-driver

2.18.0.beta1

08 Jun 11:53
87bdf53

Choose a tag to compare

2.18.0.beta1 Pre-release
Pre-release

This beta release of the Ruby driver supports MongoDB version 5.2 and 6.0. This release can be used for early testing of new features, but are not suitable for production deployments.

Please note that MongoDB 6.0 binaries are currently available only as release candidates. Release candidates can be used for early testing of new features, but are not suitable for production deployments.

This release includes the following new features:

  • Added support for queryable encryption.
  • Added support for Azure Key Vault, Google Cloud Key Management, and any
    KMIP compliant Key Management System to be used as master key storage for
    client side encryption.

Following issues were also implemented or fixed:

2.17.1

30 Mar 20:12

Choose a tag to compare

2.16.2

30 Mar 20:10

Choose a tag to compare

This bug fix release in the 2.16 series repairs a regression manifesting in Mongoid when using map_reduce and passing read preference:

2.17.0

17 Nov 11:22

Choose a tag to compare

This feature release of the Ruby Driver adds support for MongoDB server 5.1.

This release includes the following new features:

This release removes support for Ruby versions 2.3 and 2.4. The minimal required Ruby version is now 2.5. Read more about this change here.

This release also removes support for MongoDB versions older than 3.6. Read more about this change here.

The following bugs were fixed:

The following non-breaking changes were made:

2.16.1

17 Nov 11:21

Choose a tag to compare

This is a patch release in the 2.16 series.

The following bugs were fixed:

The following non-breaking changes were made:

2.16.0

05 Oct 16:29
33ece34

Choose a tag to compare

This release adds the following new feature:

  • Load balancer support.

This release of the Ruby driver deprecates support for MongoDB server versions below 3.6.

2.16.0.alpha1

08 Sep 17:33

Choose a tag to compare

2.16.0.alpha1 Pre-release
Pre-release

This release adds the following new feature:

  • Experimental load balancer support.

The following minor improvement has been made:

  • GridFS file retrieval no longer requires index creation privileges when the indexes already exist, and is thus usable with users that have only read permissions.

This release of the Ruby driver increases the minimum required Ruby versionto 2.4.

2.15.1

08 Sep 17:41

Choose a tag to compare

2.14.1

08 Sep 17:43

Choose a tag to compare

2.13.3

08 Sep 17:44

Choose a tag to compare

This patch release in the 2.15 series fixes the following issue: