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]
|
|
|
|
|
2024-07-31 06:45:46 +00:00
|
|
|
### Added
|
2024-08-01 13:24:47 +00:00
|
|
|
- Add support for virtual hosted style addressing (#446, #449)
|
2024-08-26 10:04:24 +00:00
|
|
|
- Support new param `frostfs.graceful_close_on_switch_timeout` (#475)
|
2024-08-20 09:35:07 +00:00
|
|
|
- Support patch object method (#479)
|
2024-09-27 13:15:28 +00:00
|
|
|
- Add `sign` command to `frostfs-s3-authmate` (#467)
|
2024-08-26 10:04:24 +00:00
|
|
|
|
|
|
|
### Changed
|
|
|
|
- Update go version to go1.19 (#470)
|
2024-07-31 06:45:46 +00:00
|
|
|
|
2024-07-16 11:25:15 +00:00
|
|
|
## [0.30.0] - Kangshung -2024-07-19
|
|
|
|
|
2024-05-27 11:03:28 +00:00
|
|
|
### Fixed
|
|
|
|
- Fix HTTP/2 requests (#341)
|
|
|
|
- Fix Decoder.CharsetReader is nil (#379)
|
|
|
|
- Fix flaky ACL encode test (#340)
|
2024-07-16 11:25:15 +00:00
|
|
|
- Docs grammar (#432)
|
2024-05-27 11:03:28 +00:00
|
|
|
|
|
|
|
### Added
|
|
|
|
- Add new `reconnect_interval` config param for server rebinding (#291)
|
|
|
|
- Support `GetBucketPolicyStatus` (#301)
|
|
|
|
- Support request IP filter with policy (#371, #377)
|
2024-07-16 11:25:15 +00:00
|
|
|
- Support tag checks in policies (#357, #365, #392, #403, #411)
|
2024-05-27 11:03:28 +00:00
|
|
|
- Support IAM-MFA checks (#367)
|
|
|
|
- More docs (#334, #353)
|
2024-06-27 09:23:13 +00:00
|
|
|
- Add `register-user` command to `authmate` (#414)
|
2024-07-16 11:25:15 +00:00
|
|
|
- `User` field in request log (#396)
|
|
|
|
- Erasure coding support in placement policy (#400)
|
|
|
|
- Improved test coverage (#402)
|
2024-05-27 11:03:28 +00:00
|
|
|
|
|
|
|
### Changed
|
|
|
|
- Update dependencies noted by govulncheck (#368)
|
2024-07-16 11:25:15 +00:00
|
|
|
- Improve test coverage (#380, #387)
|
2024-05-27 11:03:28 +00:00
|
|
|
- Support updated naming in native policy JSON (#385)
|
2024-07-16 11:25:15 +00:00
|
|
|
- Improve determining AccessBox latest version (#335)
|
|
|
|
- Don't set full_control policy for bucket owner (#407)
|
2024-05-27 11:03:28 +00:00
|
|
|
|
|
|
|
### Removed
|
2024-06-18 06:41:30 +00:00
|
|
|
- Remove control api (#406)
|
2024-06-25 12:24:29 +00:00
|
|
|
- Remove notifications (#401)
|
2024-07-16 11:25:15 +00:00
|
|
|
- Remove `layer.Client` interface (#410)
|
|
|
|
- Remove extended ACL related code (#372)
|
|
|
|
|
|
|
|
## [0.29.3] - 2024-07-19
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
- Support tree split environment when multiple nodes
|
|
|
|
may be part of the same sub path (#430)
|
|
|
|
- Collision of multipart name and system data in the tree (#430)
|
|
|
|
- Workaround for removal of multiple null versions in unversioned bucket (#430)
|
|
|
|
|
|
|
|
## [0.29.2] - 2024-07-03
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
- Parsing of put-bucket-setting retry configuration (#398)
|
|
|
|
|
|
|
|
## [0.29.1] - 2024-06-20
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
- OPTIONS request processing for object operations (#399)
|
|
|
|
|
|
|
|
### Added
|
|
|
|
- Retries of put-bucket-setting operation during container creation (#398)
|
2024-05-27 11:03:28 +00:00
|
|
|
|
|
|
|
## [0.29.0] - Zemu - 2024-05-27
|
|
|
|
|
2023-10-23 14:06:42 +00:00
|
|
|
### Fixed
|
|
|
|
- Fix marshaling errors in `DeleteObjects` method (#222)
|
|
|
|
- Fix status code in GET/HEAD delete marker (#226)
|
|
|
|
- Fix `NextVersionIDMarker` in `list-object-versions` (#248)
|
2023-12-27 10:06:11 +00:00
|
|
|
- Fix possibility of panic during SIGHUP (#288)
|
2024-02-14 11:32:17 +00:00
|
|
|
- Fix flaky `TestErrorTimeoutChecking` (`make test` sometimes failed) (#290)
|
2024-05-27 11:03:28 +00:00
|
|
|
- Fix log-level change on SIGHUP (#313)
|
|
|
|
- Fix anonymous put request (#311)
|
|
|
|
- Fix routine leak from nns resolver (#324)
|
|
|
|
- Fix svace errors (#325, #328)
|
2023-10-23 14:06:42 +00:00
|
|
|
|
|
|
|
### Added
|
|
|
|
- Add new `frostfs.buffer_max_size_for_put` config param and sync TZ hash for PUT operations (#197)
|
|
|
|
- Add `X-Amz-Version-Id` header after complete multipart upload (#227)
|
|
|
|
- Add handling of `X-Amz-Copy-Source-Server-Side-Encryption-Customer-*` headers during copy (#217)
|
|
|
|
- Add new `logger.destination` config param (#236)
|
|
|
|
- Add `X-Amz-Content-Sha256` header validation (#218)
|
|
|
|
- Support frostfsid contract. See `frostfsid` config section (#260)
|
|
|
|
- Support per namespace placement policies configuration (see `namespaces.config` config param) (#266)
|
|
|
|
- Support control api to manage policies. See `control` config section (#258)
|
|
|
|
- Add `namespace` label to billing metrics (#271)
|
2024-05-27 11:03:28 +00:00
|
|
|
- Support policy-engine (#257, #259, #282, #283, #302, #307, #345, #351, #358, #360, #362, #383, #354)
|
2023-12-21 14:57:12 +00:00
|
|
|
- Support `proxy` contract (#287)
|
2024-01-19 07:00:04 +00:00
|
|
|
- Authmate: support custom attributes (#292)
|
2024-03-12 08:32:51 +00:00
|
|
|
- Add FrostfsID cache (#269)
|
2023-10-23 14:06:42 +00:00
|
|
|
|
|
|
|
### Changed
|
|
|
|
- Generalise config param `use_default_xmlns_for_complete_multipart` to `use_default_xmlns` so that use default xmlns for all requests (#221)
|
|
|
|
- Set server IdleTimeout and ReadHeaderTimeout to `30s` and allow to configure them (#220)
|
|
|
|
- Return `ETag` value in quotes (#219)
|
2023-12-04 06:42:25 +00:00
|
|
|
- Use tombstone when delete multipart upload (#275)
|
2024-02-12 14:30:36 +00:00
|
|
|
- Support new parameter `cache.accessbox.removing_check_interval` (#305)
|
|
|
|
- Use APE rules instead of eACL in container creation (#306)
|
2024-05-27 11:03:28 +00:00
|
|
|
- Rework bucket policy with policy-engine (#261)
|
|
|
|
- Improved object listing speed (#165, #347)
|
|
|
|
- Logging improvement (#300, #318)
|
2023-10-23 14:06:42 +00:00
|
|
|
|
|
|
|
### Removed
|
|
|
|
- Drop sending whitespace characters during complete multipart upload and related config param `kludge.complete_multipart_keepalive` (#227)
|
2024-05-27 11:03:28 +00:00
|
|
|
- Unused legacy minio related code (#299)
|
|
|
|
- Redundant output with journald logging (#298)
|
|
|
|
|
|
|
|
## [0.28.2] - 2024-05-27
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
- `anon` user in billing metrics (#321)
|
|
|
|
- Parts are not removed when multipart object removed (#370)
|
|
|
|
|
|
|
|
### Added
|
|
|
|
- Put request in duration metrics (#280)
|
2023-10-23 14:06:42 +00:00
|
|
|
|
2024-01-24 12:05:19 +00:00
|
|
|
## [0.28.1] - 2024-01-24
|
|
|
|
|
|
|
|
### Added
|
|
|
|
- MD5 hash as ETag and response header (#205)
|
|
|
|
- Tree pool traversal limit (#262)
|
|
|
|
|
|
|
|
### Updating from 0.28.0
|
|
|
|
|
|
|
|
See new `features.md5.enabled` and `frostfs.tree_pool_max_attempts` config
|
|
|
|
parameters.
|
|
|
|
|
2023-10-23 14:06:42 +00:00
|
|
|
## [0.28.0] - Academy of Sciences - 2023-12-07
|
|
|
|
|
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-07-21 13:16:55 +00:00
|
|
|
- Replace part on re-upload when use multipart upload (#176)
|
2023-08-01 14:57:41 +00:00
|
|
|
- Fix goroutine leak on put object error (#178)
|
2023-08-08 06:17:35 +00:00
|
|
|
- Fix parsing signed headers in presigned urls (#182)
|
2023-10-23 14:06:42 +00:00
|
|
|
- Fix url escaping (#188)
|
2023-08-17 08:57:26 +00:00
|
|
|
- Use correct keys in `list-multipart-uploads` response (#185)
|
2023-10-23 14:06:42 +00:00
|
|
|
- Fix parsing `key-marker` for object list versions (#237)
|
|
|
|
- `GetSubTree` failures (#179)
|
|
|
|
- Unexpected EOF during multipart download (#210)
|
|
|
|
- Produce clean version in debian build (#245)
|
2023-02-20 09:23:02 +00:00
|
|
|
|
2023-01-25 07:37:14 +00:00
|
|
|
### Added
|
2023-08-29 09:27:50 +00:00
|
|
|
- Add `trace_id` value into log record when tracing is enabled (#142)
|
2023-09-04 18:01:56 +00:00
|
|
|
- Add basic error types and exit codes to `frostfs-s3-authmate` (#152)
|
2023-10-23 14:06:42 +00:00
|
|
|
- Add a metric with addresses of nodes of the same and highest priority that are currently healthy (#186)
|
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-07-10 09:17:44 +00:00
|
|
|
- Add new `kludge.bypass_content_encoding_check_in_chunks` config param (#146)
|
2023-07-14 12:30:47 +00:00
|
|
|
- Add new `frostfs.client_cut` config param (#192)
|
2023-10-23 14:06:42 +00:00
|
|
|
- Add selection of the node of the latest version of the object (#231)
|
|
|
|
- Soft memory limit with `runtime.soft_memory_limit` (#196)
|
|
|
|
- `server_health` metric for every S3 endpoint status (#199)
|
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)
|
2023-10-23 14:06:42 +00:00
|
|
|
- Use chi router instead of archived gorlilla/mux (#149, #174, #188)
|
2023-07-12 09:35:50 +00:00
|
|
|
- Complete multipart upload doesn't unnecessary copy now. Thus, the total time of multipart upload was reduced by 2 times (#63)
|
2023-08-03 12:08:22 +00:00
|
|
|
- Use gate key to form object owner (#175)
|
2023-08-21 06:49:24 +00:00
|
|
|
- Apply placement policies and copies if there is at least one valid value (#168)
|
2023-10-23 14:06:42 +00:00
|
|
|
- `statistic_tx_bytes_total` and `statistic_rx_bytes_total` metric to `statistic_bytes_total` metric with `direction` label (#153)
|
|
|
|
- Refactor of context-stored data receivers (#137)
|
|
|
|
- Refactor fetch/parse config parameters functions (#117)
|
|
|
|
- Move all log messages to constants (#96)
|
|
|
|
- Allow zero value of `part-number-marker` (#207)
|
|
|
|
- Clean tag node in the tree service instead of removal (#233)
|
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
|
2023-10-23 14:06:42 +00:00
|
|
|
[0.28.0]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.27.0...v0.28.0
|
2024-01-24 12:05:19 +00:00
|
|
|
[0.28.1]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.28.0...v0.28.1
|
2024-05-27 11:03:28 +00:00
|
|
|
[0.28.2]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.28.1...v0.28.2
|
|
|
|
[0.29.0]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.28.2...v0.29.0
|
2024-07-16 11:25:15 +00:00
|
|
|
[0.29.1]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.29.0...v0.29.1
|
|
|
|
[0.29.2]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.29.1...v0.29.2
|
|
|
|
[0.29.3]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.29.2...v0.29.3
|
|
|
|
[0.30.0]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.29.3...v0.30.0
|
|
|
|
[Unreleased]: https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/compare/v0.30.0...master
|