From 56a02846f929fce0a29086ff029887b9a985eb5a Mon Sep 17 00:00:00 2001 From: Steven Liu Date: Mon, 24 Feb 2020 11:20:45 +0000 Subject: [PATCH 1/6] v0.17.1 release --- CHANGELOG.md | 131 ++++++++++++++++++++++++++++----------------------- README.md | 6 ++- 2 files changed, 77 insertions(+), 60 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3eccfba066..c314306243 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,14 +3,28 @@ All notable changes to this project will be documented in this file. The changelog format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## 24-Feb-2020 + +**Milestone**: Fushicho.4(RC3 0.9.3.1) +Name | Version | Link +---|---|--- +SDK Core| v0.17.1 | https://www.npmjs.com/package/symbol-sdk +Catbuffer | v0.0.11 | https://www.npmjs.com/package/catbuffer-typescript +Client Library | v0.8.5 | https://www.npmjs.com/package/symbol-openapi-typescript-node-client + +- Rebranded `nem2-sdk` to `symbol-sdk`. Please be noted the package name changes. +- **[BREAKING CHANGE]** Changed `QueryParameters` and `TransactionFilter` to use deconstructed argument (JSON object) in the constructor. +- Added `node/peers` endpoint. +- Fixed security issues reported by github. + ## 17-Feb-2020 **Milestone**: Fushicho.4(RC3 0.9.3.1) - Versions | | +Name | Version | Link ---|---|--- -SDK Core| v0.17.0 | https://www.npmjs.com/package/symbol-sdk -catbuffer-typescript Library| v0.0.11 | https://www.npmjs.com/package/catbuffer-typescript -Client Library | v0.8.4 | https://www.npmjs.com/package/symbol-openapi-typescript-node-client +SDK Core | v0.17.0 | https://www.npmjs.com/package/nem2-sdk +catbuffer | v0.0.11 | https://www.npmjs.com/package/catbuffer +Client Library | v0.8.4 | https://www.npmjs.com/package/nem2-sdk-openapi-typescript-node-client - **[BREAKING CHANGE]** Changed hashing algorithm to cope catapult-server changes. All Key derivation and signing are now using `SHA512`. Removed `SignSchema` so `NetworkType` is no longer bonded to the schema anymore (sha3 / keccak). This change will affect all existing keypairs / address (derived from public key) and transaction signatures. - **[BREAKING CHANGE]** Added new `TransactionFilter` parameter to `AccountHttp` which is now support filtering with list of transaction type. @@ -26,28 +40,28 @@ Client Library | v0.8.4 | https://www.npmjs.com/package/symbol-openapi-typescri ## 30-Jan-2020 **Milestone**: Fushicho.4(RC3) - Versions | | +Name | Version | Link ---|---|--- -SDK Core| v0.16.5 | https://www.npmjs.com/package/symbol-sdk -catbuffer-typescript Library| v0.0.11 | https://www.npmjs.com/package/catbuffer-typescript -Client Library | v0.7.20-beta.7 | https://www.npmjs.com/package/symbol-openapi-typescript-node-client +SDK Core| v0.16.5 | https://www.npmjs.com/package/nem2-sdk +catbuffer Library| v0.0.11 | https://www.npmjs.com/package/catbuffer +Client Library | v0.7.20-beta.7 | https://www.npmjs.com/package/nem2-sdk-openapi-typescript-node-client - Fixed circular reference issue after removed `InnerTransaction` class. ## 30-Jan-2020 **Milestone**: Fushicho.4(RC3) - Versions | | +Name | Version | Link ---|---|--- -SDK Core| v0.16.4 | https://www.npmjs.com/package/symbol-sdk -catbuffer-typescript Library| v0.0.11 | https://www.npmjs.com/package/catbuffer-typescript -Client Library | v0.7.20-beta.7 | https://www.npmjs.com/package/symbol-openapi-typescript-node-client +SDK Core| v0.16.4 | https://www.npmjs.com/package/nem2-sdk +catbuffer Library| v0.0.11 | https://www.npmjs.com/package/catbuffer +Client Library | v0.7.20-beta.7 | https://www.npmjs.com/package/nem2-sdk-openapi-typescript-node-client - Core 0.9.2.1 compatible. Changed hash algorithm for shared key derivation to `HKDF-HMAC-Sha256`. - Removed `senderPrivateKey` in `Persistent Delegation Request Transaction`. Instead, it uses an `ephemeral key pair` and the `EphemeralPublicKey` is now attached in the `PersistentDelegationMessage` payload. - Removed `salt` encryption and decryption functions which uses `HKDF-HMAC-Sha256` instead. This only affects the encrypted payload. - Added missing export in `Infrastructure` classes / interfaces. -- Applied latest `catbuffer-typescript` builder codes for `ResolutionStatement`. +- Applied latest `catbuffer` builder codes for `ResolutionStatement`. - Updated `TransactionType` & `TransactionVersion` enum key name to match `catabuffer` schema definition. - Changed signature type for `Height` from `numeric string` to `UInt64` in `Block` & `Receipt` respostiories - Fixed a few ts lint issues. @@ -55,24 +69,24 @@ Client Library | v0.7.20-beta.7 | https://www.npmjs.com/package/symbol-openapi- ## 09-Jan-2020 **Milestone**: Fushicho.3 - Versions | | +Name | Version | Link ---|---|--- -SDK Core| v0.16.3 | https://www.npmjs.com/package/symbol-sdk -catbuffer-typescript Library| v0.0.7 | https://www.npmjs.com/package/catbuffer-typescript -Client Library | v0.7.20-beta.6 | https://www.npmjs.com/package/symbol-openapi-typescript-node-client +SDK Core| v0.16.3 | https://www.npmjs.com/package/nem2-sdk +catbuffer Library| v0.0.7 | https://www.npmjs.com/package/catbuffer +Client Library | v0.7.20-beta.6 | https://www.npmjs.com/package/nem2-sdk-openapi-typescript-node-client - Fixed http client (OpenAPI client package) does not support ES6 issue. ## 06-Jan-2020 **Milestone**: Fushicho.3 - Versions | | +Name | Version | Link ---|---|--- -SDK Core| v0.16.2 | https://www.npmjs.com/package/symbol-sdk -catbuffer-typescript Library| v0.0.7 | https://www.npmjs.com/package/catbuffer-typescript -Client Library | v0.7.20-alpha.6 | https://www.npmjs.com/package/symbol-openapi-typescript-node-client +SDK Core| v0.16.2 | https://www.npmjs.com/package/nem2-sdk +catbuffer Library| v0.0.7 | https://www.npmjs.com/package/catbuffer +Client Library | v0.7.20-alpha.6 | https://www.npmjs.com/package/nem2-sdk-openapi-typescript-node-client -- Refactored to replace generated codes by public library package for both `catbuffer-typescript` and `OpenAPI Http Client`. +- Refactored to replace generated codes by public library package for both `catbuffer` and `OpenAPI Http Client`. - Added unresolved (mosaicId, address) support in `MosaicRestrictionTransaction`. - Added `toHex()` in `MosaicNonce` class. - Exposed `MultisigAccountGraphInfo` class constructor to public. @@ -92,7 +106,7 @@ Client Library | v0.7.20-alpha.6 | https://www.npmjs.com/package/symbol-openapi - Fixed `TrandactionStatus` not returning correct error code bug. - Fixed `spread operation issue` in `SetMaxFee and ResolveAlias` which results in missing super class properties bug. - Fixed `epochAdjustment` static value not in UTC bug. -- Fixed known issues in `catbuffer-typescript Typescript Generator` over `EntityTypeDto` and `AggregateTransactionBuilder`. Aggregate transaction's `InnerTransactions` and `Cosignatures` are now in array format (`EmbeddedTransactionBuilder` and `CosignatureBuilder`) instead of using `Uint8Array`. +- Fixed known issues in `catbuffer Typescript Generator` over `EntityTypeDto` and `AggregateTransactionBuilder`. Aggregate transaction's `InnerTransactions` and `Cosignatures` are now in array format (`EmbeddedTransactionBuilder` and `CosignatureBuilder`) instead of using `Uint8Array`. ## [0.16.0] - 09-Dec-2019 @@ -209,7 +223,7 @@ Client Library | v0.7.20-alpha.6 | https://www.npmjs.com/package/symbol-openapi - Added Metadata Transactions (Account, Mosaic and Namespace). - Added new account restriction type to support `Outgoing` addresses and transaction types. -- catbuffer-typescript builder codes fully implemented. Flatbuffer codes removed. +- catbuffer builder codes fully implemented. Flatbuffer codes removed. - Models and services updated to be compatible with latest server (milestone Elephant: patch-3) schema updates. - Refactored `Uint64` to support `UInt64 to/from: numeric/hex string`. - Refactored `Signature Schema` to support both `NIS1` and `Catapult`. `Network idendifier` is now used to identify `Signature Schema` on model level. PrivateKey reversal has been removed for `NIS1` schema. @@ -377,37 +391,38 @@ Client Library | v0.7.20-alpha.6 | https://www.npmjs.com/package/symbol-openapi **Milestone**: Alpaca - Initial code release. -[0.17.0]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.16.5...v0.17.0 -[0.16.5]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.16.4...v0.16.5 -[0.16.4]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.16.3...v0.16.4 -[0.16.3]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.16.2...v0.16.3 -[0.16.2]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.16.1...v0.16.2 -[0.16.1]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.16.0...v0.16.1 -[0.16.0]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.15.1...v0.16.0 -[0.15.1]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.15.0...v0.15.1 -[0.15.0]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.14.4...v0.15.0 -[0.14.4]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.14.3...v0.14.4 -[0.14.3]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.14.2...v0.14.3 -[0.14.2]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.14.1...v0.14.2 -[0.14.1]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.14.0...v0.14.1 -[0.14.0]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.13.4...v0.14.0 -[0.13.4]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.13.3...v0.13.4 -[0.13.3]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.13.2...v0.13.3 -[0.13.2]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.13.1...v0.13.2 -[0.13.1]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.13.0...v0.13.1 -[0.13.0]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.12.4...v0.13.0 -[0.12.4]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.12.3...v0.12.4 -[0.12.3]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.12.2...v0.12.3 -[0.12.2]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.12.1...v0.12.2 -[0.12.1]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.12.0...v0.12.1 -[0.12.0]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.11.6...v0.12.0 -[0.11.6]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.11.5...v0.11.6 -[0.11.5]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.11.4...v0.11.5 -[0.11.4]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.11.3...v0.11.4 -[0.11.3]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.11.2...v0.11.3 -[0.11.2]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.11.1...v0.11.2 -[0.11.1]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.11.0...v0.11.1 -[0.11]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.10.1-beta...v0.11.0 -[0.10.1-beta]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.9.5...v0.10.1-beta -[0.9.5]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.9.0...v0.9.5 -[0.9.0]: https://github.com/nemtech/symbol-sdk-typescript-javascript/releases/tag/v0.9.0 +[0.17.1]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.17.0...v0.17.1 +[0.17.0]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.16.5...v0.17.0 +[0.16.5]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.16.4...v0.16.5 +[0.16.4]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.16.3...v0.16.4 +[0.16.3]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.16.2...v0.16.3 +[0.16.2]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.16.1...v0.16.2 +[0.16.1]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.16.0...v0.16.1 +[0.16.0]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.15.1...v0.16.0 +[0.15.1]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.15.0...v0.15.1 +[0.15.0]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.14.4...v0.15.0 +[0.14.4]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.14.3...v0.14.4 +[0.14.3]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.14.2...v0.14.3 +[0.14.2]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.14.1...v0.14.2 +[0.14.1]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.14.0...v0.14.1 +[0.14.0]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.13.4...v0.14.0 +[0.13.4]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.13.3...v0.13.4 +[0.13.3]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.13.2...v0.13.3 +[0.13.2]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.13.1...v0.13.2 +[0.13.1]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.13.0...v0.13.1 +[0.13.0]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.12.4...v0.13.0 +[0.12.4]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.12.3...v0.12.4 +[0.12.3]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.12.2...v0.12.3 +[0.12.2]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.12.1...v0.12.2 +[0.12.1]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.12.0...v0.12.1 +[0.12.0]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.11.6...v0.12.0 +[0.11.6]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.11.5...v0.11.6 +[0.11.5]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.11.4...v0.11.5 +[0.11.4]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.11.3...v0.11.4 +[0.11.3]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.11.2...v0.11.3 +[0.11.2]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.11.1...v0.11.2 +[0.11.1]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.11.0...v0.11.1 +[0.11]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.10.1-beta...v0.11.0 +[0.10.1-beta]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.9.5...v0.10.1-beta +[0.9.5]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.9.0...v0.9.5 +[0.9.0]: https://github.com/nemtech/nem2-sdk-typescript-javascript/releases/tag/v0.9.0 diff --git a/README.md b/README.md index 260bb4b8ef..89af4a3918 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,11 @@ with the Symbol (a.k.a Catapult) ### _Fushicho_ Network Compatibility (catapult-server@0.9.3.1) -Due to a network upgrade with [catapult-server@Fushicho](https://github.com/nemtech/catapult-server/releases/tag/v0.9.3.1) version, **it is recommended to use this package's 0.17.0 version and upwards to use this package with Fushicho versioned networks**. +**!!! Please be noted that the NEM2-SDK is rebranded to SYMBOL-SDK now.**. -The upgrade to this package's [version v0.17.0](https://github.com/nemtech/symbol-sdk-typescript-javascript/releases/tag/v0.17.0) is mandatory for **fushicho compatibility**. +Due to a network upgrade with [catapult-server@Fushicho](https://github.com/nemtech/catapult-server/releases/tag/v0.9.3.1) version, **it is recommended to use this package's 0.17.1 version and upwards to use this package with Fushicho versioned networks**. + +The upgrade to this package's [version v0.17.0](https://github.com/nemtech/symbol-sdk-typescript-javascript/releases/tag/v0.17.1) is mandatory for **fushicho compatibility**. You can find the complete changelog [here](CHANGELOG.md). From d8f685cdfe88ac791203cb540dd214604403ce47 Mon Sep 17 00:00:00 2001 From: Steven Liu Date: Mon, 24 Feb 2020 11:21:31 +0000 Subject: [PATCH 2/6] v0.17.1: Rebranding to SYMBOL-SDK --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index e04330ce14..c34e5bdaf9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "symbol-sdk", - "version": "0.17.0", + "version": "0.17.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bbf3afdff5..73c6bad17a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "symbol-sdk", - "version": "0.17.0", + "version": "0.17.1", "description": "Reactive symbol sdk for typescript and javascript", "scripts": { "pretest": "npm run build", From e541c44c313102b31e1fb8048491ffe53cbccd64 Mon Sep 17 00:00:00 2001 From: Steven Liu Date: Mon, 24 Feb 2020 11:26:51 +0000 Subject: [PATCH 3/6] Updated github links --- CHANGELOG.md | 70 ++++++++++++++++++++++++++-------------------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c314306243..7d76ce6da8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -391,38 +391,38 @@ Client Library | v0.7.20-alpha.6 | https://www.npmjs.com/package/nem2-sdk-opena **Milestone**: Alpaca - Initial code release. -[0.17.1]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.17.0...v0.17.1 -[0.17.0]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.16.5...v0.17.0 -[0.16.5]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.16.4...v0.16.5 -[0.16.4]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.16.3...v0.16.4 -[0.16.3]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.16.2...v0.16.3 -[0.16.2]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.16.1...v0.16.2 -[0.16.1]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.16.0...v0.16.1 -[0.16.0]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.15.1...v0.16.0 -[0.15.1]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.15.0...v0.15.1 -[0.15.0]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.14.4...v0.15.0 -[0.14.4]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.14.3...v0.14.4 -[0.14.3]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.14.2...v0.14.3 -[0.14.2]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.14.1...v0.14.2 -[0.14.1]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.14.0...v0.14.1 -[0.14.0]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.13.4...v0.14.0 -[0.13.4]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.13.3...v0.13.4 -[0.13.3]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.13.2...v0.13.3 -[0.13.2]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.13.1...v0.13.2 -[0.13.1]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.13.0...v0.13.1 -[0.13.0]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.12.4...v0.13.0 -[0.12.4]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.12.3...v0.12.4 -[0.12.3]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.12.2...v0.12.3 -[0.12.2]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.12.1...v0.12.2 -[0.12.1]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.12.0...v0.12.1 -[0.12.0]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.11.6...v0.12.0 -[0.11.6]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.11.5...v0.11.6 -[0.11.5]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.11.4...v0.11.5 -[0.11.4]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.11.3...v0.11.4 -[0.11.3]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.11.2...v0.11.3 -[0.11.2]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.11.1...v0.11.2 -[0.11.1]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.11.0...v0.11.1 -[0.11]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.10.1-beta...v0.11.0 -[0.10.1-beta]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.9.5...v0.10.1-beta -[0.9.5]: https://github.com/nemtech/nem2-sdk-typescript-javascript/compare/v0.9.0...v0.9.5 -[0.9.0]: https://github.com/nemtech/nem2-sdk-typescript-javascript/releases/tag/v0.9.0 +[0.17.1]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.17.0...v0.17.1 +[0.17.0]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.16.5...v0.17.0 +[0.16.5]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.16.4...v0.16.5 +[0.16.4]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.16.3...v0.16.4 +[0.16.3]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.16.2...v0.16.3 +[0.16.2]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.16.1...v0.16.2 +[0.16.1]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.16.0...v0.16.1 +[0.16.0]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.15.1...v0.16.0 +[0.15.1]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.15.0...v0.15.1 +[0.15.0]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.14.4...v0.15.0 +[0.14.4]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.14.3...v0.14.4 +[0.14.3]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.14.2...v0.14.3 +[0.14.2]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.14.1...v0.14.2 +[0.14.1]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.14.0...v0.14.1 +[0.14.0]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.13.4...v0.14.0 +[0.13.4]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.13.3...v0.13.4 +[0.13.3]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.13.2...v0.13.3 +[0.13.2]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.13.1...v0.13.2 +[0.13.1]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.13.0...v0.13.1 +[0.13.0]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.12.4...v0.13.0 +[0.12.4]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.12.3...v0.12.4 +[0.12.3]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.12.2...v0.12.3 +[0.12.2]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.12.1...v0.12.2 +[0.12.1]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.12.0...v0.12.1 +[0.12.0]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.11.6...v0.12.0 +[0.11.6]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.11.5...v0.11.6 +[0.11.5]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.11.4...v0.11.5 +[0.11.4]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.11.3...v0.11.4 +[0.11.3]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.11.2...v0.11.3 +[0.11.2]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.11.1...v0.11.2 +[0.11.1]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.11.0...v0.11.1 +[0.11]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.10.1-beta...v0.11.0 +[0.10.1-beta]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.9.5...v0.10.1-beta +[0.9.5]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.9.0...v0.9.5 +[0.9.0]: https://github.com/nemtech/symbol-sdk-typescript-javascript/releases/tag/v0.9.0 From e81b10f7f7f8e2841f16f096363b482eb8d7f888 Mon Sep 17 00:00:00 2001 From: Steven Liu Date: Mon, 24 Feb 2020 11:30:13 +0000 Subject: [PATCH 4/6] Change md table format back --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d76ce6da8..31769aee1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e ## 24-Feb-2020 **Milestone**: Fushicho.4(RC3 0.9.3.1) -Name | Version | Link + Versions | | ---|---|--- SDK Core| v0.17.1 | https://www.npmjs.com/package/symbol-sdk Catbuffer | v0.0.11 | https://www.npmjs.com/package/catbuffer-typescript @@ -20,7 +20,7 @@ Client Library | v0.8.5 | https://www.npmjs.com/package/symbol-openapi-typescri ## 17-Feb-2020 **Milestone**: Fushicho.4(RC3 0.9.3.1) -Name | Version | Link + Versions | | ---|---|--- SDK Core | v0.17.0 | https://www.npmjs.com/package/nem2-sdk catbuffer | v0.0.11 | https://www.npmjs.com/package/catbuffer @@ -40,7 +40,7 @@ Client Library | v0.8.4 | https://www.npmjs.com/package/nem2-sdk-openapi-typesc ## 30-Jan-2020 **Milestone**: Fushicho.4(RC3) -Name | Version | Link + Versions | | ---|---|--- SDK Core| v0.16.5 | https://www.npmjs.com/package/nem2-sdk catbuffer Library| v0.0.11 | https://www.npmjs.com/package/catbuffer @@ -51,7 +51,7 @@ Client Library | v0.7.20-beta.7 | https://www.npmjs.com/package/nem2-sdk-openap ## 30-Jan-2020 **Milestone**: Fushicho.4(RC3) -Name | Version | Link + Versions | | ---|---|--- SDK Core| v0.16.4 | https://www.npmjs.com/package/nem2-sdk catbuffer Library| v0.0.11 | https://www.npmjs.com/package/catbuffer @@ -69,7 +69,7 @@ Client Library | v0.7.20-beta.7 | https://www.npmjs.com/package/nem2-sdk-openap ## 09-Jan-2020 **Milestone**: Fushicho.3 -Name | Version | Link + Versions | | ---|---|--- SDK Core| v0.16.3 | https://www.npmjs.com/package/nem2-sdk catbuffer Library| v0.0.7 | https://www.npmjs.com/package/catbuffer @@ -80,7 +80,7 @@ Client Library | v0.7.20-beta.6 | https://www.npmjs.com/package/nem2-sdk-openap ## 06-Jan-2020 **Milestone**: Fushicho.3 -Name | Version | Link + Versions | | ---|---|--- SDK Core| v0.16.2 | https://www.npmjs.com/package/nem2-sdk catbuffer Library| v0.0.7 | https://www.npmjs.com/package/catbuffer From f2ec553d92ea9147f1ce5a60c3a7ead1132892b3 Mon Sep 17 00:00:00 2001 From: Steven Liu Date: Mon, 24 Feb 2020 12:01:42 +0000 Subject: [PATCH 5/6] Added version to changelog header --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31769aee1b..f4c5654b6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. The changelog format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## 24-Feb-2020 +## [0.17.1] - 24-Feb-2020 **Milestone**: Fushicho.4(RC3 0.9.3.1) Versions | | @@ -17,7 +17,7 @@ Client Library | v0.8.5 | https://www.npmjs.com/package/symbol-openapi-typescri - Added `node/peers` endpoint. - Fixed security issues reported by github. -## 17-Feb-2020 +## [0.17.0] - 17-Feb-2020 **Milestone**: Fushicho.4(RC3 0.9.3.1) Versions | | @@ -37,7 +37,7 @@ Client Library | v0.8.4 | https://www.npmjs.com/package/nem2-sdk-openapi-typesc - Improved e2e testing by using `async / await`. - General legacy code refactoring and cleanup. -## 30-Jan-2020 +## [0.16.5] - 30-Jan-2020 **Milestone**: Fushicho.4(RC3) Versions | | @@ -48,7 +48,7 @@ Client Library | v0.7.20-beta.7 | https://www.npmjs.com/package/nem2-sdk-openap - Fixed circular reference issue after removed `InnerTransaction` class. -## 30-Jan-2020 +## [0.16.4] - 30-Jan-2020 **Milestone**: Fushicho.4(RC3) Versions | | @@ -66,7 +66,7 @@ Client Library | v0.7.20-beta.7 | https://www.npmjs.com/package/nem2-sdk-openap - Changed signature type for `Height` from `numeric string` to `UInt64` in `Block` & `Receipt` respostiories - Fixed a few ts lint issues. -## 09-Jan-2020 +## [0.16.3] - 09-Jan-2020 **Milestone**: Fushicho.3 Versions | | @@ -77,7 +77,7 @@ Client Library | v0.7.20-beta.6 | https://www.npmjs.com/package/nem2-sdk-openap - Fixed http client (OpenAPI client package) does not support ES6 issue. -## 06-Jan-2020 +## [0.16.2] - 06-Jan-2020 **Milestone**: Fushicho.3 Versions | | From 91422c81c2e492a3cac84bdbab8762320515c076 Mon Sep 17 00:00:00 2001 From: Steven Liu Date: Mon, 24 Feb 2020 12:08:13 +0000 Subject: [PATCH 6/6] Fixed md format issue --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4c5654b6e..ab08c5227e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -391,6 +391,7 @@ Client Library | v0.7.20-alpha.6 | https://www.npmjs.com/package/nem2-sdk-opena **Milestone**: Alpaca - Initial code release. + [0.17.1]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.17.0...v0.17.1 [0.17.0]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.16.5...v0.17.0 [0.16.5]: https://github.com/nemtech/symbol-sdk-typescript-javascript/compare/v0.16.4...v0.16.5