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-02-20 09:23:02 +00:00
|
|
|
### Fixed
|
2023-06-01 14:11:04 +00:00
|
|
|
- Handle negative `Content-Length` on put (#125)
|
|
|
|
- Use `DisableURIPathEscaping` to presign urls (#125)
|
2023-06-21 14:16:40 +00:00
|
|
|
- Use specific s3 errors instead of `InternalError` where possible (#143)
|
2023-07-12 09:43:35 +00:00
|
|
|
- `grpc` schemas in tree configuration (#166)
|
2023-07-06 13:37:53 +00:00
|
|
|
- Return appropriate 404 code when object missed in storage but there is in gate cache (#158)
|
2023-02-20 09:23:02 +00:00
|
|
|
|
2023-01-25 07:37:14 +00:00
|
|
|
### Added
|
2023-04-07 14:29:38 +00:00
|
|
|
- Support dump metrics descriptions (#80)
|
2023-07-12 09:43:35 +00:00
|
|
|
- Add `copies_numbers` section to `placement_policy` in config file and support vectors of copies numbers (#70, #101)
|
|
|
|
- Support impersonate bearer token (#81, #105)
|
|
|
|
- Reload default and custom copies numbers on SIGHUP (#104)
|
|
|
|
- Tracing support (#84, #140)
|
2023-06-09 11:31:31 +00:00
|
|
|
- Return bearer token in `s3-authmate obtain-secret` result (#132)
|
2023-07-12 09:43:35 +00:00
|
|
|
- Support multiple version credentials using GSet (#135)
|
|
|
|
- Implement chunk uploading (#106)
|
|
|
|
|
2023-01-25 07:37:14 +00:00
|
|
|
|
2023-01-25 06:59:20 +00:00
|
|
|
### Changed
|
2023-05-18 14:36:32 +00:00
|
|
|
- Update prometheus to v1.15.0 (#94)
|
2023-05-23 14:29:40 +00:00
|
|
|
- Update go version to go1.19 (#118)
|
2023-07-12 09:43:35 +00:00
|
|
|
- Remove object from tree and reset its cache on object deletion when it is already removed from storage (#78)
|
|
|
|
- Finish rebranding (#2)
|
2023-06-13 14:47:31 +00:00
|
|
|
- Timeout errors has code 504 now (#103)
|
2023-06-09 13:19:23 +00:00
|
|
|
- Use request scope logger (#111)
|
2023-07-12 09:43:35 +00:00
|
|
|
- Add `s3-authmate update-secret` command (#131)
|
|
|
|
- Use default registerer for app metrics (#155)
|
|
|
|
- Use chi router instead of archived gorlilla/mux (#149)
|
2023-01-24 14:33:22 +00:00
|
|
|
|
2023-06-09 06:34:49 +00:00
|
|
|
### Removed
|
|
|
|
- Drop `tree.service` param (now endpoints from `peers` section are used) (#133)
|
|
|
|
|
2023-07-12 09:43:35 +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).
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
- 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)
|
|
|
|
- Don't count pool error on client abort (#35)
|
|
|
|
- Handle request cancelling (#69)
|
|
|
|
- Clean up List and Name caches when object is missing in Tree service (#57)
|
|
|
|
- Don't create unnecessary delete-markers (#83)
|
|
|
|
- `Too many pings` error (#145)
|
|
|
|
|
|
|
|
### Added
|
|
|
|
- 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)
|
|
|
|
- Return `X-Owner-Id` in `head-bucket` response (#79)
|
|
|
|
- Support multiple tree service endpoints (#74, #110, #114)
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
- Repository rebranding (#1)
|
|
|
|
- Update neo-go to v0.101.0 (#14)
|
|
|
|
- Update viper to v1.15.0 (#14)
|
|
|
|
- Update go version to go1.18 (#16)
|
|
|
|
- Return error on invalid LocationConstraint (#23)
|
|
|
|
- Limit number of objects to delete at one time (#37)
|
|
|
|
- CompleteMultipartUpload handler now sends whitespace characters to keep alive client's connection (#60)
|
|
|
|
- Support new system attributes (#64)
|
|
|
|
- Abstract network communication in TreeClient (#59, #75)
|
|
|
|
- Changed values for `frostfs_s3_gw_state_health` metric (#91)
|
|
|
|
|
2021-06-10 17:30:08 +00:00
|
|
|
## Older versions
|
|
|
|
|
2023-06-06 14:35:56 +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:43:35 +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
|