forked from TrueCloudLab/frostfs-http-gw
[#22] Update CHANGELOG.md
Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
This commit is contained in:
parent
a8ec09e76a
commit
81f7168a16
1 changed files with 10 additions and 0 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -12,6 +12,16 @@ This document outlines major changes between releases.
|
|||
- Update neo-go to v0.101.0 (#8)
|
||||
- Update viper to v1.15.0 (#8)
|
||||
- Errors have become more detailed (#18)
|
||||
- Update system attribute names (#22)
|
||||
|
||||
### Updating from v0.26.0
|
||||
|
||||
To set system attributes use updated headers
|
||||
(you can use old ones for now, but their support will be dropped in the future releases):
|
||||
|
||||
* `X-Attribute-Neofs-*` -> `X-Attribute-System-*`
|
||||
* `X-Attribute-NEOFS-*` -> `X-Attribute-SYSTEM-*`
|
||||
* `X-Attribute-neofs-*` -> `X-Attribute-system-*`
|
||||
|
||||
## [0.26.0] - 2022-12-28
|
||||
|
||||
|
|
Loading…
Reference in a new issue