Skip to content

Tags: brokenhandsio/vapor

Tags

4.44.1

Toggle 4.44.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix parsing complex accept headers (vapor#2603)

* Add failing unit test for complex accept type

* Add test for accept preference

* Fix media type preference comparison

* Fix directive parsing for accept headers

* Cleanup

* Extend test cases

* Extend accept header test cases

Co-authored-by: Tim Condon <[email protected]>

4.44.0

Toggle 4.44.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add expiration time to `Cache` protocol and in-memory cache. (vapor#2601

)

* Add expiry to cache protocol & in-memory cache

* Change parameter name

* Fix nits

4.43.2

Toggle 4.43.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Change 5xx logging to always be warning (vapor#2600)

4.43.1

Toggle 4.43.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Change Vapor's logging levels for errors. (vapor#2598)

* Change logging levels of report function

* Change default logLevel of DebuggableError to warning

* Change to warning for storage and dotenv

* Fix compiler error

Co-authored-by: Tim Condon <[email protected]>

4.43.0

Toggle 4.43.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add option to configure graceful shutdown timeout (vapor#2501)

* Allow to configure graceful shutdown timeout

* Update timeout to stop tests timing out

Co-authored-by: Tim Condon <[email protected]>

4.42.0

Toggle 4.42.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add a way to manually upgrade a request to WebSocket (vapor#2498)

* Add a way to manually upgrade a request to WebSocket

* Move Request.webSocket method to a separate file

* Add a test for manual upgrade to WebSocket

4.41.11

Toggle 4.41.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add stack trace to `RouteNotFound` error to improve `DebuggableError`…

… conformance (vapor#2596)

* Add stack trace to RouteNotFound for DebuggableError

* Remove old typeIdentifier property

4.41.10

Toggle 4.41.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix: URLEncodedFormDecoder ignores empty value when decoding Array (v…

…apor#2584)

* Add test case

* Don't omit empty string when parsing unindexed array

* Refactor unindexed array parsing

* Reduce closure usage

Co-authored-by: Tim Condon <[email protected]>

4.41.9

Toggle 4.41.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support JSONAPI content using JSONEncoder/Decoder (vapor#2486)

Co-authored-by: Tim Condon <[email protected]>

4.41.8

Toggle 4.41.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
reversed shutdown order of LifecycleHandlers (vapor#2583)

Co-authored-by: Tim Condon <[email protected]>