Skip to content

Commit

Permalink
Updated version to 0.22.0
Browse files Browse the repository at this point in the history
Updated changelog
  • Loading branch information
fboucquez committed Dec 3, 2020
1 parent cc4adae commit dffa990
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
19 changes: 14 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ 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/).

## [0.21.1] - NEXT
## [0.22.0] - 3-Dec-2020

**Milestone**: Catapult-server finality(0.10.0.3)
**Milestone**: Catapult-server finality(0.10.0.4)
Package | Version | Link
---|---|---
SDK Core| v0.21.1 | [symbol-sdk](https://www.npmjs.com/package/symbol-sdk)
Catbuffer | v0.0.22 | [catbuffer-typescript](https://www.npmjs.com/package/catbuffer-typescript)
Client Library | v0.10.1 | [symbol-openapi-typescript-fetch-client](https://www.npmjs.com/package/symbol-openapi-typescript-fetch-client)
SDK Core| v0.22.0 | [symbol-sdk](https://www.npmjs.com/package/symbol-sdk)
Catbuffer | v0.0.24 | [catbuffer-typescript](https://www.npmjs.com/package/catbuffer-typescript)
Client Library | v0.10.4 | [symbol-openapi-typescript-fetch-client](https://www.npmjs.com/package/symbol-openapi-typescript-fetch-client)

- **[BREAKING CHANGE]** `Deadline.create` requires the configurable `epochAdjustment` from the network properties.
- **[BREAKING CHANGE]** `NetworkCurrency` subclasses replaced with `Currency` objects.
Expand All @@ -20,6 +20,15 @@ Client Library | v0.10.1 | [symbol-openapi-typescript-fetch-client](https://www
- Added `transferMosaicId`, `fromTransferAmount`, `toTransferAmount` to transaction searches.
- Added `CurrencyService` to allow loading Network and custom `Currency` objects from the rest service.
- Added `UnlockedAccount` endpoint in `NodeRepository` for checking delegated harvesting status.
- Added `StateProofService` to verify the different states.
- Added `serialize()` to state objects like `AccountInfo`, `MosaicInfo`, etc.
- Added `version` field to state objects.
- Added `/merkle` endpoints to the repositories of the different states.
- Added `stremer()` to repositories to simplify `PaginationStreamer` objects creation.
- Improved `search` endpoints allowing "empty" criteria in order to paginate over all the objects.
- `Listener` now accepts address aliases as `UnresolvedAddress` objects.
- Added V1 and V2 Voting Key transaction support.
- Updated `FinalizationProof` objects to the latest server changes.

## [0.21.0] - 25-Sep-2020

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "symbol-sdk",
"version": "0.21.1",
"version": "0.22.0",
"description": "Reactive symbol sdk for typescript and javascript",
"scripts": {
"pretest": "npm run build",
Expand Down

0 comments on commit dffa990

Please sign in to comment.