Skip to content

Commit 2f2a4ca

Browse files
authored
0.19.1 release (#577)
1 parent 9acd0dc commit 2f2a4ca

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file.
33

44
The changelog format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6+
## [0.19.1] - 21-May-2020
7+
8+
**Milestone**: Gorilla.1(0.9.5.1)
9+
Package | Version | Link
10+
---|---|---
11+
SDK Core| v0.19.1 | https://www.npmjs.com/package/symbol-sdk
12+
Catbuffer | v0.0.19 | https://www.npmjs.com/package/catbuffer-typescript
13+
Client Library | v0.8.11 | https://www.npmjs.com/package/symbol-openapi-typescript-node-client
14+
15+
- **[BREAKING CHANGE]** `RemotePublicKey` has been renamed to `LinkedPublicKey` in `AccountKeyLinkTransaction`.
16+
- **[BREAKING CHANGE]** `AccountRestrictionFlags` has been split into 3 separate flags: `AddressRestrictionFlag`, `MosaicRestrictionFlag` and `OperationRestrictionFlag` for better compile time and runtime validation.
17+
- **[BREAKING CHANGE]** Added `NamaspaceRepository` interface to `Listener` constructor parameters for resolving alias purpose. `Listener` object can still be instantiated by using `RepositoryFactory.createListener()` with no coding change.
18+
- Added `signer` and `signature` as optional parameters to the `create` methods in transaction classes. `TransactionMapping.createFromPayload` is now including `signer` and `signature`.
19+
- Refactored address filter in websocket listener channels which now filters on `recipientAddress`, `targetAccount`, `signerPublicKey` fields in all transaction types. The Listener can filter on `unresolved (alias)` addresses now.
20+
- Added optional `transactionHash` parameter in websocket listener channel subscribers which can be used for specific transaction monitoring now.
21+
622
## [0.19.0] - 15-May-2020
723

824
**Milestone**: Gorilla.1(0.9.5.1)
@@ -483,6 +499,7 @@ Client Library | v0.7.20-alpha.6 | https://www.npmjs.com/package/nem2-sdk-opena
483499

484500
- Initial code release.
485501

502+
[0.19.1]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.19.0...v0.19.1
486503
[0.19.0]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.18.0...v0.19.0
487504
[0.18.0]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.17.4...v0.18.0
488505
[0.17.4]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.17.3...v0.17.4

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ The Symbol SDK for TypeScript / JavaScript allows you to develop web, mobile, an
1111

1212
### _Gorilla.1_ Network Compatibility ([email protected])
1313

14-
Due to a network upgrade with [[email protected]](https://github.com/nemtech/catapult-server/releases/tag/v0.9.5.1) version, **it is recommended to use this package's 0.19.0 version and upwards to use this package with Fushicho versioned networks**.
14+
Due to a network upgrade with [[email protected]](https://github.com/nemtech/catapult-server/releases/tag/v0.9.5.1) version, **it is recommended to use this package's 0.19.1 version and upwards to use this package with Fushicho versioned networks**.
1515

16-
The upgrade to this package's [version v0.19.0](https://github.com/nemtech/symbol-sdk-typescript-javascript/releases/tag/v0.19.0) is mandatory for **fushicho compatibility**.
16+
The upgrade to this package's [version v0.19.1](https://github.com/nemtech/symbol-sdk-typescript-javascript/releases/tag/v0.19.1) is mandatory for **_Gorilla compatibility**.
1717

1818
Find the complete release notes [here](CHANGELOG.md).
1919

0 commit comments

Comments
 (0)