Releases: hummingbird-project/hummingbird-compression
Releases · hummingbird-project/hummingbird-compression
v1.1.0
- Update to compress-nio v0.5.0
v1.0.0
Compression library for decompressing request payloads and compressing response payloads.
- Requests are decompressed if
content-encoding
is set togzip
ordeflate
. - Responses are compressed if
accept-encoding
is set togzip
ordeflate
. - Compression/Decompression can be run on either the EventLoop or on a separate thread from the application thread pool.
v1.0.0 Release Candidate 1
Patch changes
- Fix up errors generated by breaking changes in hummingbird 1.0.0-rc.1 release
v1.0.0 Alpha 2
Minor release changes
- Requires Swift 5.5 (inline with SwiftNIO)
v1.0.0 Alpha 1
Use 1.0.0-alpha of Hummingbird
v0.5.1
Add HummingbirdCore import as symbols are no longer automatically exported by Hummingbird
v0.5.0
Update to hummingbird v0.13.0
Fix up after changes to hummingbird symbol exports
v0.4.0
- Add option to run compression/decompression on either thread pool or
EventLoop
. - Fix setting of state in channel handlers so state is set before passing data onto next handler.
v0.3.1
- Add iOS and tvOS platform requirements
- CI now uses swift 5.4
v0.3.0
- Changes required for hummingbird v0.11.0