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

Upgrade to sqlx 0.8 #46

Merged
merged 4 commits into from
Jul 26, 2024
Merged

Upgrade to sqlx 0.8 #46

merged 4 commits into from
Jul 26, 2024

Conversation

connec
Copy link
Member

@connec connec commented Jul 26, 2024

  • 9a59857 chore!: upgrade sqlx

    BREAKING CHANGE: sqlx 0.7 is no longer supported.

  • 437e260 chore: fix lints

  • ed42671 chore!: simplify features

    The database-specific features haven't been required for a long time, and
    it's unnecessary to proxy sqlx's features since the library can't
    really be useful without a direct dependency on sqlx.

    BREAKING CHANGE: all features have been removed. Configure
    database/runtime features directly on sqlx.

  • ceaeda3 chore: bump version

BREAKING CHANGE: `sqlx` 0.7 is no longer supported.
@connec connec linked an issue Jul 26, 2024 that may be closed by this pull request
The database-specific features haven't been required for a long time, and
it's unnecessary to proxy `sqlx`'s features since the library can't
really be useful without a direct dependency on `sqlx`.

BREAKING CHANGE: all features have been removed. Configure
database/runtime features directly on `sqlx`.
@connec connec merged commit a4e5639 into master Jul 26, 2024
4 checks passed
@connec connec deleted the sqlx08 branch July 26, 2024 20:35
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.

Upgrade to sqlx @ 0.8
1 participant