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

fix(deps): update rust crate sqlx to 0.6.2 #13

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 18, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
sqlx dependencies minor 0.5.10 -> 0.6.2

Release Notes

launchbadge/sqlx

v0.6.2

Compare Source

25 pull requests were merged this release cycle.

Added
Changed
Fixed

v0.6.1

Compare Source

33 pull requests were merged this release cycle.

Added
Changed
Fixed

v0.6.0

Compare Source

This release marks the end of the 0.5.x series of releases and contains a number of breaking changes,
mainly to do with backwards-incompatible dependency upgrades.

As we foresee many more of these in the future, we surveyed the community on how to handle this;
the consensus appears to be "just release breaking changes more often."

As such, we expect the 0.6.x release series to be a shorter one.

39 pull requests(!) (not counting "prepare 0.5.12 release", of course) were merged this release cycle.

Breaking
  • [#​1384]: (Postgres) Move server_version_num from trait to inherent impl [[@​AtkinsChang]]
  • [#​1426]: Bump ipnetwork to 0.19 [[@​paolobarbolini]]
  • [#​1455]: Upgrade time to 0.3 [[@​paolobarbolini]]
  • [#​1505]: Upgrade rustls to 0.20 [[@​paolobarbolini]]
    • Fortunately, future upgrades should not be breaking as webpki is no longer exposed in the API.
  • [#​1529]: Upgrade bigdecimal to 0.3 [[@​e00E]]
  • [#​1602]: postgres: use Oid everywhere instead of u32 [[@​paolobarbolini]]
    • This drops the Type, Decode, Encode impls for u32 for Postgres as it was misleading.
      Postgres doesn't support unsigned ints without using an extension. These impls were decoding Postgres OIDs
      as bare u32s without any context (and trying to bind a u32 to a query would produce an OID value in SQL).
      This changes that to use a newtype instead, for clarity.
  • [#​1612]: Make all ConnectOptions types cloneable [[@​05storm26]]
  • [#​1618]: SQLite chrono::DateTime<FixedOffset> timezone fix [[@​05storm26]]
    • DateTime<FixedOffset> will be stored in SQLite with the correct timezone instead of always in UTC.
      This was flagged as a "potentially breaking change" since it changes how dates are sent to SQLite.
  • [#​1733]: Update git2 to 0.14 [[@​joshtriplett]]
  • [#​1734]: Make PgLTree::push() infallible and take PgLTreeLabel directly [[@​sebpuetz]]
  • [#​1785]: Fix Rust type for SQLite REAL [[@​pruthvikar]]
    • Makes the macros always map a REAL column to f64 instead of f32 as SQLite uses only 64-bit floats.
  • [#​1816]: Improve SQLite support for sub-queries and CTEs [[@​tyrelr]]
    • This likely will change the generated code for some invocations sqlx::query!() with SQLite.
  • [#​1821]: Update uuid crate to v1 [[@​paolobarbolini]]
  • [#​1901]: Pool fixes and breaking changes [[@​abonander]]
    • Renamed PoolOptions::connect_timeout to acquire_timeout for clarity.
    • Changed the expected signatures for PoolOptions::after_connect, before_acquire, after_release
    • Changed the signature for Pool::close() slightly
      • Now eagerly starts the pool closing, .awaiting is only necessary if you want to ensure a graceful shutdown.
    • Deleted PoolConnection::release() which was previously deprecated in favor of PoolConnection::detach().
    • Fixed connections getting leaked even when calling .close().
  • [[#​1748]]: Derive PgHasArrayType for #[sqlx(transparent)] types [[@​carols10cents]]
Added
Changed
Fixed

v0.5.13

Compare Source

This is a hotfix that reverts [#​1748] as that was an accidental breaking change:
the generated PgHasArrayType impl conflicts with manual impls of the trait.
This change will have to wait for 0.6.0.

v0.5.12

Compare Source

27 pull requests were merged this release cycle.

Added
Changed
Fixed

v0.5.11

Compare Source

20 pull requests were merged this release cycle.

Added
Changed
Fixed

Additionally, we have introduced two mitigations for the issue of the cyclic dependency on ahash:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title fix(deps): update rust crate sqlx to 0.5.11 fix(deps): update rust crate sqlx to 0.5.13 Apr 25, 2022
@renovate renovate bot changed the title fix(deps): update rust crate sqlx to 0.5.13 fix(deps): update rust crate sqlx to 0.6.0 Jun 18, 2022
@renovate renovate bot changed the title fix(deps): update rust crate sqlx to 0.6.0 fix(deps): update Rust crate sqlx to 0.6.0 Jun 27, 2022
@renovate renovate bot changed the title fix(deps): update Rust crate sqlx to 0.6.0 fix(deps): update rust crate sqlx to 0.6.0 Jun 28, 2022
@IgnisDa IgnisDa force-pushed the main branch 24 times, most recently from 56b4cff to fc5e89c Compare July 12, 2022 11:17
@renovate renovate bot changed the title fix(deps): update rust crate sqlx to 0.6.0 fix(deps): update rust crate sqlx to 0.6.0 - autoclosed Jul 12, 2022
@renovate renovate bot closed this Jul 12, 2022
@renovate renovate bot deleted the renovate/sqlx-0.x branch July 12, 2022 11:26
@renovate renovate bot changed the title fix(deps): update rust crate sqlx to 0.6.0 - autoclosed fix(deps): update rust crate sqlx to 0.6.0 Jul 12, 2022
@renovate renovate bot restored the renovate/sqlx-0.x branch July 12, 2022 14:25
@renovate renovate bot reopened this Jul 12, 2022
@IgnisDa IgnisDa force-pushed the main branch 2 times, most recently from 3ce07f1 to 5ebea7f Compare July 12, 2022 14:35
@renovate renovate bot force-pushed the renovate/sqlx-0.x branch 2 times, most recently from e7e8209 to cf29f87 Compare July 15, 2022 16:49
@renovate renovate bot changed the title fix(deps): update rust crate sqlx to 0.6.0 fix(deps): update rust crate sqlx to 0.6.1 Aug 3, 2022
@renovate renovate bot changed the title fix(deps): update rust crate sqlx to 0.6.1 fix(deps): update rust crate sqlx to 0.6.2 Sep 15, 2022
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