Skip to content

Bump motor from 2.5.0 to 2.5.1 - #174

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/motor-2.5.1
Closed

Bump motor from 2.5.0 to 2.5.1#174
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/motor-2.5.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 22, 2021

Copy link
Copy Markdown
Contributor

Bumps motor from 2.5.0 to 2.5.1.

Release notes

Sourced from motor's releases.

2.5.1

See https://www.mongodb.com/community/forums/t/motor-2-5-1-released/120313

Changelog

Sourced from motor's changelog.

Motor 2.5.1

Motor 2.5.1 fixes a bug where :meth:MotorCursor.to_list could return more than length documents.

Issues Resolved


See the `Motor 2.5.1 release notes in JIRA`_ for the complete list of resolved
issues in this release.

.. _Motor 2.5.1 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=11182&version=31791

Motor 2.5

Motor 2.5 adds support for MongoDB 5.0. It depends on PyMongo 3.12 or later.

New features:

  • Added support for MongoDB 5.0.
  • Support for MongoDB Versioned API, see :class:~pymongo.server_api.ServerApi.
  • Support for snapshot reads on secondaries via the new snapshot option to :meth:~motor.motor_asyncio.AsyncIOMotorClient.start_session.
  • Support for Azure and GCP KMS providers for client side field level encryption. See the examples in :doc:examples/encryption.
  • Support AWS authentication with temporary credentials when connecting to KMS in client side field level encryption.
  • Support for connecting to load balanced MongoDB clusters via the new loadBalanced URI option.
  • Support for creating timeseries collections via the timeseries and expireAfterSeconds arguments to :meth:~motor.motor_asyncio.AsyncIOMotorDatabase.create_collection.
  • Added :attr:motor.motor_asyncio.AsyncIOMotorClient.topology_description.
  • Added hash support to :class:motor.motor_asyncio.AsyncIOMotorClient, :class:motor.motor_asyncio.AsyncIOMotorDatabase, and :class:motor.motor_asyncio.AsyncIOMotorCollection classes.
  • Added session and read concern support to :meth:~motor.motor_asyncio.AsyncIOMotorCollection.find_raw_batches and :meth:~motor.motor_asyncio.AsyncIOMotorCollection.aggregate_raw_batches.

Deprecations:

  • Deprecated support for Python 3.5.
  • Deprecated :meth:~motor.motor_asyncio.AsyncIOMotorDatabase.profiling_info, :meth:~motor.motor_asyncio.AsyncIOMotorDatabase.profiling_level, and :meth:~motor.motor_asyncio.AsyncIOMotorDatabase.set_profiling_level.

</tr></table>

... (truncated)

Commits
  • 928c92e BUMP 2.5.1 (#138)
  • 401ebf2 MOTOR-813 Test macOS with python.org installed Python 3.6 (#137)
  • baa0bf2 MOTOR-808 Fix test_watch_with_start_after on MongoDB 5.1+ (#136)
  • bff5522 MOTOR-805 Fix bug where cursor.to_list(N) returned more than N documents (#135)
  • 6e29325 MOTOR-784 Fix typo in versioned API migration example for ecosystem docs
  • d8d91a5 BUMP 2.5.1.dev0
  • See full diff in compare view

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)

Bumps [motor](https://github.com/mongodb/motor) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/mongodb/motor/releases)
- [Changelog](https://github.com/mongodb/motor/blob/master/doc/changelog.rst)
- [Commits](mongodb/motor@2.5.0...2.5.1)

---
updated-dependencies:
- dependency-name: motor
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 22, 2021
@dependabot @github

dependabot Bot commented on behalf of github May 1, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #205.

@dependabot dependabot Bot closed this May 1, 2022
@dependabot
dependabot Bot deleted the dependabot/pip/motor-2.5.1 branch May 1, 2022 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants