Skip to content

Commit d2b0ff1

Browse files
authored
0.19.0 release (#567)
* v0.19.0 release note * v0.19.0: Gorilla.1 schema updates * Updated changelog
1 parent 8dcbcf9 commit d2b0ff1

File tree

4 files changed

+29
-5
lines changed

4 files changed

+29
-5
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@ 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.0] - 15-May-2020
7+
8+
**Milestone**: Gorilla.1(0.9.5.1)
9+
Package | Version | Link
10+
---|---|---
11+
SDK Core| v0.19.0 | https://www.npmjs.com/package/symbol-sdk
12+
Catbuffer | v0.0.18 | https://www.npmjs.com/package/catbuffer-typescript
13+
Client Library | v0.8.10 | https://www.npmjs.com/package/symbol-openapi-typescript-node-client
14+
15+
- **[BREAKING CHANGE]** `Transaction signing` is now using `GenerationHashSeed` from `NodeInfo` or `NetworkProperties`. GenerationHash on Nemesis block (block:1) is `NOT` used for signing purposes.
16+
- **[BREAKING CHANGE]** Renamed `AccountLinkTransaction` to `AccountKeyLinkTransaction`.
17+
- **[BREAKING CHANGE]** Renamed `networkGenerationHash` to `networkGenerationHashSeed` in `NodeInfo`.
18+
- **[BREAKING CHANGE]** replaced `linkedPublickKey` with `supplementalAccountKeys` array in `AccountInfo`.
19+
- Added new transaction `VrfKeyLinkTransaction`.
20+
- Added new transaction `VotingKeyLinkTransaction`.
21+
- Added new transaction `NodeKeyLinkTransaction`.
22+
- Added new properties `proofGamma`, `proofScalar`, `proofVarificationHash` in `BlockInfo`
23+
- Added new properties `harvestNetworkPercentage`, `harvestNetworkFeeSinkPublicKey` in `NetworkProperties`.
24+
- Added new `KeyType`: Unset / Linked / VRF / Voting / Node / All.
25+
- Added package `shx` for cross-platform building purpose.
26+
- Fixed `AggregateTransaction.getMaxCosignatures()` to return distinct cosignature set.
27+
- Fixed a few documentaion issues.
28+
629
## [0.18.0] - 20-Apr-2020
730

831
**Milestone**: Fushicho.4(RC3 0.9.3.2)
@@ -460,6 +483,7 @@ Client Library | v0.7.20-alpha.6 | https://www.npmjs.com/package/nem2-sdk-opena
460483

461484
- Initial code release.
462485

486+
[0.19.0]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.18.0...v0.19.0
463487
[0.18.0]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.17.4...v0.18.0
464488
[0.17.4]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.17.3...v0.17.4
465489
[0.17.3]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.17.2...v0.17.3

README.md

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

1010
## Important Notes
1111

12-
### _Fushicho_ Network Compatibility (catapult-server@0.9.3.2)
12+
### _Gorilla.1_ Network Compatibility (catapult-server@0.9.5.1)
1313

14-
Due to a network upgrade with [catapult-server@Fushicho](https://github.com/nemtech/catapult-server/releases/tag/v0.9.3.2) version, **it is recommended to use this package's 0.18.0 version and upwards to use this package with Fushicho versioned networks**.
14+
Due to a network upgrade with [catapult-server@Gorilla.1](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**.
1515

16-
The upgrade to this package's [version v0.18.0](https://github.com/nemtech/symbol-sdk-typescript-javascript/releases/tag/v0.18.0) is mandatory for **fushicho compatibility**.
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**.
1717

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

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "symbol-sdk",
3-
"version": "0.18.1",
3+
"version": "0.19.0",
44
"description": "Reactive symbol sdk for typescript and javascript",
55
"scripts": {
66
"pretest": "npm run build",

0 commit comments

Comments
 (0)