From 10f18e4b69ec79991b1a2b83e212d99203f3ee1a Mon Sep 17 00:00:00 2001 From: Pavel Karpy Date: Tue, 21 Jun 2022 14:55:04 +0300 Subject: [PATCH] =?UTF-8?q?Release=20v2.13.0=20-=20Yeonpyeongdo=20(?= =?UTF-8?q?=EC=97=B0=ED=8F=89=EB=8F=84,=20=E5=BB=B6=E5=9D=AA=E5=B3=B6)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pavel Karpy --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89fa6c9..a64cd65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [2.13.0] - 2022-06-21 - Yeonpyeongdo (연평도, 延坪島) + +### Added +- Extended headers usage clarification (#204) +- `OUT_OF_RANGE` status code to the `object` section (#208) +- Disabling homomorphic hashing container setting (#217) +- `LOCK` object behaviour clarification (#221) +- Storage group members uniqueness constraint (#222) +- WalletConnect signature scheme (#206) +- `SIGNATURE_VERIFICATION_FAIL` status code to the `CommonFail` section (#225) + +### Deprecated +- Storage group's expiration epoch field (#205) + +### Fixed +- English language typos (#216) + ## [2.12.0] - 2022-02-22 - Heuksando (흑산도, 黑山島) Network magic, main status codes, object locks and notifications. @@ -447,3 +464,4 @@ Bump major release [2.10.0]: https://github.com/nspcc-dev/neofs-api/compare/v2.9.1...v2.10.0 [2.11.0]: https://github.com/nspcc-dev/neofs-api/compare/v2.10.0...v2.11.0 [2.12.0]: https://github.com/nspcc-dev/neofs-api/compare/v2.11.0...v2.12.0 +[2.13.0]: https://github.com/nspcc-dev/neofs-api/compare/v2.12.0...v2.13.0