-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f601115
commit d341921
Showing
1 changed file
with
5 additions
and
8 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 |
---|---|---|
@@ -1,12 +1,9 @@ | ||
# Change Log | ||
|
||
## v0.1.4 | ||
## v0.1.5 | ||
|
||
### Features | ||
- Added Consistent Hashing: Ring topology | ||
- Added `CdnClusterGet` and `CndNodeGet` contract methods | ||
- Added `Address` and `PrivateKeyHex` methods to crypto | ||
- Added `utils` package | ||
|
||
### Bug Fixes | ||
- Bucket creating logic for mocked DDC Smart-Contract | ||
1. The log format has been restructured in order to align with modifications in the data activity collection format. | ||
2. The functionality to send acknowledgements has been implemented. | ||
3. Subscription to smart contract events has been incorporated to facilitate cache purging. | ||
4. A new event `BucketAvailabilityUpdated` has been introduced into the contract. |