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-03-30 15:34:58 +00:00
|
|
|
- Clean up List and Name caches when object is missing in Tree service (#57)
|
2023-02-20 09:23:02 +00:00
|
|
|
- Get empty bucket CORS from frostfs (TrueCloudLab#36)
|
2023-03-10 08:08:21 +00:00
|
|
|
- Don't count pool error on client abort (#35)
|
2023-04-14 12:36:22 +00:00
|
|
|
- Don't create unnecessary delete-markers (#83)
|
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-02-20 09:23:02 +00:00
|
|
|
|
2023-01-25 07:37:14 +00:00
|
|
|
### Added
|
2023-06-02 07:44:25 +00:00
|
|
|
- Implement chunk uploading (#106)
|
2023-05-18 13:20:00 +00:00
|
|
|
- Reload default and custom copies numbers on SIGHUP (#104)
|
2023-04-24 23:49:12 +00:00
|
|
|
- Add `copies_numbers` section to `placement_policy` in config file and support vectors of copies numbers (#70)
|
2023-04-14 13:46:51 +00:00
|
|
|
- Return `X-Owner-Id` in `head-bucket` response (#79)
|
2023-01-30 16:44:28 +00:00
|
|
|
- Return container name in `head-bucket` response (TrueCloudLab#18)
|
2023-01-25 07:37:14 +00:00
|
|
|
- Billing metrics (TrueCloudLab#5)
|
2023-02-03 10:01:11 +00:00
|
|
|
- Multiple configs support (TrueCloudLab#21)
|
2023-02-13 15:21:32 +00:00
|
|
|
- Bucket name resolving policy (TrueCloudLab#25)
|
2023-02-17 12:55:21 +00:00
|
|
|
- Support string `Action` and `Resource` fields in `bucketPolicy.Statement` (TrueCloudLab#32)
|
2023-03-02 14:54:33 +00:00
|
|
|
- Add new `kludge.use_default_xmlns_for_complete_multipart` config param (TrueCloudLab#40)
|
2023-04-07 14:29:38 +00:00
|
|
|
- Support dump metrics descriptions (#80)
|
2022-10-25 09:30:18 +00:00
|
|
|
- Support impersonate bearer token (#81)
|
2023-06-09 11:31:31 +00:00
|
|
|
- Return bearer token in `s3-authmate obtain-secret` result (#132)
|
2023-06-26 07:48:09 +00:00
|
|
|
- Add `s3-authmate update-secret` command (#131)
|
2023-01-25 07:37:14 +00:00
|
|
|
|
2023-01-25 06:59:20 +00:00
|
|
|
### Changed
|
2023-04-24 16:40:18 +00:00
|
|
|
- Remove object from tree and reset its cache on object deletion when it is already removed from storage (#78)
|
2023-05-18 14:36:32 +00:00
|
|
|
- Update prometheus to v1.15.0 (#94)
|
2023-04-20 15:58:29 +00:00
|
|
|
- Update syncTree.sh due to recent renaming (#73)
|
2023-01-24 16:50:46 +00:00
|
|
|
- Update neo-go to v0.101.0 (#14)
|
|
|
|
- Update viper to v1.15.0 (#14)
|
2023-01-24 14:33:22 +00:00
|
|
|
- Using multiple servers require only one healthy (TrueCloudLab#12)
|
2023-01-25 06:59:20 +00:00
|
|
|
- Update go version to go1.18 (TrueCloudLab#16)
|
2023-05-23 14:29:40 +00:00
|
|
|
- Update go version to go1.19 (#118)
|
2023-02-08 09:56:42 +00:00
|
|
|
- Return error on invalid LocationConstraint (TrueCloudLab#23)
|
2023-02-10 06:44:44 +00:00
|
|
|
- Place billing metrics to separate url path (TrueCloudLab#26)
|
2023-02-13 15:12:25 +00:00
|
|
|
- Add generated deb builder files to .gitignore, and fix typo (TrueCloudLab#28)
|
2023-03-24 12:49:23 +00:00
|
|
|
- Limit number of objects to delete at one time (TrueCloudLab#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-04-17 13:15:11 +00:00
|
|
|
- Changed values for `frostfs_s3_gw_state_health` metric (#91)
|
2023-04-03 14:33:17 +00:00
|
|
|
- Support multiple tree service endpoints (#74)
|
2023-06-13 14:47:31 +00:00
|
|
|
- Timeout errors has code 504 now (#103)
|
2023-06-13 09:35:53 +00:00
|
|
|
- Support multiple version credentials using GSet (#135)
|
2023-06-09 13:19:23 +00:00
|
|
|
- Use request scope logger (#111)
|
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)
|
|
|
|
|
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-06-06 14:35:56 +00:00
|
|
|
[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/b2148cc3...master
|