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 vapor/fluent to from: "4.12.0" #51

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 29, 2024

This PR contains the following updates:

Package Update Change
vapor/fluent minor from: "4.9.0" -> from: "4.12.0"

Release Notes

vapor/fluent (vapor/fluent)

v4.12.0: - Async Lifecycle

Compare Source

What's Changed

Async Lifecycle by @​0xTim in #​781

  • Drop support for 5.8
  • Adopt new async lifecycle APIs
This patch was released by @​0xTim

Full Changelog: vapor/fluent@4.11.0...4.12.0

v4.11.0: - Concurrency updates and database logging APIs

Compare Source

What's Changed

Concurrency updates and database logging APIs by @​gwynne in #​775

This update contains the following changes:

  • Two new APIs are available: Application.db(_:logger:) and Request.db(_:logger:). These work exactly the way the respective .db(_:) methods do, except the database’s logger will be set to the one provided rather than the default. These APIs will hopefully make it easier to work around the unfortunate fact that Database.logging(to:) and its SQLKit counterpart basically don’t work at all.
  • The --auto-migrate and --auto-revert commandline flags no longer call EventLoopFuture.wait() when the app is booted in async mode (no more crash risk).
  • The migrate command now has nicer console output.
  • All tests have been updated to be fully async.
This patch was released by @​gwynne

Full Changelog: vapor/fluent@4.10.0...4.11.0

v4.10.0: - Fix up Fluent provider for Sendable-correct FluentKit

Compare Source

What's Changed

Fix up Fluent provider for Sendable-correct FluentKit by @​gwynne in #​774

Updates the Fluent provider for the 1.48.0 release of FluentKit, which adds mostly-complete Sendable-correctness. Also bumps minimum Swift version to 5.8, matching FluentKit.

Reviewers

Thanks to the reviewers for their help:

This patch was released by @​gwynne

Full Changelog: vapor/fluent@4.9.0...4.10.0


Configuration

📅 Schedule: Branch creation - "before 12pm every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Apr 29, 2024

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/vapor-fluent-4.x branch from 5511d64 to 8bbbf3b Compare May 30, 2024 14:32
@renovate renovate bot changed the title chore(deps): update dependency vapor/fluent to from: "4.10.0" chore(deps): update dependency vapor/fluent to from: "4.11.0" May 30, 2024
@renovate renovate bot changed the title chore(deps): update dependency vapor/fluent to from: "4.11.0" chore(deps): update dependency vapor/fluent to from: "4.12.0" Oct 6, 2024
@renovate renovate bot force-pushed the renovate/vapor-fluent-4.x branch from 8bbbf3b to 692976c Compare October 6, 2024 01:25
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