-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): update changelog and bump version to 0.21.4 (#53)
- Loading branch information
Konstantin Shuplenkov
authored
Nov 23, 2021
1 parent
c3bb6c2
commit 99378c2
Showing
16 changed files
with
1,360 additions
and
1,272 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
## [0.21.4](https://github.com/dashevo/platform/compare/v0.21.0...v0.21.4) (2021-11-23) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **dapi-client:** expect 100 but got 122 in SML provider test ([#22](https://github.com/dashevo/platform/issues/22)) | ||
* **dapi-client:** retry doesn’t work with 502 errors ([#35](https://github.com/dashevo/platform/issues/35)) | ||
* **dapi:** Identifier expects Buffer ([#28](https://github.com/dashevo/platform/issues/28)) | ||
* **dashmate:** ajv schema errors ([#14](https://github.com/dashevo/platform/issues/14)) | ||
* **dashmate:** reset command doesn't work if setup failed ([#23](https://github.com/dashevo/platform/issues/23)) | ||
* **dashmate:** cannot read properties error on group:reset ([#47](https://github.com/dashevo/platform/issues/47)) | ||
* **dashmate:** json output for status commands ([#31](https://github.com/dashevo/platform/issues/31)) | ||
* **dashmate:** enable mainnet for dashmate ([#2](https://github.com/dashevo/platform/issues/2)) | ||
* **dpp:** rename generateEntropy to entropyGenerator ([#13](https://github.com/dashevo/platform/issues/13)) | ||
* **sdk:** dpp hash function import ([#15](https://github.com/dashevo/platform/issues/15)) | ||
* **sdk:** override ts-node target for unit tests ([#21](https://github.com/dashevo/platform/issues/21)) | ||
* **sdk:** this is undefined during unit tests ([#18](https://github.com/dashevo/platform/issues/18)) | ||
|
||
|
||
### Features | ||
|
||
* **dashmate:** force option for `group:stop` command ([#36](https://github.com/dashevo/platform/issues/36)) | ||
* **dashmate:** provide docker build logs for verbose mode ([#19](https://github.com/dashevo/platform/issues/19)) | ||
* migrate to DashCore 0.18.0.0-beta1 ([#51](https://github.com/dashevo/platform/issues/51)) | ||
* **wallet-lib:** dump wallet storage ([#8](https://github.com/dashevo/platform/issues/8)) | ||
* **wallet-lib:** do not sync transactions if mnemonic is absent ([#7](https://github.com/dashevo/platform/issues/7)) | ||
|
||
|
||
### Performance Improvements | ||
|
||
* **test-suite:** speedup test suite up to 6 times ([#30](https://github.com/dashevo/platform/issues/30)) | ||
|
||
|
||
### Build System | ||
* build only necessary packages ([#27](https://github.com/dashevo/platform/issues/27)) | ||
* run npm scripts in parallel ([#33](https://github.com/dashevo/platform/issues/33)) | ||
* cache native npm modules during docker build ([#20](https://github.com/dashevo/platform/issues/20)) | ||
* setup semantic pull requests ([#11](https://github.com/dashevo/platform/issues/11)) | ||
* **sdk:** upgrade to webpack 5 ([#6](https://github.com/dashevo/platform/issues/6)) | ||
|
||
|
||
### Continuous Integration | ||
* simplify release workflow ([#48](https://github.com/dashevo/platform/issues/48)) | ||
* show docker logs on failure ([#43](https://github.com/dashevo/platform/issues/43)) | ||
* check mismatch dependencies ([#26](https://github.com/dashevo/platform/issues/26)) | ||
* run package tests in parallel ([#25](https://github.com/dashevo/platform/issues/25)) | ||
|
||
|
||
### Tests | ||
* adjust timeouts ([#45](https://github.com/dashevo/platform/issues/45)) | ||
* **test-suite:** skipSynchronizationBeforeHeight option with new wallet ([#34](https://github.com/dashevo/platform/issues/34)) | ||
* **dpp:** fix invalid network floating error ([#32](https://github.com/dashevo/platform/issues/32)) | ||
* **dpp:** grpc common bootstrap not working ([#16](https://github.com/dashevo/platform/issues/16)) | ||
|
||
|
||
### Documentation | ||
* markdown link fixes ([#49](https://github.com/dashevo/platform/issues/49)) | ||
* add README.md for the whole platform as a project ([#38](https://github.com/dashevo/platform/issues/38)) | ||
* add contributing.md ([#37](https://github.com/dashevo/platform/issues/37)) | ||
* **sdk:** provide getTransactionHistory ([#5](https://github.com/dashevo/platform/issues/5)) | ||
* improved sidebar and usage in DAPI client ([#3](https://github.com/dashevo/platform/issues/3)) | ||
|
||
|
||
### Styles | ||
* fix ES linter errors ([#24](https://github.com/dashevo/platform/issues/24)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* supports only new DashCore InstantLock format https://github.com/dashpay/dips/blob/master/dip-0022.md | ||
|
||
|
||
# Previous versions | ||
|
||
Before 0.21.x, packages were located in separate repositories and have own changelogs: | ||
|
||
* [DAPI Client](https://github.com/dashevo/js-dapi-client/blob/master/CHANGELOG.md) | ||
* [DAPI gRPC](https://github.com/dashevo/dapi-grpc/blob/master/CHANGELOG.md) | ||
* [DAPI](https://github.com/dashevo/dapi/blob/master/CHANGELOG.md) | ||
* [Dashmate](https://github.com/dashevo/dashmate/blob/master/CHANGELOG.md) | ||
* [DashPay contract](https://github.com/dashevo/dashpay-contract/blob/master/CHANGELOG.md) | ||
* [Feature Flags Contract](https://github.com/dashevo/feature-flags-contract/blob/master/CHANGELOG.md) | ||
* [Dash SDK](https://github.com/dashevo/js-dash-sdk/blob/master/CHANGELOG.md) | ||
* [Dash Platform Protocol JS](https://github.com/dashevo/js-dpp/blob/master/CHANGELOG.md) | ||
* [Drive](https://github.com/dashevo/js-drive/blob/master/CHANGELOG.md) | ||
* [Dash Platform Test Suite](https://github.com/dashevo/platform-test-suite/blob/master/CHANGELOG.md) | ||
* [Wallet Library](https://github.com/dashevo/wallet-lib/blob/master/CHANGELOG.md) |
Oops, something went wrong.