Skip to content

Bump github.com/aptos-labs/aptos-go-sdk from 1.12.1-0.20260318141106-21b6ef4ed363 to 1.12.1#399

Merged
friedemannf merged 3 commits intodevelopfrom
dependabot/go_modules/github.com/aptos-labs/aptos-go-sdk-1.12.1
Apr 3, 2026
Merged

Bump github.com/aptos-labs/aptos-go-sdk from 1.12.1-0.20260318141106-21b6ef4ed363 to 1.12.1#399
friedemannf merged 3 commits intodevelopfrom
dependabot/go_modules/github.com/aptos-labs/aptos-go-sdk-1.12.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps github.com/aptos-labs/aptos-go-sdk from 1.12.1-0.20260318141106-21b6ef4ed363 to 1.12.1.

Release notes

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

v1.12.1

What's Changed

New Contributors

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

Changelog

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

v1.12.1 (3/18/2026)

  • [Fix] properly closing client responses on errors
  • [Fix] Increase default max gas amount by 10x from 100,000 to 1,000,000 (0.01 APT)
  • [Fix] Always use default transport, and reuse it

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

v1.11.0 (9/26/2025)

  • Refactor address internal packages to be more clear
  • [Feature] Add AccountAddress.StringShort() for short string representation.
  • Upgrade dependencies

v1.10.0 (6/20/2025)

  • [Feature] Add orderless transaction support

v1.9.0 (6/8/2025)

  • [Breaking] Change how plain text arguments are parsed from inputs. All inputs now have to be []any and will work nested properly.
  • [Feature] Add CompatibilityMode to ConvertArg so that it can be used to convert arguments similar to the original TS SDK.

v1.8.0 (6/3/2025)

  • [Feature] Added EventsByCreationNumber API to fetch events by creation number for a given account

... (truncated)

Commits

@dependabot dependabot bot added the dependencies-go Go Dependency Updates label Mar 24, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 24, 2026 03:24
@dependabot dependabot bot added the dependencies-go Go Dependency Updates label Mar 24, 2026
Bumps [github.com/aptos-labs/aptos-go-sdk](https://github.com/aptos-labs/aptos-go-sdk) from 1.12.1-0.20260318141106-21b6ef4ed363 to 1.12.1.
- [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](https://github.com/aptos-labs/aptos-go-sdk/commits/v1.12.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/aptos-labs/aptos-go-sdk-1.12.1 branch from 872b1cd to b20f2e4 Compare April 2, 2026 19:24
@dependabot dependabot bot requested review from a team as code owners April 2, 2026 19:24
This commit was created from the local commit with hash bf41ebbc88c3007a2be564df211d820f2c900fbc.
@friedemannf friedemannf merged commit bf864c3 into develop Apr 3, 2026
21 checks passed
@friedemannf friedemannf deleted the dependabot/go_modules/github.com/aptos-labs/aptos-go-sdk-1.12.1 branch April 3, 2026 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies-go Go Dependency Updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant