Skip to content

v2.5.0

Latest
Compare
Choose a tag to compare
@adam-fowler adam-fowler released this 20 Nov 10:55
· 1 commit to main since this release
70b0714

Breaking change

  • Remove mistakenly added public from NIOAsyncChannelRequestBody

Minor release changes

  • Fixed typo. Renamed SameSite.secure to .strict. .secure is deprecated and points to .strict. #609
  • Add application/wasm media type. #613 from @CallumTodd7
  • Throw PersistError.invalidConversion error when it is not possible to convert a persist stored value to the one requested. #614

Patch release changes

  • Add fixes for Swift 6 with latest SwiftNIO. #605
  • Minor optiomisation by specialising RequestBody streaming for NIOAsyncChannel.Inbound. #611