Skip to content

Releases: apple/swift-nio-extras

SwiftNIO Extras 1.4.1

02 May 08:40
Compare
Choose a tag to compare

SemVer Patch

SwiftNIO Extras 1.4.0

22 Jan 16:25
Compare
Choose a tag to compare

SemVer Minor

  • NIOWritePCAPHandler: make pcap issuing configurable (#75)

SemVer Patch

  • Add syntax highlighting to installation steps (#76, patch credit to @trevorah)
  • WritePCAPHandler: write outbound data on flush not write (#74)
  • Update Code of Conduct project maintainer email address (#73)

SwiftNIO Extras 1.3.2

14 Nov 11:11
5380881
Compare
Choose a tag to compare

Semver Patch

  • Added thread sanitiser testing to CI, patch credit to @tkrajacic. (#68)
  • Added API checking validation, patch credit to @tkrajacic. (#69)
  • Cleaned up CI docker files, patch credit to @tkrajacic. (#70)
  • Improved internal code style. (#62, #72)
  • Improved CI harness. (#63, #66, #67)

SwiftNIO Extras 1.3.1

24 Oct 00:27
Compare
Choose a tag to compare

Semver Patch

  • Updated NIO dependency to require 2.9.0 and fixed build warnings. (#61)

SwiftNIO Extras 1.3.0

16 Oct 20:34
Compare
Choose a tag to compare

SemVer Minor

  • add HTTP server request decompression support (#59, patch credit @calebkleveter)
  • extract common classes for server request decompressor (#60, patch credit @artemredkin)
  • add HTTP client response decompression support (#56, patch credit @artemredkin)

SemVer Patch

  • ServerQuiescingHelper: don't swallow close errors (#54)
  • update conduct email group (#55)

SwiftNIO Extras 1.2.0

22 Jul 16:59
66f9a50
Compare
Choose a tag to compare

Semver Minor

  • Added support for Content-Length based framing for JSON-RPC. (#53)

Semver Patch

  • Fixed issue where LineBasedFrameDecoder would not break correctly when receiving \r\n in separate read calls. (#51)
  • Added podspec. (#48, #50)
  • Cleaned up README. (#47)
  • Testing improvements. (#52)

SwiftNIO Extras 1.1.0

22 Jul 16:56
96e8335
Compare
Choose a tag to compare

Semver Minor

  • Added the NIOWritePCAPHandler for synthesised packet captures. (#46)

Semver Patch

  • Miscellaneous repo cleanups. (#42, #43)

swift-nio-extras 1.0.0

01 Apr 16:03
ef608e4
Compare
Choose a tag to compare

See our blog post announcing the release of the SwiftNIO 2 family.

swift-nio-extras 0.1.2

12 Sep 11:44
Compare
Choose a tag to compare

This release contains no code changes, and is exists purely for administrative purposes.

swift-nio-extras 0.1.1

15 Aug 15:49
Compare
Choose a tag to compare

new decoders

  • adds FixedLengthFrameDecoder (#9)
  • adds a line-based frame decoder that can split received buffers on line endings (#11)