Skip to content

Releases: apple/swift-http-structured-headers

HTTP Structured Headers 1.0.0

02 Aug 07:15
9055e7c
Compare
Choose a tag to compare

This release is the first release of the 1.0.0 series. No API breakages have shipped in this release, it simply defines the current API as the v1.0 stable API.

SemVer Minor

  • Raise minimum supported Swift version from 5.4 to 5.5 (#27, #33, #34)

SemVer Patch

  • Remove unneeded compiler guard. (#35)

Other Changes

  • Validate missing imports in CI (#26)
  • Use #fileID/#filePath instead of #file (#28)
  • Add .spi.yml for Swift Package Index DocC support (#29)
  • Add Swift 5.8 CI and update nightly CI to Ubuntu 22.04 (#30)
  • Fix documentation and add infrastructure for CI-ing it (#31)
  • Add docker-compose file for Swift 5.9 (#32)

HTTP Structured Headers 0.3.0

02 Aug 14:15
76a7587
Compare
Choose a tag to compare

SemVer Minor

  • Adopt Sendable (#23)

Other Changes

  • Use 5.7 nightlies (#24)
  • Use Docc for documentation (#25)

HTTP Structured Headers 0.2.0

27 Apr 16:34
a3c50a9
Compare
Choose a tag to compare

SemVer Minor

  • Drop support for Swift 5.2 and 5.3 (#19)

SemVer Patch

  • Remove redundant conformance constraints (#22)

Other Changes

  • Add 5.6 main CI and nightly 5.7 (#17, #18 )
  • Fix warnings, that appeared after requiring Swift 5.4 (#21)

HTTP Structured Headers 0.1.0

12 Jan 16:35
8c5c9aa
Compare
Choose a tag to compare

Changes

  • Rename a number of types and modules (#13)
  • Fixes for changes to the OSS Decimal type (#16)

HTTP Structured Headers 0.0.1

20 Jan 16:17
dd9aca3
Compare
Choose a tag to compare

Initial release!

This package will remain in zerover status until at least after the final RFC for HTTP structured headers ships. Once that happens we can consider freezing the API.