Releases: Building42/Telegraph
Releases · Building42/Telegraph
0.40.0
- 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.
0.30.0
- Use semantic versioning for Telegraph (versions will follow the major.minor.patch format)
- Use semantic versioning for SPM dependencies (thanks kaden-weber)
- Add simple caching support to file handler (thanks JoebayId)
- Provide more control on when the content length is calculated (thanks opera-ddrechny)
- Reissue demo certificates, some expired in June 2022
- Support Xcode 13.4.1
0.29.0
- Breaking: The
master
branch has been renamed tomain
(see GitHub's new naming scheme) - Breaking: Refactor URI, improve handling of query parameters (thanks dabuddha)
- Breaking: Update iOS deployment target to 9.0 (thanks GeroHerkenrath)
- Improve mime-type handling in the file handler (thanks dabuddha)
- Add support for symbolic links to the file handler (thanks Joebayld)
- Add more Access Control headers (thanks Joebayld)
- Update CocoaAsyncSocket to 7.6.5
- Update HTTPParserC to 2.9.4