Telegraph Versions Save

Secure Web Server for iOS, tvOS and macOS

0.40.0

2 months ago
  • 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

1 year ago
  • 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

3 years ago
  • Breaking: The master branch has been renamed to main (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

0.29

3 years ago
  • Breaking: The master branch has been renamed to main (see GitHub's new naming scheme)
  • Breaking: Update iOS deployment target to 9.0 (thanks GeroHerkenrath)
  • Update CocoaAsyncSocket to 7.6.5
  • Update HTTPParserC to 2.9.4

0.28.0

4 years ago
  • Add Swift Package Manager support
  • Update CocoaAsyncSocket to 7.6.4
  • Update demos for iOS 13 and macOS 10.15 support
  • Fix TCPListener interface binding (thanks Pikuseru)

0.28

4 years ago
  • Add Swift Package Manager support
  • Update CocoaAsyncSocket to 7.6.4
  • Update demos for iOS 13 and macOS 10.15 support
  • Fix TCPListener interface binding (thanks Pikuseru)

0.27.0

4 years ago
  • Add CORS header
  • Add function to write raw Data to HTTPConnection
  • Make it easier to override Server implementation
  • Simplify HTTPRoute, allow special characters
  • Simplify project structure

0.27

4 years ago
  • Add CORS header
  • Add function to write raw Data to HTTPConnection
  • Make it easier to override Server implementation
  • Simplify HTTPRoute, allow special characters
  • Simplify project structure

0.26.0

4 years ago
  • Convert to Swift 5
  • Add PATCH to HTTPMethod
  • Update HTTPParserC to 2.9.2
  • Fix Xcode 11 beta warnings

0.26

4 years ago
  • Convert to Swift 5
  • Add PATCH to HTTPMethod
  • Update HTTPParserC to 2.9.2
  • Fix Xcode 11 beta warnings