Skip to content

Commit 7bba831

Browse files
cgrindel-self-hosted-renovate[bot]Self-hosted Renovate Bot
andauthored
chore(deps): update dependency vapor/vapor to v4.93.0 (#1022)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [vapor/vapor](https://togithub.com/vapor/vapor) | minor | `4.92.6` -> `4.93.0` | --- ### Release Notes <details> <summary>vapor/vapor (vapor/vapor)</summary> ### [`v4.93.0`](https://togithub.com/vapor/vapor/releases/tag/4.93.0): - Advanced ETag Comparison now supported [Compare Source](https://togithub.com/vapor/vapor/compare/4.92.9...4.93.0) #### What's Changed Advanced ETag Comparison now supported by [@&#8203;linus-hologram](https://togithub.com/linus-hologram) in [#&#8203;3015](https://togithub.com/vapor/vapor/issues/3015) > Vapor now supports strong (byte-by-byte) ETag validation and caches ETags for rapid responses. This provides a stronger alternative to the current weak comparison, which only guarantees semantic file equivalence. This new strong comparison is enabled by default and can be deactivated during `FileMiddleware` initialization if needed. This PR closes [#&#8203;2948](https://togithub.com/vapor/vapor/issues/2948). > > - `streamFile` method was deprecated and replaced by an alternative returning an `EventLoopFuture` > - vapor’s unit tests were updated to reflect the changes > - documentation was updated to reflect the changes #### New Contributor - [@&#8203;linus-hologram](https://togithub.com/linus-hologram) made their first contribution in [#&#8203;3015](https://togithub.com/vapor/vapor/issues/3015) 🎉 #### Reviewers Thanks to the reviewers for their help: - [@&#8203;vzsg](https://togithub.com/vzsg) ###### *This patch was released by [@&#8203;gwynne](https://togithub.com/gwynne)* **Full Changelog**: vapor/vapor@4.92.9...4.93.0 ### [`v4.92.9`](https://togithub.com/vapor/vapor/releases/tag/4.92.9): - Enabled Request Decompression By Default [Compare Source](https://togithub.com/vapor/vapor/compare/4.92.8...4.92.9) #### What's Changed Enabled Request Decompression By Default by [@&#8203;dimitribouniol](https://togithub.com/dimitribouniol) in [#&#8203;3175](https://togithub.com/vapor/vapor/issues/3175) > This enables request decompression by default and sets the decompression limit to 25×. #### New Contributor - [@&#8203;dimitribouniol](https://togithub.com/dimitribouniol) made their first contribution in [#&#8203;3175](https://togithub.com/vapor/vapor/issues/3175) 🎉 #### 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/vapor@4.92.8...4.92.9 ### [`v4.92.8`](https://togithub.com/vapor/vapor/releases/tag/4.92.8): - HTTP2 Response Compression/Request Decompression [Compare Source](https://togithub.com/vapor/vapor/compare/4.92.7...4.92.8) #### What's Changed HTTP2 Response Compression/Request Decompression by [@&#8203;dimitribouniol](https://togithub.com/dimitribouniol) in [#&#8203;3126](https://togithub.com/vapor/vapor/issues/3126) > Fixed an issue where HTTP2 didn’t support response compression and request decompression. > > It seems like it may have been omitted when adding explicit support for HTTP2. Not sure what to do about testing as I couldn’t find any tests for the HTTP1.1 pathway, but I did verify it works in my pet project 😅 > > Fixes [#&#8203;3125](https://togithub.com/vapor/vapor/issues/3125) #### New Contributor - [@&#8203;dimitribouniol](https://togithub.com/dimitribouniol) made their first contribution in [#&#8203;3126](https://togithub.com/vapor/vapor/issues/3126) 🎉 ###### *This patch was released by [@&#8203;0xTim](https://togithub.com/0xTim)* **Full Changelog**: vapor/vapor@4.92.7...4.92.8 ### [`v4.92.7`](https://togithub.com/vapor/vapor/releases/tag/4.92.7): - Don&#x27;t set ignore status for SIGTERM and SIGINT on Linux [Compare Source](https://togithub.com/vapor/vapor/compare/4.92.6...4.92.7) #### What's Changed Don't set ignore status for SIGTERM and SIGINT on Linux by [@&#8203;gwynne](https://togithub.com/gwynne) in [#&#8203;3174](https://togithub.com/vapor/vapor/issues/3174) > Changes the behavior of `ServeCommand`’s signal handling setup to more closely match that of [swift-service-lifecycle](https://togithub.com/swift-server/swift-service-lifecycle/blob/main/Sources/UnixSignals/UnixSignalsSequence.swift#L77-L82). Hopefully finally solves [#&#8203;2502](https://togithub.com/vapor/vapor/issues/2502) 🤞 ###### *This patch was released by [@&#8203;gwynne](https://togithub.com/gwynne)* **Full Changelog**: vapor/vapor@4.92.6...4.92.7 </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>
1 parent 3876c56 commit 7bba831

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

examples/vapor_example/swift/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/vapor_example/swift/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55
let package = Package(
66
name: "vapor_example",
77
dependencies: [
8-
.package(url: "https://github.com/vapor/vapor.git", exact: "4.92.6"),
8+
.package(url: "https://github.com/vapor/vapor.git", exact: "4.93.0"),
99
.package(url: "https://github.com/vapor/fluent.git", exact: "4.9.0"),
1010
.package(url: "https://github.com/vapor/fluent-sqlite-driver.git", exact: "4.6.0"),
1111
]

examples/vapor_example/swift/deps.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def swift_dependencies():
196196
# version: 4.81.0
197197
swift_package(
198198
name = "swiftpkg_vapor",
199-
commit = "8409c3c296e7f8965df14e906dbcd44eb68f54a9",
199+
commit = "526a000bb082a261566b6adea3c1a1ddbed98a19",
200200
dependencies_index = "@//swift:deps_index.json",
201201
remote = "https://github.com/vapor/vapor.git",
202202
)

examples/vapor_example/swift/deps_index.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1433,9 +1433,9 @@
14331433
"name": "swiftpkg_vapor",
14341434
"identity": "vapor",
14351435
"remote": {
1436-
"commit": "8409c3c296e7f8965df14e906dbcd44eb68f54a9",
1436+
"commit": "526a000bb082a261566b6adea3c1a1ddbed98a19",
14371437
"remote": "https://github.com/vapor/vapor.git",
1438-
"version": "4.92.6"
1438+
"version": "4.93.0"
14391439
}
14401440
},
14411441
{

0 commit comments

Comments
 (0)