Skip to content

SwiftNIO Extras 1.8.0

Compare
Choose a tag to compare
@Davidde94 Davidde94 released this 18 Feb 12:40
· 91 commits to main since this release
de1c80a

SemVer Minor

  • add support for a 24 bit (3 byte) length field (#114, patch credit to @dnadoba)
  • fix crash in LengthFieldBasedFrameDecoder for malicious length values (#115, patch credit to @dnadoba)

SemVer Patch

  • Use eventLoop.assertInEventLoop() over assert(eventLoop.inEventLoop) (#111)

Other Changes

  • fix link to LengthFieldPrepender.swift in README (#116, patch credit to @dnadoba)
  • Swift 5.3-RELEASE is here, let's use it (#108)
  • This repository now uses main. (#109)
  • Add watchOS deployment to PodSpec build script (#110)
  • Use welcoming language (#112)
  • update code of conduct to version 1.4 (#120)