Skip to content

Releases: apple/swift-http-types

Swift HTTPTypes 1.3.1

13 Nov 15:44
ef18d82
Compare
Choose a tag to compare

More platforms supported, including Windows and Android.

What's Changed

SemVer Patch

Other Changes

Full Changelog: 1.3.0...1.3.1

Swift HTTPTypes 1.3.0

17 Jul 00:16
ae67c81
Compare
Choose a tag to compare

What's Changed

  • Wrong error thrown when parsing trailer fields by @guoye-zhang in #55
  • Make RFC 9209 proxy-status public by @ehaydenr in #57
  • support URLSession concurrency method in Swift 6(Linux, Windows) by @zunda-pixel in #58

New Contributors

Full Changelog: 1.2.0...1.3.0

Swift HTTPTypes 1.2.0

20 Jun 19:38
1ddbea1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.2.0

Swift HTTPTypes 1.1.0

13 May 21:06
9bee2fd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.3...1.1.0

Swift HTTPTypes 1.0.3

18 Jan 23:58
12358d5
Compare
Choose a tag to compare

Summary

Supporting WASI platform.

What's Changed

Full Changelog: 1.0.2...1.0.3

Swift HTTPTypes 1.0.2

02 Dec 21:12
1827dc9
Compare
Choose a tag to compare

Summary

Fixing build errors when back deploying to Apple platforms earlier than macOS 10.15, iOS 13, watchOS 6, tvOS 13.

What's Changed

  • Stop using opaque return types to resolve build error by @gwynne in #38

Full Changelog: 1.0.1...1.0.2

Swift HTTPTypes 1.0.1

01 Dec 23:48
4c54209
Compare
Choose a tag to compare

Summary

Several minor performance improvements.

What's Changed

  • Remove @_implementationOnly #34
  • Eliminate the allocation of single element arrays #33
  • Improve the performance of setting and parsing status code #37

Full Changelog: 1.0.0...1.0.1

Swift HTTPTypes 1.0.0

21 Sep 16:45
99d066e
Compare
Choose a tag to compare

Initial stable release