From 7d1a795d76627c7b99c1e945c3d17fc8d5b95965 Mon Sep 17 00:00:00 2001 From: Leonard Lyubich Date: Fri, 11 Dec 2020 17:45:58 +0300 Subject: [PATCH] Update changelog and readme for v1.21.0 Signed-off-by: Leonard Lyubich --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ README.md | 1 + 2 files changed, 30 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6292824..108f995 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## [1.21.0] - 2020-12-11 - Modo (모도, 茅島) + +### Added + +- `SplitID` message support +- Search filter by `SplitID` field +- `SplitInfo` message support and related error +- `Raw` flag support in `Client.GetObject(Header)` +- Getters for parameter structures in `pkg/client` package +- `Tombstone` message support +- Tombstone address target parameter of `Client.DeleteObject` method +- `client.DeleteObject` helpful function +- Usage of default value for backup factor in placement builder + +### Removed + +- Object search filter by `CHILDFREE` property + +### Renamed + +- `AddLeafFilter` to `AddPhyFilter` + +### Fixed + +- NPE in `eacl.NewTargetFromV2` function +- Processing `REP X` policies in placement builder + + ## [1.20.3] - 2020-11-25 ### Added @@ -428,3 +456,4 @@ Initial public release [1.20.1]: https://github.com/nspcc-dev/neofs-api-go/compare/v1.20.0...v1.20.1 [1.20.2]: https://github.com/nspcc-dev/neofs-api-go/compare/v1.20.1...v1.20.2 [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 diff --git a/README.md b/README.md index f95a315..a960339 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ versions and SDK layer working with all of them in a handy way. |:------------------:|:--------------------------:| |< v1.20.0 **(unsupported)**|up to v1.2.0| |v1.20.x|[v2.0.2](https://github.com/nspcc-dev/neofs-api/releases/tag/v2.0.2)| +|v1.21.x|[v2.1.0](https://github.com/nspcc-dev/neofs-api/releases/tag/v2.1.0)| ## Contributing