Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 6, 2025

This PR contains the following updates:

Package Update Change
apple/swift-crypto major from: "2.1.0" -> from: "4.0.0"

Release Notes

apple/swift-crypto (apple/swift-crypto)

v4.0.0: Swift Crypto 4.0.0

Compare Source

What's Changed

SemVer Major

Full Changelog: apple/swift-crypto@3.15.1...4.0.0

v3.15.1: Swift Crypto 3.15.1

Compare Source

What's Changed

SemVer Patch
Other Changes

Full Changelog: apple/swift-crypto@3.15.0...3.16.0

v3.15.0: Swift Crypto 3.15.0

Compare Source

What's Changed

SemVer Minor
SemVer Patch
Other Changes

New Contributors

Full Changelog: apple/swift-crypto@3.14.0...3.15.0

v3.14.0: Swift Crypto 3.14.0

Compare Source

What's Changed

SemVer Minor
Other Changes

New Contributors

Full Changelog: apple/swift-crypto@3.13.3...3.14.0

v3.13.3: Swift Crypto 3.13.3

Compare Source

What's Changed

SemVer Patch
Other Changes

Full Changelog: apple/swift-crypto@3.13.2...3.13.3

v3.13.2: Swift Crypto 3.13.2

Compare Source

What's Changed

SemVer Patch

Full Changelog: apple/swift-crypto@3.13.1...3.13.2

v3.13.1: Swift Crypto 3.13.1

Compare Source

What's Changed

SemVer Patch

New Contributors

Full Changelog: apple/swift-crypto@3.13.0...3.13.1

v3.13.0: Swift Crypto 3.13.0

Compare Source

What's Changed

SemVer Minor
SemVer Patch
Other Changes

New Contributors

Full Changelog: apple/swift-crypto@3.12.3...3.13.0

v3.12.5: Swift Crypto 3.12.5

Compare Source

What's Changed

SemVer Patch

Full Changelog: apple/swift-crypto@3.12.4...3.12.5

v3.12.4: Swift Crypto 3.12.4

Compare Source

What's Changed

SemVer Patch

Full Changelog: apple/swift-crypto@3.12.3...3.12.4

v3.12.3

Compare Source

What's Changed

SemVer Patch
Other Changes

Full Changelog: apple/swift-crypto@3.12.2...3.12.3

v3.12.2

Compare Source

What's Changed

SemVer Patch

Full Changelog: apple/swift-crypto@3.12.1...3.12.2

v3.12.1: Swift Crypto 3.12.1

Compare Source

What's Changed

SemVer Patch

Full Changelog: apple/swift-crypto@3.12.0...3.12.1

v3.12.0: Swift Crypto 3.12.0

Compare Source

What's Changed

SemVer Minor
SemVer Patch

Full Changelog: apple/swift-crypto@3.11.2...3.12.0

v3.11.2

Compare Source

What's Changed

SemVer Patch
  • Replace platforms from Package manifest with availability guards by @​gjcairo in #​331
Other Changes

Full Changelog: apple/swift-crypto@3.11.1...3.11.2

v3.11.1: Swift Crypto 3.11.1

Compare Source

What's Changed

SemVer Patch

Full Changelog: apple/swift-crypto@3.11.0...3.11.1

v3.11.0: Swift Crypto 3.11.0

Compare Source

What's Changed

SemVer Minor
SemVer Patch

Full Changelog: apple/swift-crypto@3.10.2...3.11.0

v3.10.2: Swift Crypto 3.10.2

Compare Source

What's Changed

SemVer Patch

New Contributors

Full Changelog: apple/swift-crypto@3.10.1...3.10.2

v3.10.1: Swift Crypto 3.10.1

Compare Source

What's Changed

SemVer Patch
Other Changes

New Contributors

Full Changelog: apple/swift-crypto@3.10.0...3.10.1

v3.10.0: Swift Crypto 3.10.0

Compare Source

What's Changed

SemVer Minor
SemVer Patch
Other Changes

New Contributors

Full Changelog: apple/swift-crypto@3.9.1...3.10.0

v3.9.1: Swift Crypto 3.9.1

Compare Source

What's Changed

SemVer Patch
Other Changes

New Contributors

Full Changelog: apple/swift-crypto@3.9.0...3.9.1

v3.9.0: Swift Crypto 3.9.0

Compare Source

What's Changed

SemVer Minor
SemVer Patch
Other Changes

New Contributors

Full Changelog: apple/swift-crypto@3.8.1...3.9.0

v3.8.1: Swift Crypto 3.8.1

Compare Source

What's Changed

SemVer Patch

New Contributors

Full Changelog: apple/swift-crypto@3.8.0...3.8.1

v3.8.0: Swift Crypto 3.8.0

Compare Source

What's Changed

SemVer Minor
Other Changes

Full Changelog: apple/swift-crypto@3.7.1...3.8.0

v3.7.1: Swift Crypto 3.7.1

Compare Source

What's Changed

SemVer Patch
Other Changes

Full Changelog: apple/swift-crypto@3.7.0...3.7.1

v3.7.0: Swift Crypto 3.7.0

Compare Source

SemVer Minor
  • Add support for AES CFB mode in _CryptoExtras (#​252)

v3.6.1: Swift Crypto 3.6.1

Compare Source

SemVer Patch

v3.6.0: Swift Crypto 3.6.0

Compare Source

SemVer Minor
  • extras: Provide initializers for RSA keys from RSA parameters (#​247)
SemVer Patch
  • Reduce the number of heap allocations when computing hash digests (#​238, patch credit to @​baarde)

v3.5.2: Swift Crypto 3.5.2

Compare Source

SemVer Patch
  • Revert to using @​_implementationOnly for all BoringSSL modules (#​246)

v3.5.1: Swift Crypto 3.5.1

Compare Source

SemVer Patch
  • build: Add missing prefix to BoringSSL delete_if stack symbols (#​245)

v3.5.0: Swift Crypto 3.5.0

Compare Source

SemVer Minor
  • extras: Add APIs for RSA Blind Signatures (#​232)
SemVer Patch
  • add support for riscv64 (#​240, patch credit to @​futurejones)
  • Move ArbitraryPrecisionInteger type to CryptoBoringWrapper module (#​236)
  • Change inclusiveMin param of ArbitraryPrecisionInteger.random from UInt64 to UInt (#​242)
Other Changes
  • Fix broken DataProtocol.hexString test utility (#​230)
  • update README recommended versions (#​233)

v3.4.0: Swift Crypto 3.4.0

Compare Source

SemVer Minor
SemVer Patch
  • Add empty privacy manifest files (#​226)
  • Use BoringSSL implementation for _CryptoExtras.AES._CTR (#​229)

v3.3.0: Swift Crypto 3.3.0

Compare Source

SemVer Minor
  • Add support for AES CTR mode in _CryptoExtras (#​220)
  • Raise minimum Swift version to 5.7 (#​221)
SemVer Patch
Other Changes

v3.2.0: Swift Crypto 3.2.0

Compare Source

SemVer Minor
SemVer Patch
Other Changes
  • Add cxx interop build pipeline (#​212)
  • Update availability annotations in tests (#​213)

v3.1.0: Swift Crypto 3.1.0

Compare Source

SemVer Minor
  • Add support for AES-CBC in _CryptoExtras (#​200)
  • Bump minimum Swift version to 5.7 (#​201)

v3.0.0: Swift Crypto 3.0.0

Compare Source

The only meaningful breaking change in this release is the addition of new cases in the CryptoKitError enum. The overwhelming majority of users can and should express a wider version range than usual: "1.0.0" ..< "4.0.0" is the recommended version range.

SemVer Major
  • Update to CryptoKit 2023 final API (#​199)
SemVer Patch
  • Set missing Windows defines (#​197) (patch credit to @​compnerd)
  • Use SecKeyGetBlockSize instead of kSecAttrKeySizeInBits (#​198)

v2.6.0: Swift Crypto 2.6.0

Compare Source

Semver Minor
Semver Patch
Other changes

v2.5.0: Swift Crypto 2.5.0

Compare Source

SemVer Minor
SemVer Patch
  • Drop support for Swift 5.5 (#​172)
Other Changes

v2.4.1: Swift Crypto 2.4.1

Compare Source

SemVer Patch
Other Changes
  • Fix broken link (#​153, patch credit to @​Sajjon)
  • Update Wycheproof 'x25519_test.json' to v1 (#​155, patch credit to @​Sajjon)
  • Update Wycheproof aes_gcm.json to v1 (#​156, patch credit to @​Sajjon)
  • Update Wycheproof chacha20_poly1305 to v1 (#​157, patch credit to @​Sajjon)
  • Update Wycheproof ecdh_secp256r1_ecpoint_test.json to v1 (#​158, patch credit to @​Sajjon)
  • Update Wycheproof eddsa_test to v1 (renamed to ed25519_test) (#​159, patch credit to @​Sajjon)
  • Update Wycheproof ecdh_secp256r1_test.json to v1 (#​160, patch credit to @​Sajjon)
  • Update Wycheproof ecdh_secp384r1_ecpoint_test.json to v1 (#​161, patch credit to @​Sajjon)
  • Update Wycheproof ecdh_secp384r1_test.json to v1 (#​162, patch credit to @​Sajjon)
  • Update Wycheproof ecdh_secp521r1_test.json to v1 (#​163, patch credit to @​Sajjon)
  • Update Wycheproof ecdh_secp521r1_ecpoint_test.json to v1 (#​164, patch credit to @​Sajjon)
  • Update Wycheproof multiple ECDSA test vectors to v1 (#​166, patch credit to @​Sajjon)
  • Add five new Wycheproof ECDSA test vectors using IEEE P1363 format (#​167, patch credit to @​Sajjon)
  • Exclude AES from CMake (#​152)
  • Add docker-compose file for Swift 5.8 and 5.9 (#​170)

v2.4.0: Swift Crypto 2.4.0

Compare Source

SemVer Minor
  • Make RSA public key formats consistent on all platforms (#​151)

v2.3.0: Swift Crypto 2.3.0

Compare Source

SemVer Minor
Other Changes

v2.2.4: Swift Crypto 2.2.4

Compare Source

SemVer Patch

v2.2.3: Swift Crypto 2.2.3

Compare Source

This release contains no semantic changes, only adjustments to the CMake build.

Other Changes

v2.2.2: Swift Crypto 2.2.2

Compare Source

This release contains no functional changes

Other Changes
  • Link Foundation in CryptoBoringWrapper (#​136)

v2.2.1: Swift Crypto 2.2.1

Compare Source

SemVer Patch

v2.2.0: Swift Crypto 2.2.0

Compare Source

SemVer Minor
  • Update Swift Crypto for the Ventura API (#​123)
  • Raise minimum supported Swift version from 5.4 to 5.5 (#​131)
SemVer Patch
Other Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants