fincubator / tellerbot

Telegram Bot for over-the-counter trading
https://t.me/TellerBot
GNU Affero General Public License v3.0
23 stars 10 forks source link

Bump motor from 2.3.1 to 2.5.0 #169

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps motor from 2.3.1 to 2.5.0.

Release notes

Sourced from motor's releases.

2.4.0

Motor 2.4 adds support for client-side field-level encryption and Python 3.9.

For more info see the changelog: https://motor.readthedocs.io/en/2.4.0/changelog.html

Changelog

Sourced from motor's changelog.

Motor 2.3.1

Motor 2.3.1 fixes two bugs related to change streams.

Bug-fixes:

  • The :meth:motor.motor_asyncio.AsyncIOMotorCollection.watch, :meth:motor.motor_asyncio.AsyncIOMotorDatabase.watch, and :meth:motor.motor_asyncio.AsyncIOMotorClient.watch methods now properly support passing :class:~motor.motor_asyncio.AsyncIOMotorClientSession via the session argument.
  • Avoid exhausting Motor's worker thread pool when many change streams are being iterated simultaneously.

Issues Resolved


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

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

Motor 2.3

Motor 2.3 adds support for contextvars.

New features:

  • Added supported for the contextvars module. Specifically, it is now possible to access context variables inside :class:~pymongo.monitoring.CommandListener callbacks.

Bug-fixes:

  • Fixed a bug that prohibited users from subclassing the :class:motor.motor_asyncio.AsyncIOMotorClient, :class:motor.motor_asyncio.AsyncIOMotorDatabase, and :class:motor.motor_asyncio.AsyncIOMotorCollection classes.
  • Updated the documentation to indicate full support for Windows. Previously, the documentation stated that Windows support was experimental.

Issues Resolved

See the Motor 2.3 release notes in JIRA_ for the complete list of resolved issues in this release.

... (truncated)

Commits
  • 17e2532 BUMP 2.5.0
  • 8ad5aac MOTOR-787 Deprecate APIs that were deprecated in PyMongo 3.12 (#133)
  • db1363b MOTOR-659 Limit the use of master terminology (#131)
  • 2a37056 MOTOR-784 Versioned API migration example for ecosystem docs (#127)
  • 3dec185 MOTOR-699 Update PyMongo dependency to 3.12+ (#129)
  • 0d82d21 MOTOR-745 Document let option for aggregate (#130)
  • 94416e8 MOTOR-794 Fix support for Sphinx 4 (#128)
  • c81993e MOTOR-781 Fix synchro tests for pymongo 3.12 (#125)
  • b0a79e1 MOTOR-735 Versioned API connection examples for ecosystem docs (#126)
  • d6ed164 MOTOR-730 Stop testing problematic .js content type (#124)
  • Additional commits viewable 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)