Skip to content

Releases: meshtrade/api

TypeScript SDK (Web) v1.69.0

19 May 08:40
3be47f9

Choose a tag to compare

What's Changed

  • wallet/account: Add showInternallyCreated filter to SearchAccountsRequest (#332)
    • New optional boolean field. When true, search results include internally created accounts. Defaults to false.

Installation

npm install @meshtrade/api-web@1.69.0

Full Changelog: ts-web/v1.68.0...ts-web/v1.69.0

TypeScript SDK (Legacy) v1.69.0

19 May 08:40
3be47f9

Choose a tag to compare

What's Changed

  • wallet/account: Add showInternallyCreated filter to SearchAccountsRequest (#332)
    • New optional boolean field. When true, search results include internally created accounts. Defaults to false.

Installation

npm install @meshtrade/api@1.69.0

Full Changelog: ts-old/v1.68.0...ts-old/v1.69.0

TypeScript SDK (Node) v1.69.0

19 May 08:40
3be47f9

Choose a tag to compare

What's Changed

  • wallet/account: Add showInternallyCreated filter to SearchAccountsRequest (#332)
    • New optional boolean field. When true, search results include internally created accounts. Defaults to false.

Installation

npm install @meshtrade/api-node@1.69.0

Full Changelog: ts-node/v1.68.0...ts-node/v1.69.0

Python SDK v1.69.0

19 May 08:39
3be47f9

Choose a tag to compare

What's Changed

  • wallet/account: Add show_internally_created filter to SearchAccountsRequest (#332)
    • New optional bool field. When True, search results include internally created accounts. Defaults to False.

Installation

pip install meshtrade==1.69.0

Note: The PyPI organization account has been inactive (failure: "Organization account owning this project is inactive"). If pip install cannot resolve v1.69.0, the PyPI upload was blocked by this known issue. Track resolution by contacting support+orgs@pypi.org.

Full Changelog: py/v1.68.0...py/v1.69.0

Protobuf v1.69.0

19 May 08:39
3be47f9

Choose a tag to compare

Proto Changes

  • wallet/account/v1: Added optional bool show_internally_created = 5 field to SearchAccountsRequest (#332)
    • When true, search results include internally created accounts. Defaults to false.
    • Non-breaking change. Existing callers continue to work as before.

Aligns with SDK releases v1.69.0.

Full Changelog: proto/v1.68.0...proto/v1.69.0

Java SDK v1.69.0

19 May 08:40
3be47f9

Choose a tag to compare

What's Changed

  • wallet/account: Add show_internally_created filter to SearchAccountsRequest (#332)
    • New optional boolean field. When true, search results include internally created accounts. Defaults to false.

Installation

Maven:

<dependency>
  <groupId>co.meshtrade</groupId>
  <artifactId>api</artifactId>
  <version>1.69.0</version>
</dependency>

Gradle:

implementation("co.meshtrade:api:1.69.0")

Full Changelog: java/v1.68.0...java/v1.69.0

Go SDK v1.69.0

19 May 08:38
3be47f9

Choose a tag to compare

What's Changed

  • wallet/account: Add show_internally_created filter to SearchAccountsRequest (#332)
    • New optional bool field (tag 5). When true, search results include internally created accounts. Defaults to false to preserve existing behavior.

Installation

go get github.com/meshtrade/api/go@v1.69.0

Full Changelog: go/v1.68.0...go/v1.69.0

Documentation v1.69.0

19 May 08:40
3be47f9

Choose a tag to compare

What's Changed

  • wallet/account: Documentation updated for new show_internally_created filter on SearchAccountsRequest (#332).

View the documentation site: https://meshtrade.github.io/api/

Full Changelog: docs/v1.68.0...docs/v1.69.0

TypeScript SDK (Web) v1.68.0

23 Apr 09:46
ebf2b31

Choose a tag to compare

What's Changed

  • Add CalculateTransferFee method to Transfer service (#327)
  • Add notification preferences to user profiles (#326)

Installation

npm install @meshtrade/api-web@1.68.0

TypeScript SDK (Legacy) v1.68.0

23 Apr 09:46
ebf2b31

Choose a tag to compare

What's Changed

  • Add CalculateTransferFee method to Transfer service (#327)
  • Add notification preferences to user profiles (#326)

Installation

npm install @meshtrade/api@1.68.0