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.46.0" #4390

Merged
merged 2 commits into from
Jun 9, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 9, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Update Change
vapor/vapor minor from: "4.45.0" -> from: "4.46.0"

Release Notes

vapor/vapor

v4.46.0

Compare Source

This patch was authored and released by @​madsodgaard.

Allows the default thread pool to be overriden and updates the default thread pool size to 64 threads. (#​2634)

app.threadPool = NIOThreadPool(numberOfThreads: 100)

Fixes: #​2308

v4.45.7

Compare Source

This patch was authored by @​TheHarcker and released by @​0xTim.

Fixed that a switch in HTTPHeaders+Directive.swift tried to match the .lastModified case twice.

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: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 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 June 9, 2021 08:47
@waghanza waghanza requested a review from 0xTim June 9, 2021 09:01
@waghanza waghanza enabled auto-merge (squash) June 9, 2021 09:01
@waghanza waghanza merged commit 1ff18fb into master Jun 9, 2021
@waghanza waghanza deleted the renovate/vapor-vapor-4.x branch June 9, 2021 12:27
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.

3 participants