Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 21, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Update Change
apple/swift-crypto minor from: "3.0.0" -> from: "3.15.1"

Release Notes

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

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-3.x branch from 8037f4c to b8468c0 Compare July 22, 2025 18:53
@renovate renovate bot changed the title Update dependency apple/swift-crypto to from: "3.13.0" Update dependency apple/swift-crypto to from: "3.13.2" Jul 22, 2025
@renovate renovate bot force-pushed the renovate/apple-swift-crypto-3.x branch from b8468c0 to 0352157 Compare July 30, 2025 17:07
@renovate renovate bot changed the title Update dependency apple/swift-crypto to from: "3.13.2" Update dependency apple/swift-crypto to from: "3.13.3" Jul 30, 2025
@renovate renovate bot force-pushed the renovate/apple-swift-crypto-3.x branch from 0352157 to 7908f3e Compare August 6, 2025 12:45
@renovate renovate bot changed the title Update dependency apple/swift-crypto to from: "3.13.3" Update dependency apple/swift-crypto to from: "3.14.0" Aug 6, 2025
@renovate renovate bot force-pushed the renovate/apple-swift-crypto-3.x branch from 7908f3e to e53a985 Compare August 31, 2025 11:01
@renovate renovate bot changed the title Update dependency apple/swift-crypto to from: "3.14.0" Update dependency apple/swift-crypto to from: "3.15.0" Aug 31, 2025
@renovate renovate bot force-pushed the renovate/apple-swift-crypto-3.x branch from e53a985 to 8c75f0b Compare September 22, 2025 18:12
@renovate renovate bot changed the title Update dependency apple/swift-crypto to from: "3.15.0" Update dependency apple/swift-crypto to from: "3.15.1" Sep 22, 2025
@kishikawakatsumi kishikawakatsumi deleted the renovate/apple-swift-crypto-3.x branch September 30, 2025 07:10
Copy link
Contributor Author

renovate bot commented Sep 30, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (from: "3.15.1"). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

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