From 35baf1ebfb4d804256e2833cb292131fabf14040 Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Tue, 27 Oct 2020 10:44:06 +0300 Subject: [PATCH] Release v2.0.2 Signed-off-by: Alex Vanin --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23af83b..22fddf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.0.2] - 2020-10-27 + +More "well-known" application attributes and documentation updates. + +### Added +- Added "well-known" attributes list for extended ACL and object search filters +- Added `Name`, `Timestamp` "well-known" application attributes for container +- Added `Name`, `FileName`, `Timestamp` "well-known" application attributes for object + +### Changed +- `BearerToken.owner_id` field description changed +- `Subnet` container attribute now has `__NEOFS__` prefix +- Search and ACL filters now have `key` and `value` fields + ## [2.0.1] - 2020-10-19 Documentation updates and JSON field names definition @@ -183,3 +197,4 @@ Bump major release [1.2.0]: https://github.com/nspcc-dev/neofs-api/compare/v1.1.0...v1.2.0 [2.0.0]: https://github.com/nspcc-dev/neofs-api/compare/v1.2.0...v2.0.0 [2.0.1]: https://github.com/nspcc-dev/neofs-api/compare/v2.0.0...v2.0.1 +[2.0.2]: https://github.com/nspcc-dev/neofs-api/compare/v2.0.1...v2.0.2