Releases: meshtrade/api
Releases · meshtrade/api
TypeScript SDK (Web) v1.69.0
What's Changed
- wallet/account: Add
showInternallyCreatedfilter toSearchAccountsRequest(#332)- New optional
booleanfield. Whentrue, search results include internally created accounts. Defaults tofalse.
- New optional
Installation
npm install @meshtrade/api-web@1.69.0Full Changelog: ts-web/v1.68.0...ts-web/v1.69.0
TypeScript SDK (Legacy) v1.69.0
What's Changed
- wallet/account: Add
showInternallyCreatedfilter toSearchAccountsRequest(#332)- New optional
booleanfield. Whentrue, search results include internally created accounts. Defaults tofalse.
- New optional
Installation
npm install @meshtrade/api@1.69.0Full Changelog: ts-old/v1.68.0...ts-old/v1.69.0
TypeScript SDK (Node) v1.69.0
What's Changed
- wallet/account: Add
showInternallyCreatedfilter toSearchAccountsRequest(#332)- New optional
booleanfield. Whentrue, search results include internally created accounts. Defaults tofalse.
- New optional
Installation
npm install @meshtrade/api-node@1.69.0Full Changelog: ts-node/v1.68.0...ts-node/v1.69.0
Python SDK v1.69.0
What's Changed
- wallet/account: Add
show_internally_createdfilter toSearchAccountsRequest(#332)- New optional
boolfield. WhenTrue, search results include internally created accounts. Defaults toFalse.
- New optional
Installation
pip install meshtrade==1.69.0Note: The PyPI organization account has been inactive (failure: "Organization account owning this project is inactive"). If
pip installcannot resolve v1.69.0, the PyPI upload was blocked by this known issue. Track resolution by contactingsupport+orgs@pypi.org.
Full Changelog: py/v1.68.0...py/v1.69.0
Protobuf v1.69.0
Proto Changes
- wallet/account/v1: Added optional
bool show_internally_created = 5field toSearchAccountsRequest(#332)- When
true, search results include internally created accounts. Defaults tofalse. - Non-breaking change. Existing callers continue to work as before.
- When
Aligns with SDK releases v1.69.0.
Full Changelog: proto/v1.68.0...proto/v1.69.0
Java SDK v1.69.0
What's Changed
- wallet/account: Add
show_internally_createdfilter toSearchAccountsRequest(#332)- New optional
booleanfield. Whentrue, search results include internally created accounts. Defaults tofalse.
- New optional
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
What's Changed
- wallet/account: Add
show_internally_createdfilter toSearchAccountsRequest(#332)- New optional
boolfield (tag 5). Whentrue, search results include internally created accounts. Defaults tofalseto preserve existing behavior.
- New optional
Installation
go get github.com/meshtrade/api/go@v1.69.0Full Changelog: go/v1.68.0...go/v1.69.0
Documentation v1.69.0
What's Changed
- wallet/account: Documentation updated for new
show_internally_createdfilter onSearchAccountsRequest(#332).
View the documentation site: https://meshtrade.github.io/api/
Full Changelog: docs/v1.68.0...docs/v1.69.0