You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.