Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency vapor/vapor to from: "4.45.6" #4347

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 28, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Update Change
vapor/vapor patch 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 format Date: <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 and Request. 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.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot requested a review from waghanza as a code owner May 28, 2021 10:22
@waghanza waghanza closed this May 28, 2021
@waghanza waghanza deleted the renovate/vapor-vapor-4.x branch May 28, 2021 11:35
@renovate
Copy link
Contributor Author

renovate bot commented May 28, 2021

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (from: "4.45.6"). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants