Skip to content

0.40.0

Latest
Compare
Choose a tag to compare
@yvbeek yvbeek released this 01 Apr 01:02
· 2 commits to main since this release
  • Breaking: New HTTP Parser based on llhttp (fixes the HEAD request issues)
  • Breaking: Deployment targets have been updated (iOS 12, tvOS 12, macOS 10.13)
  • Fix for HTTP enum errors encountered by CocoaPods users
  • Server connection sets are now easier to access
  • Drop support for Carthage package manager
  • Update HTTPParserC to 9.2.0
  • Support Xcode 15.3

NOTE: This version won't be available to CocoaPods users yet. The CocoaPods spec linter is throwing an error because the deployment targets of the CocoaAsyncSocket are too far behind. Not sure how long this will take to fix. Eventually we need to get rid of CocoaAsyncSocket and replace it with Apple's Network framework.