Releases: apple/swift-http-structured-headers
Releases · apple/swift-http-structured-headers
Swift HTTP Structured Headers 1.2.2
1.2.1
What's Changed
SemVer Patch
Other Changes
- CI use 6.1 nightlies by @rnro in #58
- Rename nightly_6_1 params to nightly_next by @rnro in #59
- Only apply standard swift settings on valid targets by @rnro in #60
- Enable macOS CI on merge to main and daily timer by @rnro in #62
New Contributors
Full Changelog: 1.2.0...1.2.1
Swift HTTP Structured Headers 1.2.0
What's Changed
SemVer Minor
- [RFC 9651] Implement adjustments for backward compatible update by @clintonpi in #40
- [RFC 9651] Add support for Date type to RawStructuredFieldValues by @clintonpi in #41
- [RFC 9651] Add support for Display String type to RawStructuredFieldValues by @clintonpi in #43
- Add support for Date type to StructuredFieldValues by @clintonpi in #49
- Enable strict concurrency by @clintonpi in #53
- Add support for Display String type to StructuredFieldValues by @clintonpi in #51
- Integer serialization fix for 32 bit platform compatibility by @clintonpi in #52
SemVer Patch
Other Changes
- remove contributors script by @rnro in #46
- remove unused Swift 6 language mode workflow by @rnro in #47
- add .editorconfig file by @rnro in #45
- Aligning semantic version label check name by @FranzBusch in #50
- Update documentation by @clintonpi in #55
- Enable MemberImportVisibility check on all targets by @rnro in #54
- Update release.yml by @FranzBusch in #56
New Contributors
- @clintonpi made their first contribution in #40
- @rnro made their first contribution in #42
Full Changelog: 1.1.0...1.2.0
Swift HTTP Structured Headers 1.1.0
What's Changed
SemVer Minor
Other Changes
- Add release.yml by @FranzBusch in #38
- Correct the link of sswg-security at SECURITY.md by @lamtrinhdev in #39
New Contributors
- @FranzBusch made their first contribution in #38
- @lamtrinhdev made their first contribution in #39
Full Changelog: 1.0.0...1.1.0
HTTP Structured Headers 1.0.0
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
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
HTTP Structured Headers 0.2.0
HTTP Structured Headers 0.1.0
HTTP Structured Headers 0.0.1
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.