Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mongo from 2.15.1 to 2.17.0 #422

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2021

Bumps mongo from 2.15.1 to 2.17.0.

Release notes

Sourced from mongo's releases.

2.17.0

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

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

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

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.

... (truncated)

Changelog

Sourced from mongo's changelog.

.. _release-notes:


Release Notes


.. default-domain:: mongodb

This page documents significant changes in driver releases.

It is not an exhaustive list of changes and generally does not enumerate bug fixes; please consult the releases page on GitHub <https://github.com/mongodb/mongo-ruby-driver/releases>_ for a more comprehensive list of changes in each version of the driver and the releases page in Jira <https://jira.mongodb.org/projects/RUBY?selectedItem=com.atlassian.jira.jira-projects-plugin%3Arelease-page&status=released>_ for the complete list of changes, including those internal to the driver and its test suite.

2.17

This release of the Ruby driver supports MongoDB version 5.1. It also increases the minimum required Ruby version to 2.5, and drops support for MongoDB versions older than 3.6.

This release includes the following new features:

  • Added new readConcern level "snapshot" (non-speculative) for read commands outside of transactions, including on secondaries.
  • Support $merge and $out executing on secondaries.
  • Support 'let' option for aggregate and CRUD commands.

The following bugs were fixed:

  • Push monitor thread can exit when address resolution fails.

The following non-breaking changes were made:

  • mapReduce command is now deprecated.
  • Avoid tight looping in push monitor

2.16

This release adds the following new feature:

  • Load balancer support.

The following minor improvement has been made:

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies ruby Pull requests that update Ruby code labels Nov 18, 2021
@dependabot dependabot bot force-pushed the dependabot/bundler/mongo-2.17.0 branch from a070a07 to 68c5c88 Compare December 16, 2021 11:13
@dependabot dependabot bot force-pushed the dependabot/bundler/mongo-2.17.0 branch from 68c5c88 to e6070a6 Compare January 27, 2022 16:23
Bumps [mongo](https://github.com/mongodb/mongo-ruby-driver) from 2.15.1 to 2.17.0.
- [Release notes](https://github.com/mongodb/mongo-ruby-driver/releases)
- [Changelog](https://github.com/mongodb/mongo-ruby-driver/blob/master/docs/release-notes.txt)
- [Commits](mongodb/mongo-ruby-driver@v2.15.1...v2.17.0)

---
updated-dependencies:
- dependency-name: mongo
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/mongo-2.17.0 branch from e6070a6 to 3e7c84e Compare March 7, 2022 16:27
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 31, 2022

Superseded by #444.

@dependabot dependabot bot closed this Mar 31, 2022
@dependabot dependabot bot deleted the dependabot/bundler/mongo-2.17.0 branch March 31, 2022 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants