From 260db6b3dffba3a51fe4291c72f263ce8ac45d64 Mon Sep 17 00:00:00 2001 From: Pavel Karpy Date: Mon, 16 Aug 2021 17:45:23 +0300 Subject: [PATCH] =?UTF-8?q?Release=20v2.9.0=20-=20Anmyeondo=20(=EC=95=88?= =?UTF-8?q?=EB=A9=B4=EB=8F=84,=20=E5=AE=89=E7=9C=A0=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 | 10 ++++++++++ doc/release_instructions.md | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16e8fea..c42ccdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.9.0] - 2021-08-16 - Anmyeondo (안면도, 安眠島) + +Support "common prefix" attribute match operation to simplify filesystem +directory tree-like structures implementation in NeoFS protocol gateways. + +### Added +- `COMMON_PREFIX` object attribute match type. +- Storage node's attribute escape symbol description. + ## [2.8.0] - 2021-06-25 - Muuido (무의도, 舞衣島) Storage nodes with a group of network endpoints. @@ -383,3 +392,4 @@ Bump major release [2.6.0]: https://github.com/nspcc-dev/neofs-api/compare/v2.5.0...v2.6.0 [2.7.0]: https://github.com/nspcc-dev/neofs-api/compare/v2.6.0...v2.7.0 [2.8.0]: https://github.com/nspcc-dev/neofs-api/compare/v2.7.0...v2.8.0 +[2.9.0]: https://github.com/nspcc-dev/neofs-api/compare/v2.8.0...v2.9.0 diff --git a/doc/release_instructions.md b/doc/release_instructions.md index 33d7ab2..0fc841a 100644 --- a/doc/release_instructions.md +++ b/doc/release_instructions.md @@ -23,6 +23,16 @@ this release. Then add sections with what was added, changed and removed, describing each change briefly with a reference to GitHub issues, where available. +## Release commit + +Release commit summary should follow the template: + +`Release v - (, )`, e.g.: + +``` +Release v2.9.0 - Anmyeondo (안면도, 安眠島) +``` + ## Tag the release Use `vX.Y.Z` tag following the semantic versioning standard. For pre-release