Skip to content

Commit be67cfb

Browse files
chore(deps): update dependency vapor/vapor to v4.111.1 (#1442)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [vapor/vapor](https://redirect.github.com/vapor/vapor) | patch | `4.111.0` -> `4.111.1` | --- ### Release Notes <details> <summary>vapor/vapor (vapor/vapor)</summary> ### [`v4.111.1`](https://redirect.github.com/vapor/vapor/releases/tag/4.111.1): - do not truncate response when streaming on error [Compare Source](https://redirect.github.com/vapor/vapor/compare/4.111.0...4.111.1) #### What's Changed do not truncate response when streaming on error by [@&#8203;weissi](https://redirect.github.com/weissi) in [#&#8203;3283](https://redirect.github.com/vapor/vapor/issues/3283) > As described in [#&#8203;2949](https://redirect.github.com/vapor/vapor/issues/2949), Vapor silently truncates a streamed response body for error responses. This leads to data loss. This pull request addresses that. > > - Fixes [#&#8203;2949](https://redirect.github.com/vapor/vapor/issues/2949) ###### *This patch was released by [@&#8203;0xTim](https://redirect.github.com/0xTim)* **Full Changelog**: vapor/vapor@4.111.0...4.111.1 </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://redirect.github.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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45NC4xIiwidXBkYXRlZEluVmVyIjoiMzguOTQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent fb48aa2 commit be67cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.111.0"),
8+
.package(url: "https://github.com/vapor/vapor.git", exact: "4.111.1"),
99
.package(url: "https://github.com/vapor/fluent.git", exact: "4.12.0"),
1010
.package(url: "https://github.com/vapor/fluent-sqlite-driver.git", exact: "4.8.0"),
1111
]

0 commit comments

Comments
 (0)