[#22] Update system attributes #22

Merged
alexvanin merged 1 commit from dkirillov/frostfs-http-gw:feature/update_system_attributes into master 2023-07-26 21:07:55 +00:00

View file

@ -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