Skip to content

Update dependency apple/swift-crypto to v4#52

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/apple-swift-crypto-4.x
Closed

Update dependency apple/swift-crypto to v4#52
renovate[bot] wants to merge 1 commit intomainfrom
renovate/apple-swift-crypto-4.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 6, 2025

This PR contains the following updates:

Package Update Change
apple/swift-crypto major from: "3.0.0" -> from: "4.1.0"

Release Notes

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

v4.1.0: Swift Crypto 4.1.0

Compare Source

What's Changed

SemVer Minor
SemVer Patch
Other Changes

New Contributors

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

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)

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.

@renovate renovate bot force-pushed the renovate/apple-swift-crypto-4.x branch from 4da9de8 to d9ff0a7 Compare October 30, 2025 10:53
@kishikawakatsumi kishikawakatsumi deleted the renovate/apple-swift-crypto-4.x branch November 12, 2025 17:28
@renovate
Copy link
Contributor Author

renovate bot commented Nov 12, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 4.x releases. But if you manually upgrade to 4.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

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.

1 participant