Update Rust crate sqlx to 0.6 - autoclosed #11
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/sqlx-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
0.5
->0.6
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
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
:indexmap
from1.7.0
back to1.6.2
so users can pin it to thatversion as recommended in aHash#95.
sorry about that.
preserve_order
feature ofserde_json
which gives users another place to break the cycle by simply not enabling that feature.sqlx-data.json
, however. If this is an issue for you butthe dependency cycle isn't, you can re-enable the
preserve_order
feature:v0.5.10
Compare Source
A whopping 31 pull requests were merged this release cycle!
According to this changelog, we saw 18 new contributors! However, some of these folks may have missed getting
mentioned in previous entries since we only listed highlights. To avoid anyone feeling left out, I put in the effort
this time and tried to list every single one here.
Added
Changes
Fixes
v0.5.9
Compare Source
A hotfix release to address the issue of the
sqlx
crate itself still depending on older versions ofsqlx-core
andsqlx-macros
.No other changes from
0.5.8
.v0.5.8
Compare Source
A total of 24 pull requests were merged this release cycle! Some highlights:
v0.5.7
Compare Source
v0.5.6
Compare Source
A large bugfix release, including but not limited to:
A total of 25 pull requests were merged this release cycle!
v0.5.5
Compare Source
v0.5.4
Compare Source
v0.5.3
Compare Source
v0.5.2
Compare Source
PostgreSQL
SQLite
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled due to failing status checks.
♻ 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.
This PR has been generated by Renovate Bot.
Update Rust crate sqlx to 0.6to Update Rust crate sqlx to 0.6 - autoclosedPull request closed