Skip to content

chore(deps): bump github.com/aptos-labs/aptos-go-sdk from 1.11.0 to 1.12.0#820

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/aptos-labs/aptos-go-sdk-1.12.0
Open

chore(deps): bump github.com/aptos-labs/aptos-go-sdk from 1.11.0 to 1.12.0#820
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/aptos-labs/aptos-go-sdk-1.12.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2026

Bumps github.com/aptos-labs/aptos-go-sdk from 1.11.0 to 1.12.0.

Release notes

Sourced from github.com/aptos-labs/aptos-go-sdk's releases.

v1.12.0

One of the final releases for the V1 SDK

What's Changed

New Contributors

Full Changelog: aptos-labs/aptos-go-sdk@v1.11.0...v1.12.0

Changelog

Sourced from github.com/aptos-labs/aptos-go-sdk's changelog.

v1.12.0 (2/25/2026)

  • [Refactor] Simplify type conversion logic by removing CompatibilityMode option handling in ConvertToVectorU8
  • [Fix] Change string to vector conversion behavior - strings are now consistently treated as UTF-8 bytes instead of hex strings
  • [Fix] Add nil bytes validation to prevent converting nil bytes to vector
  • [Fix] Improve compatibility mode serialization for nested option and string types
  • [Fix] Fix logic issue in batch submit transactions
  • [Fix] Ensure addresses are zero'd out before being parsed
  • [Test] Enhance type conversion tests for option and vector types with nested structures
  • [Security] Upgrade crypto library and graphql client libraries
  • [Security][Breaking] Private key String() methods now return redacted output to prevent accidental logging; use ToAIP80() or ToHex() when explicit key access is needed
  • [Security] Add Clear() methods to Ed25519PrivateKey and Secp256k1PrivateKey for zeroing key material from memory
  • [Security] Add explicit TLS 1.2 minimum version configuration to HTTP client
  • [Security] Add mutex protection for thread-safe header access in NodeClient
  • [Security] Limit HTTP error response body reads to prevent memory exhaustion from malicious servers
  • [Fix] Fix MultiEd25519PublicKey.Verify() to properly use bitmap for signature verification; add BitmapIndices() helper method
  • [Fix] Replace println with slog.Warn for AIP-80 compliance warnings in private key parsing
  • [Fix] Update GetCoinBalances to use current_fungible_asset_balances indexer query instead of removed current_coin_balances
Commits
  • 68b6f62 Bump filippo.io/edwards25519 from 1.1.0 to 1.1.1
  • 046ddc4 Bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 in /v2
  • ab7f490 Address PR review: add indexer migration to changelog, update stale doc comments
  • 071a655 Fix Test_Indexer: migrate from deprecated current_coin_balances to current_fu...
  • aca6a5e Fix gosec lint warnings: suppress false-positive SSRF, log injection, and int...
  • 0eefdcf Prep v1.12.0 release: mark changelog as released (2/25/2026)
  • 4689549 Move v2 changelog to v2/CHANGELOG.md, keep v1 changelog in root
  • 5a0ed4a Bump v2 SDK version to 2.0.0 and update changelog for release
  • 9618d49 Strengthen weak test assertions across v2 SDK
  • b50412d Address PR review comments (round 2)
  • 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 [github.com/aptos-labs/aptos-go-sdk](https://github.com/aptos-labs/aptos-go-sdk) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/aptos-labs/aptos-go-sdk/releases)
- [Changelog](https://github.com/aptos-labs/aptos-go-sdk/blob/main/CHANGELOG.md)
- [Commits](aptos-labs/aptos-go-sdk@v1.11.0...v1.12.0)

---
updated-dependencies:
- dependency-name: github.com/aptos-labs/aptos-go-sdk
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Mar 3, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 3, 2026 20:22
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Mar 3, 2026
@changeset-bot
Copy link

changeset-bot bot commented Mar 3, 2026

⚠️ No Changeset found

Latest commit: 89d10f7

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@cl-sonarqube-production
Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

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

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants