Skip to content

HTTP Structured Headers 1.0.0

Latest
Compare
Choose a tag to compare
@Lukasa Lukasa released this 02 Aug 07:15
· 2 commits to main since this release
9055e7c

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)