Releases: apple/swift-nio-http2
Releases · apple/swift-nio-http2
SwiftNIO HTTP/2 1.26.0
17 Apr 12:25
Compare
Sorry, something went wrong.
No results found
SemVer Minor
SemVer Patch
Avoid an allocation in the outbound frame buffer (#385 )
Replace estimatedFrameSize with flowControlledSize and only count DATA frames (#387 , #388 )
Other Changes
Make soundness check aware of 2023 (#378 )
Add regression testing for docs and fix the issues. (#389 )
Add docker-compose file for Swift 5.9 (#390 )
SwiftNIO HTTP/2 1.25.2
02 Mar 14:03
Compare
Sorry, something went wrong.
No results found
SemVer Patch
Soften errors when seeing inactive before active (#376 )
SwiftNIO HTTP/2 1.25.1
27 Feb 09:49
Compare
Sorry, something went wrong.
No results found
SemVer Patch
Correctly respect changes to HEADER_TABLE_SIZE (#374 )
SwiftNIO HTTP/2 1.25.0
15 Feb 16:51
Compare
Sorry, something went wrong.
No results found
SemVer Minor
Ensure that we fire channelActive and channelInactive in order (#373 )
SemVer Patch
Better handle writes issued with already completed promises (#372 )
SwiftNIO HTTP/2 1.24.1
06 Feb 10:40
Compare
Sorry, something went wrong.
No results found
SemVer Patch
Content-Length errors shouldn't crash (#371 )
SwiftNIO HTTP/2 1.24.0
02 Feb 15:59
Compare
Sorry, something went wrong.
No results found
SemVer Minor
Verify content length is not negative (#361 )
Provide an iterator for header values (#362 )
SemVer Patch
Verify all content-length header values match (#360 )
Make FramePayload.Data class-backed (#365 )
Ignore content-length for HEAD requests and 304 responses (#369 )
Other Changes
Add .spi.yml for Swift Package Index DocC support (#363 )
Add Swift 5.8 CI and update nightly CI to Ubuntu 22.04 (#366 )
Point docs to Swift Package Index (#367 )
Remove Jazzy doc generation (#368 )
Update allocation limits (#370 )
SwiftNIO HTTP/2 1.23.1
02 Nov 11:58
Compare
Sorry, something went wrong.
No results found
SemVer Patch
Replace NIOSendable with Sendable (#358 )
Other Changes
Remove #if compiler(>=5.5) (#357 )
SwiftNIO HTTP/2 1.23.0
29 Sep 12:21
Compare
Sorry, something went wrong.
No results found
SemVer Minor
Raise minimum supported Swift version from 5.4 to 5.5 (#355 )
SemVer Patch
Better GoAWAY error (#354 )
Other Changes
Use Docc for documentation (#351 )
Validate missing imports in CI (#352 )
Update allocation limits (#356 )
SwiftNIO HTTP/2 1.22.1
02 Aug 14:15
Compare
Sorry, something went wrong.
No results found
SemVer Patch
Use swift-atomics instead of NIOAtomics (#350 )
Other Changes
SwiftNIO HTTP/2 1.22.0
09 Jun 13:48
Compare
Sorry, something went wrong.
No results found
SemVer Minor
Adopt Sendable in relevant types (#343 )
Make HPACKHeaders hashable. (#344 )
SemVer Patch
Improve HTTPHeader normalisation performance for large inputs (#347 )
Other Changes
Add script to list transitive dependencies (#340 )
Remove build_podspec.sh (#341 )
HPACKHeaders performance test for HTTPHeader normalisation (#346 )