Skip to content

Swift Certificates 1.3.0

Latest
Compare
Choose a tag to compare
@hamzahrmalik hamzahrmalik released this 02 May 11:19
· 2 commits to main since this release
83640c8

SemVer Minor

  • Raise minimum Swift version to 5.8 (#164)
  • Add support for validating server hostnames and IP addresses (#171)
  • Add OneOfPolicies and AllOfPolicies (#172)

SemVer Patch

  • CountryName should be a PrintableString RDNA (#165)
  • Fix Sendable warnings from latest main compiler (#166)

Other Changes

  • build: add support to vendor dependencies (#158, patch credit to @compnerd)
  • Add missing availability guards in tests (#159)
  • Remove now-breaking test vector test (#167)
  • Make testCertificateDescription independent of system date formatting settings (#170)