Update dependency vapor/vapor to from: "4.45.6" #4347
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
from: "4.45.0"
->from: "4.45.6"
Release Notes
vapor/vapor
v4.45.6
Compare Source
This patch was authored and released by @0xTim.
This fixes an issue introduced by #2603 where dates in HTTP headers would break the parsing logic. Any field that has a date would not get parsed correctly. This includes breaking the
set-cookie
header as HTTP header dates are in the formatDate: <day-name>, <day> <month> <year> <hour>:<minute>:<second> GMT
.v4.45.5
Compare Source
This patch was authored by @kmahar and released by @0xTim.
This adds inline documentation for
Application
andRequest
. This helps when trying to integrate Jazzy (realm/jazzy#936)v4.45.4
Compare Source
This patch was authored by @raphaelcruzeiro and released by @0xTim.
This fixes a bug where using a password with
:
would not be able to authenticate using Vapor's Basic Authorisation. Using colons in a password was previously leading to an edge case as the authentication string was being split on any ":" making it impossible for users who registered with such passwords to ever authenticate. This allows for colons (:
) to be valid characters in passwords (e.g. "This:is_myPassword123!").v4.45.3
Compare Source
This patch was authored by @Peter-Schorn and released by @0xTim.
Fixes building Vapor for tvOS and watchOS by setting the minimum platform versions to match Swift Crypto (#2624)
v4.45.2
Compare Source
This patch was authored and released by @0xTim.
Provide a better error message when attempting to decode a request's body that's empty. Resolves #2590
v4.45.1
Compare Source
This patch was authored and released by @0xTim.
Fixes an issue where the
DefaultResponder
would add HEAD routes for all requests instead of just GET requests, resulting in[Routing] Warning: Overriding route output at: HEAD/some/route
if you registered routes at the same path with different methods.Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ 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.
This PR has been generated by WhiteSource Renovate. View repository job log here.