Skip to content

Releases: hummingbird-project/hummingbird-compression

v1.1.0

24 May 17:14
Compare
Choose a tag to compare
  • Update to compress-nio v0.5.0

v1.0.0

08 Feb 16:15
526d09b
Compare
Choose a tag to compare

Compression library for decompressing request payloads and compressing response payloads.

  • Requests are decompressed if content-encoding is set to gzip or deflate.
  • Responses are compressed if accept-encoding is set to gzip or deflate.
  • 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

17 Jan 17:41
2fc2b79
Compare
Choose a tag to compare

Patch changes

  • Fix up errors generated by breaking changes in hummingbird 1.0.0-rc.1 release

v1.0.0 Alpha 2

07 Dec 14:33
Compare
Choose a tag to compare

Minor release changes

  • Requires Swift 5.5 (inline with SwiftNIO)

v1.0.0 Alpha 1

17 Nov 18:46
Compare
Choose a tag to compare

Use 1.0.0-alpha of Hummingbird

v0.5.1

12 Nov 11:07
Compare
Choose a tag to compare

Add HummingbirdCore import as symbols are no longer automatically exported by Hummingbird

v0.5.0

21 Sep 09:46
Compare
Choose a tag to compare

Update to hummingbird v0.13.0
Fix up after changes to hummingbird symbol exports

v0.4.0

24 May 12:08
f71058e
Compare
Choose a tag to compare
  • 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

07 May 09:52
Compare
Choose a tag to compare
  • Add iOS and tvOS platform requirements
  • CI now uses swift 5.4

v0.3.0

26 Apr 10:24
Compare
Choose a tag to compare
  • Changes required for hummingbird v0.11.0