forked from TrueCloudLab/frostfs-api
Release v2.9.1
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
233f777d0c
commit
ece09a1812
2 changed files with 11 additions and 6 deletions
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [2.9.1] - 2021-08-26
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- String presentation of object type enum.
|
||||||
|
|
||||||
## [2.9.0] - 2021-08-16 - Anmyeondo (안면도, 安眠島)
|
## [2.9.0] - 2021-08-16 - Anmyeondo (안면도, 安眠島)
|
||||||
|
|
||||||
Support "common prefix" attribute match operation to simplify filesystem
|
Support "common prefix" attribute match operation to simplify filesystem
|
||||||
|
@ -393,3 +398,4 @@ Bump major release
|
||||||
[2.7.0]: https://github.com/nspcc-dev/neofs-api/compare/v2.6.0...v2.7.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.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
|
[2.9.0]: https://github.com/nspcc-dev/neofs-api/compare/v2.8.0...v2.9.0
|
||||||
|
[2.9.1]: https://github.com/nspcc-dev/neofs-api/compare/v2.9.0...v2.9.1
|
||||||
|
|
|
@ -801,14 +801,13 @@ Type of match expression
|
||||||
|
|
||||||
### ObjectType
|
### ObjectType
|
||||||
Type of the object payload content. Only `REGULAR` type objects can be split,
|
Type of the object payload content. Only `REGULAR` type objects can be split,
|
||||||
hence `TOMBSTONE` and `STORAGEGROUP` payload is limited by maximal object
|
hence `TOMBSTONE` and `STORAGE_GROUP` payload is limited by maximal object
|
||||||
size.
|
size.
|
||||||
|
|
||||||
String presentation of object type is PascalCased `ObjectType` enumeration
|
String presentation of object type is the same as definition:
|
||||||
item name:
|
* REGULAR
|
||||||
* Regular
|
* TOMBSTONE
|
||||||
* Tombstone
|
* STORAGE_GROUP
|
||||||
* StorageGroup
|
|
||||||
|
|
||||||
| Name | Number | Description |
|
| Name | Number | Description |
|
||||||
| ---- | ------ | ----------- |
|
| ---- | ------ | ----------- |
|
||||||
|
|
Loading…
Reference in a new issue