Skip to content

chore(deps)(deps): bump soroban-sdk from 20.5.0 to 27.0.0 in /contracts - #162

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/contracts/soroban-sdk-27.0.0
Closed

chore(deps)(deps): bump soroban-sdk from 20.5.0 to 27.0.0 in /contracts#162
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/contracts/soroban-sdk-27.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown

Bumps soroban-sdk from 20.5.0 to 27.0.0.

Release notes

Sourced from soroban-sdk's releases.

27.0.0

What's Changed

New Features

  • CAP-71 — Auth delegation for custom accounts — Adds support for delegating a custom account's __check_auth to another address. CustomAccount::delegate_auth hands authorization to a G- or C-address that performs the actual authentication logic, and CustomAccount::get_delegated_signers returns the delegated signers supplied in the transaction's authorization payload for verification. (#1896)

Improvements

  • Zero-copy BytesN::from for [u8; N]BytesN::from now uses BytesN::to_array instead of allocating, avoiding extra memory allocation and significantly reducing CPU cost on conversions (up to ~80% on larger arrays in end-to-end benchmarks). (#1888)

What's Changed

Full Changelog: stellar/rs-soroban-sdk@v26.1.0...v27.0.0

27.0.0-rc.1

What's Changed

New Features

  • CAP-71 — Auth delegation for custom accounts — Adds support for delegating a custom account's __check_auth to another address. CustomAccount::delegate_auth hands authorization to a G- or C-address that performs the actual authentication logic, and CustomAccount::get_delegated_signers returns the delegated signers supplied in the transaction's authorization payload for verification. (#1896)

Improvements

  • Zero-copy BytesN::from for [u8; N]BytesN::from now uses BytesN::to_array instead of allocating, avoiding extra memory allocation and significantly reducing CPU cost on conversions (up to ~80% on larger arrays in end-to-end benchmarks). (#1888)

All Changes

... (truncated)

Commits
  • e5cb4b5 Bump version to 27.0.0 (#1925)
  • dd5f06b Add a delegated auth rustdoc example (#1915)
  • 6656a27 Bump version to 27.0.0-rc.1 (#1912)
  • afa3fb9 Add migration docs for functional changes to cfg attributes and export args (...
  • a284918 Update SDK to p27 and add CAP-71 auth delegation support. (#1896)
  • a938dd5 Update crate-git-revision to 0.0.9 (#1909)
  • caddc8c Document wasm32v1-none as supported target (#1900)
  • 5871691 Pin transitive sdk crates to local version in CI (#1902)
  • 56636a8 chore: bump version to 26.1.0 (#1903)
  • 81e0aaa Zero Copy improvement: BytesN::from to use BytesN::to_array (#1888)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [soroban-sdk](https://github.com/stellar/rs-soroban-sdk) from 20.5.0 to 27.0.0.
- [Release notes](https://github.com/stellar/rs-soroban-sdk/releases)
- [Commits](stellar/rs-soroban-sdk@v20.5.0...v27.0.0)

---
updated-dependencies:
- dependency-name: soroban-sdk
  dependency-version: 27.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: contracts, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Copy link
Copy Markdown
Contributor

Closing stale PR.

@jobbykings jobbykings closed this Jul 15, 2026
@jobbykings
jobbykings deleted the dependabot/cargo/contracts/soroban-sdk-27.0.0 branch July 15, 2026 15:04
@dependabot @github

dependabot Bot commented on behalf of github Jul 15, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

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