2021-06-10 17:30:08 +00:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
This document outlines major changes between releases.
|
|
|
|
|
2022-08-04 16:38:20 +00:00
|
|
|
## [Unreleased]
|
|
|
|
|
2023-07-12 09:09:01 +00:00
|
|
|
## [0.27.0] - Karpinsky - 2023-07-12
|
|
|
|
|
|
|
|
This is a first FrostFS S3 Gateway release named after
|
|
|
|
[Karpinsky glacier](https://en.wikipedia.org/wiki/Karpinsky_Glacier).
|
|
|
|
|
2023-02-20 09:23:02 +00:00
|
|
|
### Fixed
|
2023-07-12 09:09:01 +00:00
|
|
|
- Using multiple servers require only one healthy (#12)
|
|
|
|
- Renew token before it expires (#20)
|
|
|
|
- Add generated deb builder files to .gitignore, and fix typo (#28)
|
|
|
|
- Get empty bucket CORS from frostfs (#36)
|
2023-03-10 08:08:21 +00:00
|
|
|
- Don't count pool error on client abort (#35)
|
2023-07-12 09:09:01 +00:00
|
|
|
- Handle request cancelling (#69)
|
|
|
|
- Clean up List and Name caches when object is missing in Tree service (#57)
|
2023-04-14 12:36:22 +00:00
|
|
|
- Don't create unnecessary delete-markers (#83)
|
2023-07-12 09:09:01 +00:00
|
|
|
- `Too many pings` error (#145)
|
2023-02-20 09:23:02 +00:00
|
|
|
|
2023-01-25 07:37:14 +00:00
|
|
|
### Added
|
2023-07-12 09:09:01 +00:00
|
|
|
- Billing metrics (#5, #26, #29)
|
|
|
|
- Return container name in `head-bucket` response (#18)
|
|
|
|
- Multiple configs support (#21)
|
|
|
|
- Bucket name resolving policy (#25)
|
|
|
|
- Support string `Action` and `Resource` fields in `bucketPolicy.Statement` (#32)
|
|
|
|
- Add new `kludge.use_default_xmlns_for_complete_multipart` config param (#40)
|
2023-04-14 13:46:51 +00:00
|
|
|
- Return `X-Owner-Id` in `head-bucket` response (#79)
|
2023-07-12 09:09:01 +00:00
|
|
|
- Support multiple tree service endpoints (#74, #110, #114)
|
2023-01-25 07:37:14 +00:00
|
|
|
|
2023-01-25 06:59:20 +00:00
|
|
|
### Changed
|
2023-07-12 09:09:01 +00:00
|
|
|
- Repository rebranding (#1)
|
2023-01-24 16:50:46 +00:00
|
|
|
- Update neo-go to v0.101.0 (#14)
|
|
|
|
- Update viper to v1.15.0 (#14)
|
2023-07-12 09:09:01 +00:00
|
|
|
- Update go version to go1.18 (#16)
|
|
|
|
- Return error on invalid LocationConstraint (#23)
|
|
|
|
- Limit number of objects to delete at one time (#37)
|
2023-03-22 08:17:26 +00:00
|
|
|
- CompleteMultipartUpload handler now sends whitespace characters to keep alive client's connection (#60)
|
2023-03-22 06:53:14 +00:00
|
|
|
- Support new system attributes (#64)
|
2023-07-12 09:09:01 +00:00
|
|
|
- Abstract network communication in TreeClient (#59, #75)
|
2023-04-17 13:15:11 +00:00
|
|
|
- Changed values for `frostfs_s3_gw_state_health` metric (#91)
|
2021-06-10 17:30:08 +00:00
|
|
|
|
|
|
|
## Older versions
|
|
|
|
|
2023-07-12 09:09:01 +00:00
|
|
|
This project is a fork of [NeoFS S3 Gateway](https://github.com/nspcc-dev/neofs-s3-gw) from version v0.26.0.
|
|
|
|
To see CHANGELOG for older versions, refer to https://github.com/nspcc-dev/neofs-s3-gw/blob/master/CHANGELOG.md.
|
2021-12-16 12:50:14 +00:00
|
|
|
|
2023-07-12 09:09:01 +00:00
|
|
|
[0.27.0]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/b2148cc3...v0.27.0
|
|
|
|
[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.27.0...master
|