uriyyo / fastapi-pagination

FastAPI pagination 📖
https://uriyyo-fastapi-pagination.netlify.app/
MIT License
1.22k stars 137 forks source link

Bump scylla-driver from 3.26.9 to 3.28.0 #1368

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

Bumps scylla-driver from 3.26.9 to 3.28.0.

Changelog

Sourced from scylla-driver's changelog.

3.28.0

June 5, 2023

Features

  • Add support for vector type (PYTHON-1352)
  • Cryptography module is now an optional dependency (PYTHON-1351)

Bug Fixes

  • Store IV along with encrypted text when using column-level encryption (PYTHON-1350)
  • Create session-specific protocol handlers to contain session-specific CLE policies (PYTHON-1356)

Others

  • Use Cython for smoke builds (PYTHON-1343)
  • Don't fail when inserting UDTs with prepared queries with some missing fields (PR 1151)
  • Convert print statement to function in docs (PR 1157)
  • Update comment for retry policy (DOC-3278)
  • Added error handling blog reference (DOC-2813)

3.27.0

May 1, 2023

Features

  • Add support for client-side encryption (PYTHON-1341)

3.26.0

March 13, 2023

Features

  • Add support for execution profiles in execute_concurrent (PR 1122)

Bug Fixes

  • Handle empty non-final result pages (PR 1110)
  • Do not re-use stream IDs for in-flight requests (PR 1114)
  • Asyncore race condition cause logging exception on shutdown (PYTHON-1266)

Others

  • Fix deprecation warning in query tracing (PR 1103)
  • Remove mutable default values from some tests (PR 1116)
  • Remove dependency on unittest2 (PYTHON-1289)
  • Fix deprecation warnings for asyncio.coroutine annotation in asyncioreactor (PYTHON-1290)

... (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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)