2021-04-30 18:18:59 +00:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
This document outlines major changes between releases.
|
2021-06-29 14:01:05 +00:00
|
|
|
|
2022-09-14 07:45:39 +00:00
|
|
|
## [Unreleased]
|
|
|
|
|
2023-07-12 08:30:50 +00:00
|
|
|
### Fixed
|
|
|
|
- `grpc` schemas in tree configuration (#62)
|
|
|
|
|
2023-02-03 09:47:18 +00:00
|
|
|
### Added
|
2023-04-07 15:16:53 +00:00
|
|
|
- Support dump metrics descriptions (#29)
|
2023-07-12 08:30:50 +00:00
|
|
|
- Support impersonate bearer token (#40, #45)
|
|
|
|
- Tracing support (#20, #44, #60)
|
|
|
|
- Object name resolving with tree service (#30)
|
2023-02-03 09:47:18 +00:00
|
|
|
|
2023-01-25 07:01:10 +00:00
|
|
|
### Changed
|
2023-05-18 14:26:40 +00:00
|
|
|
- Update prometheus to v1.15.0 (#35)
|
2023-05-23 14:47:46 +00:00
|
|
|
- Update go version to 1.19 (#50)
|
2023-07-12 08:30:50 +00:00
|
|
|
- Finish rebranding (#2)
|
|
|
|
|
|
|
|
### Removed
|
|
|
|
- Drop `tree.service` param (now endpoints from `peers` section are used) (#59)
|
|
|
|
|
|
|
|
## [0.27.0] - Karpinsky - 2023-07-12
|
|
|
|
|
|
|
|
This is a first FrostFS HTTP Gateway release named after
|
|
|
|
[Karpinsky glacier](https://en.wikipedia.org/wiki/Karpinsky_Glacier).
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
- Require only one healthy storage server to start (#7)
|
|
|
|
- Enable gate metrics (#38)
|
|
|
|
- `Too many pings` error (#61)
|
|
|
|
|
|
|
|
### Added
|
|
|
|
- Multiple configs support (#12)
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
- Repository rebranding (#1)
|
2023-01-25 11:30:23 +00:00
|
|
|
- Update neo-go to v0.101.0 (#8)
|
|
|
|
- Update viper to v1.15.0 (#8)
|
2023-07-12 08:30:50 +00:00
|
|
|
- Update go version to 1.18 (#9)
|
2023-03-13 11:55:19 +00:00
|
|
|
- Errors have become more detailed (#18)
|
2023-03-16 08:44:49 +00:00
|
|
|
- Update system attribute names (#22)
|
2023-03-24 09:25:49 +00:00
|
|
|
- Separate integration tests with build tags (#24)
|
2023-04-17 13:28:27 +00:00
|
|
|
- Changed values for `frostfs_http_gw_state_health` metric (#32)
|
2023-03-16 08:44:49 +00:00
|
|
|
|
2023-06-06 12:43:41 +00:00
|
|
|
### Updating from neofs-http-gw v0.26.0
|
2023-03-16 08:44:49 +00:00
|
|
|
|
|
|
|
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-*`
|
2023-01-25 07:01:10 +00:00
|
|
|
|
2021-04-30 18:18:59 +00:00
|
|
|
|
|
|
|
## Older versions
|
|
|
|
|
2023-06-06 12:43:41 +00:00
|
|
|
This project is a fork of [NeoFS HTTP Gateway](https://github.com/nspcc-dev/neofs-http-gw) from version v0.26.0.
|
|
|
|
To see CHANGELOG for older versions, refer to https://github.com/nspcc-dev/neofs-http-gw/blob/master/CHANGELOG.md.
|
2021-11-15 11:44:09 +00:00
|
|
|
|
2023-07-12 08:30:50 +00:00
|
|
|
[0.27.0]: https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/compare/72734ab4...v0.27.0
|
|
|
|
[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-http-gw/compare/v0.27.0...master
|