From 6f7f6da042a1e89da88f57139d139130ad959710 Mon Sep 17 00:00:00 2001 From: Leonard Lyubich Date: Thu, 24 Dec 2020 14:47:45 +0300 Subject: [PATCH] Update changelog for release v1.21.2 Signed-off-by: Leonard Lyubich --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21634d5..793be7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [1.21.2] - 2020-12-24 + +### Added + +- `Container.NonceUUID` getter of container nonce in UUID format. +- `Container.SetNonceUUID` setter of container nonce in UUID format. +- `NewVerifiedContainerFromV2` container constructor that preliminary + checks if container message argument meets NeoFS API V2 specification. + +### Changed + +- `Container.Nonce`/`Container.SetNonce` marked as deprecated. +- `Client.GetContainer` method returns an error if received + container does not meet NeoFS API specification. + +### Fixed + +- `pkg.SDKVersion` to return version with minor `1`. +- `pkg.IsSupportedVersion` to consider `2.1` as supported. + ## [1.21.1] - 2020-12-18 Support neofs-api v2.1.1. @@ -467,3 +487,4 @@ Initial public release [1.20.3]: https://github.com/nspcc-dev/neofs-api-go/compare/v1.20.2...v1.20.3 [1.21.0]: https://github.com/nspcc-dev/neofs-api-go/compare/v1.20.3...v1.21.0 [1.21.1]: https://github.com/nspcc-dev/neofs-api-go/compare/v1.21.0...v1.21.1 +[1.21.2]: https://github.com/nspcc-dev/neofs-api-go/compare/v1.21.1...v1.21.2