Tags: pkillian/vapor
Tags
Disable NIO Websocket error handling in favor of WebSocket-Kit error … …handling. (vapor#2193)
Make HTTP decompression limit configurable (vapor#2203) * Add the ability to configure the limits of HTTP decompression when it's enabled. Kept the default of 10x ratio. Added unit test for compression support and the limit handling. * Tweak a unit test so it doesn't hang forever on network failures.
set HTTP request decompression ratio limit (vapor#2192)
Add Environment file based secret support including tests (vapor#2190)
Adds case(of:) Validation (vapor#2172) * Added CaseOf Validation with tests Signed-off-by: Mohammad <porooshani@gmail.com> * Changed caseOf to case and improved error messages and updated tests. Signed-off-by: Mohammad <porooshani@gmail.com> * Removed non-CaseIterable support from case(of:) validation. Signed-off-by: Mohammad <porooshani@gmail.com> * Removed unwanted map in error generator Signed-off-by: Mohammad <porooshani@gmail.com> * Improved error Generation. Signed-off-by: Mohammad <porooshani@gmail.com> * Add myself as a maintainer (vapor#2188) * Adds EndpointCache for handling GET resource caching (vapor#2184) * Adds a generic EndpointCache<T> class * Review fixups * Changed internal to private * Changed internal to private * Renamed the error * add EndpointCache tests * add CacheControl convienience init * rename badJSON error case Co-authored-by: Tanner <me@tanner.xyz> * expose methods for hex encoded strings (vapor#2189) * Removed non-CaseIterable support from case(of:) validation. Signed-off-by: Mohammad <porooshani@gmail.com> * Removed unwanted map in error generator Signed-off-by: Mohammad <porooshani@gmail.com> * Improved error Generation. Signed-off-by: Mohammad <porooshani@gmail.com> * Improved description message for case(of:) Signed-off-by: Mohammad <porooshani@gmail.com> Co-authored-by: Joannis Orlandos <joannis@orlandos.nl> Co-authored-by: grosch <scott.grosch@icloud.com> Co-authored-by: Tanner <me@tanner.xyz>
PreviousNext