From d4b7b4cda5a1d80430f9aef8de782874e21b8d5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Nicolas?= Date: Fri, 1 Jul 2022 06:17:44 +0200 Subject: [PATCH] v0.1.4 release --- storage/CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/storage/CHANGELOG.md b/storage/CHANGELOG.md index 3821d28..64ba869 100644 --- a/storage/CHANGELOG.md +++ b/storage/CHANGELOG.md @@ -1,8 +1,17 @@ ## Changelog ### vNext + + +### v0.1.4 - `SignedPiece.piece` is embedded as a serialized message. + - No changes in the wire format. + - This facilitates forward-compatibility and signature verification. - Improved security and performance of signed upload requests. + - The signature and the signer address do not need to be encoded in hexadecimal. + - The signed message explains what is signed and is human-readable. + - The signed message includes a timestamp. +- Added test vectors from the JS SDK. ### v0.1.3 - [Breaking] Return piece CIDs in `SearchResult`.