forked from TrueCloudLab/frostfs-api
Release v2.9.0 - Anmyeondo (안면도, 安眠島)
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
e6226c27d2
commit
260db6b3df
2 changed files with 20 additions and 0 deletions
10
CHANGELOG.md
10
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
|
||||
|
|
|
@ -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<Version> - <Codename island> (<Hangeul>, <Hanja>)`, e.g.:
|
||||
|
||||
```
|
||||
Release v2.9.0 - Anmyeondo (안면도, 安眠島)
|
||||
```
|
||||
|
||||
## Tag the release
|
||||
|
||||
Use `vX.Y.Z` tag following the semantic versioning standard. For pre-release
|
||||
|
|
Loading…
Reference in a new issue