-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #132 from symbol/dev
Releasing v1.1.4
- Loading branch information
Showing
19 changed files
with
1,987 additions
and
231 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
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 |
---|---|---|
|
@@ -3,6 +3,19 @@ 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/). | ||
|
||
## [v1.1.4][v1.1.4] - 18-Jan-2022 | ||
|
||
Package | Version | Link | ||
---|---|--- | ||
REST Core| v2.4.0 | [catapult-rest][[email protected]] | ||
SDK Core| v1.0.3 | [symbol-sdk][[email protected]] | ||
|
||
### Fix | ||
- `tsconfig.build.json` added to exclude test files from build but keep for tests [#128](https://github.com/symbol/statistics-service/pull/128) | ||
- `Config.KEEP_STALE_NODES_FOR_HOURS` is added to clean up stale nodes from database [#127](https://github.com/symbol/statistics-service/pull/127) | ||
- Preferred nodes filter fixed, `Config.PREFERRED_NODES` is now empty by default (will be set in the testnet/mainnet environment) [#126](https://github.com/symbol/statistics-service/pull/126) | ||
- Node discovery extended, empty host info bug fixed, logging enhanced [#121](https://github.com/symbol/statistics-service/pull/121) | ||
|
||
## [v1.1.3][v1.1.3] - 30-Nov-2021 | ||
|
||
Package | Version | Link | ||
|
@@ -142,6 +155,8 @@ REST Core| v2.1.0 | [catapult-rest](https://github.com/nemtech/catapult-rest/rel | |
### Fixes | ||
- Cors error. [#13](https://github.com/nemgrouplimited/symbol-statistics-service/issues/13) | ||
|
||
[v1.1.4]: https://github.com/symbol/statistics-service/releases/tag/v1.1.4 | ||
[v1.1.3]: https://github.com/symbol/statistics-service/releases/tag/v1.1.3 | ||
[v1.1.2]: https://github.com/symbol/statistics-service/releases/tag/v1.1.2 | ||
[v1.1.1]: https://github.com/symbol/statistics-service/releases/tag/v1.1.1 | ||
[v1.1.0]: https://github.com/symbol/statistics-service/releases/tag/v1.1.0 | ||
|
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
Oops, something went wrong.