Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency vapor/fluent to v4.11.0 (#1049)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [vapor/fluent](https://togithub.com/vapor/fluent) | minor | `4.9.0` -> `4.11.0` | --- ### Release Notes <details> <summary>vapor/fluent (vapor/fluent)</summary> ### [`v4.11.0`](https://togithub.com/vapor/fluent/releases/tag/4.11.0): - Concurrency updates and database logging APIs [Compare Source](https://togithub.com/vapor/fluent/compare/4.10.0...4.11.0) #### What's Changed Concurrency updates and database logging APIs by [@​gwynne](https://togithub.com/gwynne) in [#​775](https://togithub.com/vapor/fluent/issues/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](https://togithub.com/gwynne)* **Full Changelog**: vapor/fluent@4.10.0...4.11.0 ### [`v4.10.0`](https://togithub.com/vapor/fluent/releases/tag/4.10.0): - Fix up Fluent provider for Sendable-correct FluentKit [Compare Source](https://togithub.com/vapor/fluent/compare/4.9.0...4.10.0) #### What's Changed Fix up Fluent provider for Sendable-correct FluentKit by [@​gwynne](https://togithub.com/gwynne) in [#​774](https://togithub.com/vapor/fluent/issues/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: - [@​MahdiBM](https://togithub.com/MahdiBM) ###### *This patch was released by [@​gwynne](https://togithub.com/gwynne)* **Full Changelog**: vapor/fluent@4.9.0...4.10.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
- Loading branch information