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

chore(deps): update dependency databases to v0.9.0 #494

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 1, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
databases ==0.4.3 -> ==0.9.0 age adoption passing confidence

Release Notes

encode/databases (databases)

v0.9.0

Compare Source

Changed
  • Drop support for Python 3.7 and add support for Python 3.12 (#​583)
  • Add support for SQLAlchemy 2+ (#​540)
  • Allow SSL string parameters in PostgresSQL URL (#​575) and (#​576)

v0.8.0

Compare Source

Added
  • Allow SQLite query parameters and support cached databases (#​561)
  • Support for unix socket for aiomysql and asyncmy (#​551)
Changed
  • Change isolation connections and transactions during concurrent usage (#​546)
  • Bump requests from 2.28.1 to 2.31.0 (#​562)
  • Bump starlette from 0.20.4 to 0.27.0 (#​560)
  • Bump up asyncmy version to fix No module named 'asyncmy.connection' (#​553)
  • Bump wheel from 0.37.1 to 0.38.1 (#​524)
Fixed
  • Fix the type-hints using more standard mode (#​526)

v0.7.0

Compare Source

Fixed
  • Fixed breaking changes in SQLAlchemy cursor; supports >=1.4.42,<1.5 (#​513)
  • Wrapped types in typing.Optional where applicable (#​510)

v0.6.2

Compare Source

Changed
  • Pinned SQLAlchemy <=1.4.41 to avoid breaking changes (#​520)

v0.6.1

Compare Source

Fixed
  • Improve typing for Transaction (#​493)
  • Allow string indexing into Record (#​501)

v0.6.0

Compare Source

  • Dropped Python 3.6 support (#​458)
Added
  • Add _mapping property to the result set interface (#​447)
  • Add contributing docs (#​453)
Fixed
  • Fix query result named access (#​448)
  • Fix connections getting into a bad state when a task is cancelled (#​457)
  • Revert #​328 parallel transactions (#​472)
  • Change extra installations to specific drivers (#​436)

v0.5.5: Version 0.5.5

Compare Source

0.5.5 (January 20th, 2022)
Fixed
  • Revert the change of Record type to Sequence from Mapping(#​408) to maintain backward compatibility

v0.5.4

Compare Source

Added
  • Support for Unix domain in connections (#​423)
  • Added asyncmy MySQL driver (#​382)
Fixed
  • Fix SQLite fetch queries with multiple parameters (#​435)
  • Changed Record type to Sequence (#​408)

v0.5.3

Compare Source

Added
  • Support dialect+driver for default database drivers like postgresql+asyncpg (#​396)
Fixed
  • Documentation of low-level transaction (#​390)

v0.5.2

Compare Source

Fixed
  • Reset counter for failed connections (#​385)
  • Avoid dangling task-local connections after Database.disconnect() (#​211)

v0.5.1

Compare Source

Added
  • Make database connect and disconnect calls idempotent (#​379)
Fixed
  • Fix in_ and notin_ queries in SQLAlchemy 1.4 (#​378)

v0.5.0

Compare Source

Added
Fixed
  • Fix concurrent transactions (#​328)

Configuration

📅 Schedule: Branch creation - "* 0-3 * * *" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/databases-0.x branch 4 times, most recently from 197fe60 to d560bd9 Compare June 4, 2022 18:05
@renovate renovate bot force-pushed the renovate/databases-0.x branch 2 times, most recently from 7ce97d4 to 5c1c8c5 Compare June 27, 2022 04:31
@renovate renovate bot force-pushed the renovate/databases-0.x branch from 5c1c8c5 to dd4da78 Compare July 1, 2022 03:20
@renovate renovate bot force-pushed the renovate/databases-0.x branch 6 times, most recently from 0050cb2 to 1da313c Compare July 14, 2022 03:04
@renovate renovate bot force-pushed the renovate/databases-0.x branch from 1da313c to fcf5b60 Compare July 16, 2022 03:21
@renovate renovate bot force-pushed the renovate/databases-0.x branch from fcf5b60 to e0d1fd9 Compare July 27, 2022 04:07
@renovate renovate bot force-pushed the renovate/databases-0.x branch from e0d1fd9 to 8e17d9e Compare August 9, 2022 12:34
@renovate renovate bot changed the title chore(deps): update dependency databases to v0.6.0 chore(deps): update dependency databases to v0.6.1 Aug 9, 2022
@renovate renovate bot force-pushed the renovate/databases-0.x branch 3 times, most recently from d34d5cc to 1ad930b Compare August 14, 2022 11:35
@renovate renovate bot force-pushed the renovate/databases-0.x branch 2 times, most recently from bc7cf18 to 11dd77f Compare August 26, 2022 05:21
@renovate renovate bot force-pushed the renovate/databases-0.x branch from 11dd77f to e095c0a Compare September 2, 2022 03:20
@renovate renovate bot force-pushed the renovate/databases-0.x branch from e095c0a to 932bf7f Compare September 10, 2022 04:31
@renovate renovate bot force-pushed the renovate/databases-0.x branch 3 times, most recently from 0dbc57a to 140a49e Compare September 27, 2022 05:42
@renovate renovate bot force-pushed the renovate/databases-0.x branch 3 times, most recently from a5224a0 to 83b8db9 Compare October 9, 2022 05:30
@renovate renovate bot force-pushed the renovate/databases-0.x branch 4 times, most recently from 171bd23 to 836fbe0 Compare September 22, 2023 04:36
@renovate renovate bot force-pushed the renovate/databases-0.x branch 3 times, most recently from e55e7c5 to 43fca28 Compare October 19, 2023 04:13
@renovate renovate bot force-pushed the renovate/databases-0.x branch 10 times, most recently from 6bb8261 to c66f3e4 Compare February 15, 2024 04:02
@renovate renovate bot changed the title chore(deps): update dependency databases to v0.8.0 chore(deps): update dependency databases to v0.9.0 Mar 1, 2024
@renovate renovate bot force-pushed the renovate/databases-0.x branch 3 times, most recently from 36ccdd8 to fdaef08 Compare March 6, 2024 03:52
@renovate renovate bot force-pushed the renovate/databases-0.x branch 6 times, most recently from 9eaf2d2 to 73bfa00 Compare March 12, 2024 03:35
@renovate renovate bot enabled auto-merge (rebase) March 20, 2024 13:14
@renovate renovate bot force-pushed the renovate/databases-0.x branch from 73bfa00 to 7d7f84d Compare April 18, 2024 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants