Skip to content

Commit

Permalink
chore(deps): update dependency vapor/fluent to v4.11.0 (#1049)
Browse files Browse the repository at this point in the history
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
[@&#8203;gwynne](https://togithub.com/gwynne) in
[#&#8203;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
[@&#8203;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
[@&#8203;gwynne](https://togithub.com/gwynne) in
[#&#8203;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:

-   [@&#8203;MahdiBM](https://togithub.com/MahdiBM)

###### *This patch was released by
[@&#8203;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
cgrindel-self-hosted-renovate[bot] and Self-hosted Renovate Bot authored Jun 27, 2024
1 parent ab07ea9 commit d3036c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/vapor_example/swift/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let package = Package(
name: "vapor_example",
dependencies: [
.package(url: "https://github.com/vapor/vapor.git", exact: "4.93.1"),
.package(url: "https://github.com/vapor/fluent.git", exact: "4.9.0"),
.package(url: "https://github.com/vapor/fluent.git", exact: "4.11.0"),
.package(url: "https://github.com/vapor/fluent-sqlite-driver.git", exact: "4.6.0"),
]
)

0 comments on commit d3036c1

Please sign in to comment.