Skip to content

Releases: apple/swift-nio-extras

SwiftNIO Extras 1.16.0

02 Feb 15:59
98378d1
Compare
Choose a tag to compare

SemVer Minor

  • Add HTTP1 proxy connect handler (#185)

Other Changes

  • Add .spi.yml for Swift Package Index DocC support (#186)
  • Update generated test script from swift-nio (#188)
  • Add Swift 5.8 CI and update nightly CI to Ubuntu 22.04 (#190)
  • Remove Jazzy doc generation (#191)

SwiftNIO Extras 1.15.0

02 Nov 11:58
91dd2d6
Compare
Choose a tag to compare

SemVer Minor

  • Raise minimum supported Swift version from 5.4 to 5.5 (#180)

SemVer Patch

  • Replace NIOSendable with Sendable (#181)
  • Remove #if compiler(>=5.5) (#182)
  • Use #fileID/#filePath instead of #file (#184)

Other Changes

  • Fix README.md (#183)

SwiftNIO Extras 1.14.0

16 Sep 07:50
6c84d24
Compare
Choose a tag to compare

SemVer Minor

  • Correctly validate the bounds of decompression (#177)

Swift NIO Extras 1.10.3

16 Sep 08:36
d02584d
Compare
Choose a tag to compare

Semver Patch

  • Correctly validate the bounds of decompression (#178)

SwiftNIO Extras 1.9.2

16 Sep 08:35
e800075
Compare
Choose a tag to compare

Semver Patch

  • Correctly validate the bounds of decompression (#179)

SwiftNIO Extras 1.13.0

24 Aug 16:30
5334d94
Compare
Choose a tag to compare

SemVer Minor

SemVer Patch

  • Deprecate unused cumulationBuffer property for types conforming to ByteToMessageDecoder (#168)

Other Changes

SwiftNIO Extras 1.12.1

14 Jun 11:02
a75e92b
Compare
Choose a tag to compare

SemVer Patch

  • Bump the lowest NIO version to 2.34.0 (#165)

Other Changes

  • Use 5.7 nightlies (#164)

SwiftNIO Extras 1.12.0

09 Jun 13:48
e4dc3c8
Compare
Choose a tag to compare

SemVer Minor

  • Implement Sendable (#160)

Other Changes

  • Update podspec generation (#161)
  • Remove build_podspec.sh (#162)

SwiftNIO Extras 1.11.0

27 Apr 16:33
8eea84e
Compare
Choose a tag to compare

SemVer Minor

  • Drop support for Swift 5.2 and 5.3 (#154)

Other Changes

  • Strip a NIO. (#148)
  • Update doc generation script (#149)
  • Add 5.6 nightly CI (#147, #151, #152)
  • Fix concurrency warning (#153)
  • Fix warnings, that appeared after requiring Swift 5.4 (#159)

SwiftNIO Extras 1.10.2

16 Sep 13:38
f73ca5e
Compare
Choose a tag to compare

SemVer Patch

  • Remove SourceKitten submodule. (#145)