Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 29, 2025

Bumps github.com/aptos-labs/aptos-go-sdk from 1.7.1-0.20250602153733-bb1facae1d43 to 1.11.0.

Release notes

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

v1.10.0

What's Changed

Full Changelog: aptos-labs/aptos-go-sdk@v1.9.0...v1.10.0

Changelog

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

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
  • [Fix] Not set nil start argument for EventsByHandle to 0 to allow fetching latest events

v1.7.0 (4/25/2025)

  • [Feature] Added String() method to Ed25519PrivateKey and Secp256k1PrivateKey which exports the private key in the AIP-80 format
  • [Fix] Add missing Version field to Event struct
  • [Deps] Update dependencies including go crypto for security purposes
  • [Fix] Add MarshalJSON support for HexBytes to match custom UnmarshalJSON logic

v1.6.2 (3/28/2025)

  • Limit generics to max 255 in types
  • [Fix] Add coverage and fix broken view calls in FungibleAssetClient

v1.6.1 (3/27/2025)

  • [Refactor] Remove unnecessary atomic swap in submit transactions
  • [Fix] Enable users to simulate gas fee payer and multi agent transactions

v1.6.0 (3/24/2025)

  • [Feature] Add the ability for ABI simple type conversion of entry function arguments with both remote and local ABI
  • Add ability to simulate for any transaction including multi-agent and fee payer
  • [Fix] Ensure proper cleanup of response body on read error to prevent potential memory leak.
  • [Fix] Fixes possible conflicts between signatures of multiple goroutines
  • [Breaking] Change ExpirationSeconds from int64 to uint64
  • [Fix] Fix a self calling function in the client
  • [Fix/Breaking] Fix fungible asset API calls that didn't return a value
  • [Fix] Fix errors from failed transactions in concurrent submission
  • [Fix] Fix AptosRpcClient, AptosFaucetClient, AptosIndexerClient interfaces to be enforced on concrete types properly
  • [Fix] A few error case fixes and lint updates

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 29, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 29, 2025 19:00
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 29, 2025
Copy link

changeset-bot bot commented Sep 29, 2025

⚠️ No Changeset found

Latest commit: 7b6052f

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

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/aptos-labs/aptos-go-sdk-1.11.0 branch 2 times, most recently from 5693a78 to 00b1ad3 Compare October 9, 2025 18:39
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/aptos-labs/aptos-go-sdk-1.11.0 branch from 00b1ad3 to 079fc12 Compare October 13, 2025 18:34
Bumps [github.com/aptos-labs/aptos-go-sdk](https://github.com/aptos-labs/aptos-go-sdk) from 1.7.1-0.20250602153733-bb1facae1d43 to 1.11.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](https://github.com/aptos-labs/aptos-go-sdk/commits/v1.11.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/aptos-labs/aptos-go-sdk-1.11.0 branch from 079fc12 to 7b6052f Compare October 16, 2025 20:01
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