Skip to content

v6.0.0 Alpha 4

Pre-release
Pre-release
Compare
Choose a tag to compare
@adam-fowler adam-fowler released this 28 Mar 12:45
· 137 commits to main since this release
9892b16

Major version changes

  • Preparation for implementing Sendable conformance (make classes final, set some member variables to private). PR #493
  • Add support for automatic HTTP checksum calculation (crc32, crc32c, sha1 and sha256) where checksum tests are supported (S3). PR #499

Patch version changes

  • Fix empty query protocol requests. Queries with no body should still include the API version and operation name in the body. PR #494
  • Fix V4 Signing bug where sequential spaces have to be removed from header values when building canonical request. PR #498

Other changes

  • Add Swift 5.6 to CI
  • Add GitHub action to test for API breaking changes to run on all PRs