Skip to content

Releases: symbol/symbol-sdk-typescript-javascript

[2.0.5] - 15-Mar-2024

15 Mar 13:51
58c9eab
Compare
Choose a tag to compare
Package Version Link
SDK Core v2.0.5 symbol-sdk
Catbuffer v1.0.2 catbuffer-typescript
Client Library v1.0.3 symbol-openapi-typescript-fetch-client
  • [Bug] 853: Fixed encoding of raw messages in TransferTransaction.

[2.0.4] - 7-Mar-2023

06 Mar 18:46
894a017
Compare
Choose a tag to compare
Package Version Link
SDK Core v2.0.4 symbol-sdk
Catbuffer v1.0.2 catbuffer-typescript
Client Library v1.0.3 symbol-openapi-typescript-fetch-client
  • [Bug] Fix mosaic definition transaction from payload method.

[2.0.3] - 25-Oct-2022

25 Oct 14:51
6ca1b3f
Compare
Choose a tag to compare
Package Version Link
SDK Core v2.0.3 symbol-sdk
Catbuffer v1.0.2 catbuffer-typescript
Client Library v1.0.3 symbol-openapi-typescript-fetch-client
  • Bumped AggregateTransaction version to V2. Note that the ability to create or broadcast V1 aggregate transactions has been removed.
  • [Bug] Fixed incorrect Merkle hash calculation for aggregate transactions.
  • [Bug] Fixed the calculation of embedded transaction (also known as inner aggregate transaction) hashes without padding.

[2.0.2] - 11-Oct-2022

11 Oct 07:51
2f216b4
Compare
Choose a tag to compare

Milestone: Symbol Mainnet

Package Version Link
SDK Core v2.0.2 symbol-sdk
Catbuffer v1.0.1 catbuffer-typescript
Client Library v1.0.3 symbol-openapi-typescript-fetch-client

[Bug] #843: Handle transaction meta's timestamp and feeMultiplier when value is undefined.

[2.0.1] - 30-May-2022

31 May 09:21
3ee207b
Compare
Choose a tag to compare

Milestone: Symbol Mainnet

Package Version Link
SDK Core v2.0.1 symbol-sdk
Catbuffer v1.0.1 catbuffer-typescript
Client Library v1.0.3 symbol-openapi-typescript-fetch-client
  • [Bug] #839: Patch missing meta information to transaction dto.

[2.0.0] - 01-Mar-2022

02 Mar 07:22
c63226d
Compare
Choose a tag to compare

[2.0.0] - 01-Mar-2022

Milestone: Symbol Mainnet

Package Version Link
SDK Core v2.0.0 symbol-sdk
Catbuffer v1.0.1 catbuffer-typescript
Client Library v1.0.3 symbol-openapi-typescript-fetch-client
  • [BREAKING CHANGE] The type of value field in AccountMetadataTransaction, MosaicMetadataTransaction, NamespaceMetadataTransaction classes is changed from string to Uint8Array.
  • fix: Fixed metadata value non-ascii utf8 encoding issue #834
  • fix: Upgraded Node to 12.22.1.
  • fix: Upgraded typescript to 4.5.4.
  • fix: Upgraded RXJS to 7.4.0.

[1.0.3] - 16-Nov-2021

16 Nov 16:35
43c6364
Compare
Choose a tag to compare

Milestone: Symbol Mainnet

Package Version Link
SDK Core v1.0.3 symbol-sdk
Catbuffer v1.0.1 catbuffer-typescript
Client Library v1.0.3 symbol-openapi-typescript-fetch-client
  • fix: replaced instanceof statements. These statements are problematic when npm installs the dependency in multiples modules.
  • feat: added mosaic revocation support.

[1.0.2] - 25-Oct-2021

25 Oct 15:54
220e9fa
Compare
Choose a tag to compare

Milestone: Symbol Mainnet

Package Version Link
SDK Core v1.0.2 symbol-sdk
Catbuffer v1.0.0 catbuffer-typescript
Client Library v1.0.2 symbol-openapi-typescript-fetch-client
  • feat: Multisig multilevel subscription in web listener.
  • feat: Added Deployment data to ServerInfo.
  • fix: Fixed observable pipe in TransactionService's announce method.
  • fix: Allowing plain base32 addresses in rest payloads. Both address formats are supported.
  • fix: Cosigning from transaction hash only.
  • fix: Transaction signWith method broken into smaller methods.
  • fix: Removed unsued dependencies.

v1.0.1

24 May 12:49
3a9a3cb
Compare
Choose a tag to compare

[1.0.1] - 24-May-2021

Milestone: Symbol Mainnet

Package Version Link
SDK Core v1.0.1 symbol-sdk
Catbuffer v1.0.0 catbuffer-typescript
Client Library v1.0.0 symbol-openapi-typescript-fetch-client
  • Fixed missing utf-8 dependency issue.
  • Fixed UnhandledPromiseRejection issue in HTTP repository.

v1.0.0

16 Mar 23:57
cf36b4c
Compare
Choose a tag to compare

[1.0.0] - 13-Mar-2021

Milestone: Symbol Mainnet

Package Version Link
SDK Core v1.0.0 symbol-sdk
Catbuffer v0.1.1 catbuffer-typescript
Client Library v0.11.1 symbol-openapi-typescript-fetch-client
  • Added callback function in websocket listener for client to handle unsolicited websocket close event.
  • Release for Symbol mainnet.