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-02-20 09:23:02 +00:00
|
|
|
|
2023-01-25 07:37:14 +00:00
|
|
|
### Added
|
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-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-01-24 14:33:22 +00:00
|
|
|
|
2022-12-19 12:39:17 +00:00
|
|
|
## [0.26.0] - 2022-12-28
|
2022-11-09 14:58:24 +00:00
|
|
|
|
2022-11-08 09:16:39 +00:00
|
|
|
### Added
|
|
|
|
- Use client time as `now` in some requests (#726)
|
2022-11-14 10:01:12 +00:00
|
|
|
- Reload policies on SIGHUP (#747)
|
2022-12-08 10:21:16 +00:00
|
|
|
- Authmate flags for pool timeouts (#760)
|
2022-11-09 11:53:26 +00:00
|
|
|
- Multiple server listeners (#742)
|
|
|
|
|
2022-11-03 06:49:06 +00:00
|
|
|
### Changed
|
|
|
|
- Placement policy configuration (#568)
|
2022-12-19 12:39:17 +00:00
|
|
|
- Improved debug logging of CID and OID values (#754)
|
2022-11-03 06:49:06 +00:00
|
|
|
|
2022-11-24 09:20:34 +00:00
|
|
|
### Removed
|
|
|
|
- Deprecated linters (#755)
|
|
|
|
|
2022-12-19 12:39:17 +00:00
|
|
|
### Updating from v0.25.1
|
2022-11-03 06:49:06 +00:00
|
|
|
New config parameters were added. And old one `defaul_policy` were changed.
|
|
|
|
```yaml
|
|
|
|
placement_policy:
|
|
|
|
default: "REP 3"
|
|
|
|
region_mapping: /path/to/container/policies.json
|
|
|
|
```
|
|
|
|
|
|
|
|
Make sure you update the config accordingly:
|
|
|
|
If you configure application using environment variables change:
|
|
|
|
* `S3_GW_DEFAULT_POLICY` -> `S3_GW_PLACEMENT_POLICY_DEFAULT_POLICY`
|
2022-11-09 11:53:26 +00:00
|
|
|
* `S3_GW_LISTEN_ADDRESS` -> `S3_GW_SERVER_0_ADDRESS`
|
|
|
|
* `S3_GW_TLS_CERT_FILE` -> `S3_GW_SERVER_0_TLS_CERT_FILE` (and set `S3_GW_SERVER_0_TLS_ENABLED=true`)
|
|
|
|
* `S3_GW_TLS_KEY_FILE` -> `S3_GW_SERVER_0_TLS_KEY_FILE` (and set `S3_GW_SERVER_0_TLS_ENABLED=true`)
|
2022-11-03 06:49:06 +00:00
|
|
|
|
|
|
|
If you configure application using `.yaml` file change:
|
|
|
|
* `defaul_policy` -> `placement_policy.default`
|
2022-11-09 11:53:26 +00:00
|
|
|
* `listen_address` -> `server.0.address`
|
|
|
|
* `tls.cert_file` -> `server.0.tls.cert_file` (and set `server.0.tls.enabled: true`)
|
|
|
|
* `tls.key_file` -> `server.0.tls.key_file` (and set `server.0.tls.enabled: true`)
|
2022-11-03 06:49:06 +00:00
|
|
|
|
2022-12-19 12:39:17 +00:00
|
|
|
## [0.25.1] - 2022-10-30
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
- Empty bucket policy (#740)
|
|
|
|
- Big object removal (#749)
|
|
|
|
- Checksum panic (#741)
|
|
|
|
|
|
|
|
### Added
|
|
|
|
- Debian packaging (#737)
|
|
|
|
- Timeout for individual operations in streaming RPC (#750)
|
|
|
|
|
2022-10-26 11:17:50 +00:00
|
|
|
## [0.25.0] - 2022-10-31
|
2022-10-10 09:13:47 +00:00
|
|
|
|
2022-10-03 14:36:09 +00:00
|
|
|
### Fixed
|
2022-10-26 11:17:50 +00:00
|
|
|
- Legal hold object lock enabling (#709)
|
|
|
|
- Errors at object locking (#719)
|
2022-10-03 14:36:09 +00:00
|
|
|
- Unrestricted access to not owned objects via cache (#713)
|
2022-10-14 10:10:56 +00:00
|
|
|
- Check tree service health (#699)
|
2022-10-26 14:03:23 +00:00
|
|
|
- Bucket names in listing (#733)
|
2022-10-03 14:36:09 +00:00
|
|
|
|
2022-10-26 11:17:50 +00:00
|
|
|
### Added
|
|
|
|
- Config reloading on SIGHUP (#702, #715, #716)
|
|
|
|
- Stop pool dial on SIGINT (#712)
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
- GitHub actions update (#710)
|
|
|
|
- Makefile help (#725)
|
2023-03-24 12:49:23 +00:00
|
|
|
- Optimized object tags setting (#669)
|
2022-10-26 11:17:50 +00:00
|
|
|
- Improved logging (#728)
|
|
|
|
- Unified unit test names (#617)
|
|
|
|
- Improved docs (#732)
|
|
|
|
|
|
|
|
### Removed
|
|
|
|
- Unused cache methods (#650)
|
|
|
|
|
2022-10-03 14:36:09 +00:00
|
|
|
### Updating from v0.24.0
|
|
|
|
New config parameters were added. Make sure the default parameters are appropriate for you.
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
cache:
|
|
|
|
accesscontrol:
|
|
|
|
lifetime: 1m
|
|
|
|
size: 100000
|
|
|
|
```
|
|
|
|
|
2022-09-14 08:49:31 +00:00
|
|
|
## [0.24.0] - 2022-09-14
|
|
|
|
|
2022-08-04 16:38:20 +00:00
|
|
|
### Added
|
2022-09-14 08:49:31 +00:00
|
|
|
- Exposure of pool metrics (#615, #680)
|
2022-08-17 11:24:11 +00:00
|
|
|
- Configuration of `set_copies_number` (#634, #637)
|
2022-08-31 23:12:02 +00:00
|
|
|
- Configuration of list of allowed `AccessKeyID` prefixes (#674)
|
2022-09-14 08:49:31 +00:00
|
|
|
- Tagging directive for `CopyObject` (#666, #683)
|
|
|
|
- Customer encryption (#595)
|
|
|
|
- `CopiesNumber` configuration (#634, #637)
|
|
|
|
|
2022-08-04 16:38:20 +00:00
|
|
|
### Changed
|
|
|
|
- Improved wallet configuration via `.yaml` config and environment variables (#607)
|
2022-09-14 08:49:31 +00:00
|
|
|
- Update go version for build to 1.19 (#694, #705)
|
|
|
|
- Update version calculation (#653, #697)
|
|
|
|
- Optimized lock creation (#692)
|
|
|
|
- Update way to configure `listen_domains` (#667)
|
|
|
|
- Use `FilePath` instead of `FileName` for object keys (#657)
|
|
|
|
- Optimize listing (#625, #616)
|
|
|
|
|
2022-08-04 16:38:20 +00:00
|
|
|
### Removed
|
2022-09-14 08:49:31 +00:00
|
|
|
- Drop any object search logic (#545)
|
|
|
|
|
2022-08-04 16:38:20 +00:00
|
|
|
### Fixed
|
2022-09-14 08:49:31 +00:00
|
|
|
- Responses to `GetObject` and `HeadObject`: removed redundant `VersionID` (#577, #682)
|
2022-08-10 00:04:26 +00:00
|
|
|
- Replacement of object tagging in case of overwriting of an object (#645)
|
2022-09-14 08:49:31 +00:00
|
|
|
- Using tags cache with empty `versionId` (#643)
|
|
|
|
- Fix panic on go1.19 (#678)
|
|
|
|
- Fix panic on invalid versioning status (#660)
|
|
|
|
- Fix panic on missing decrypt reader (#704)
|
|
|
|
- Using multipart uploads with `/` in name (#671)
|
|
|
|
- Don't update settings cache when request fails (#661)
|
|
|
|
- Fix handling `X-Amz-Copy-Source` header (#672)
|
|
|
|
- ACL related problems (#676, #606)
|
|
|
|
- Using `ContinuationToken` for "directories" (#684)
|
|
|
|
- Fix `connection was closed` error (#656)
|
|
|
|
- Fix listing for nested objects (#624)
|
|
|
|
- Fix anon requests to tree service (#504, #505)
|
|
|
|
|
2022-08-04 16:38:20 +00:00
|
|
|
### Updating from v0.23.0
|
2022-09-14 08:49:31 +00:00
|
|
|
Make sure your configuration is valid:
|
|
|
|
|
|
|
|
If you configure application using environment variables change:
|
|
|
|
* `S3_GW_WALLET` -> `S3_GW_WALLET_PATH`
|
|
|
|
* `S3_GW_ADDRESS` -> `S3_GW_WALLET_ADDRESS`
|
|
|
|
* `S3_GW_LISTEN_DOMAINS_N` -> `S3_GW_LISTEN_DOMAINS` (use it as array variable)
|
|
|
|
|
|
|
|
If you configure application using `.yaml` file change:
|
2023-03-24 12:49:23 +00:00
|
|
|
* `wallet` -> `wallet.path`
|
2022-09-14 08:49:31 +00:00
|
|
|
* `address` -> `wallet.address`
|
|
|
|
* `listen_domains.n` -> `listen_domains` (use it as array param)
|
|
|
|
|
2022-08-04 16:38:20 +00:00
|
|
|
|
2022-08-01 13:27:01 +00:00
|
|
|
## [0.23.0] - 2022-08-01
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
- System metadata are filtered now (#619)
|
|
|
|
- List objects in corner cases (#612, #627)
|
|
|
|
- Correct removal of a deleted object (#610)
|
|
|
|
- Bucket creation could lead to "no healthy client" error (#636)
|
|
|
|
|
|
|
|
### Added
|
|
|
|
- New param to configure pool error threshold (#633)
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
- Pprof and prometheus metrics configuration (#591)
|
|
|
|
- Don't set sticky bit in authmate container (#540)
|
|
|
|
- Updated compatibility table (#638)
|
|
|
|
- Rely on string sanitizing from zap (#498)
|
|
|
|
|
|
|
|
### Updating from v0.22.0
|
2023-03-24 12:49:23 +00:00
|
|
|
1. To enable pprof use `pprof.enabled` instead of `pprof` in config.
|
|
|
|
To enable prometheus metrics use `prometheus.enabled` instead of `metrics` in config.
|
2022-08-01 13:27:01 +00:00
|
|
|
If you are using the command line flags you can skip this step.
|
|
|
|
|
2022-07-25 13:42:51 +00:00
|
|
|
## [0.22.0] - 2022-07-25
|
|
|
|
|
|
|
|
Tree service support
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
- Error logging (#450)
|
|
|
|
- Default bucket location constraint (#463)
|
|
|
|
- Suspended versioning status (#462)
|
|
|
|
- CodeQL warnings (#489, #522, #539)
|
|
|
|
- Bearer token behaviour with non-owned buckets (#459)
|
|
|
|
- ACL issues (#495, #553, #571, #573, #574, #580)
|
|
|
|
- Authmate policy parsing (#558)
|
|
|
|
|
|
|
|
### Added
|
|
|
|
- Public key output in authmate issue-secret command (#482)
|
|
|
|
- Support of conditional headers (#484)
|
|
|
|
- Cache type cast error logging (#465)
|
|
|
|
- `docker/*` target in Makefile (#471)
|
|
|
|
- Pre signed requests (#529)
|
2023-03-24 12:49:23 +00:00
|
|
|
- Tagging and ACL notifications (#361)
|
2022-07-25 13:42:51 +00:00
|
|
|
- AWSv4 signer package to improve compatibility with S3 clients (#528)
|
|
|
|
- Extension mimetype detector (#289)
|
|
|
|
- Default params documentation (#592)
|
|
|
|
- Health metric (#600)
|
|
|
|
- Parallel object listing (#525)
|
|
|
|
- Tree service (see commit links from #609)
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
- Reduce number of network requests (#439, #441)
|
|
|
|
- Renamed authmate to s3-authmate (#518)
|
|
|
|
- Version output (#578)
|
|
|
|
- Improved error messages (#539)
|
|
|
|
|
|
|
|
### Removed
|
|
|
|
- `layer/neofs` package (#438)
|
|
|
|
|
2022-05-16 12:23:22 +00:00
|
|
|
## [0.21.1] - 2022-05-16
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
- Update go version to go1.17 (#427)
|
|
|
|
- Set homomorphic hashing disable attribute in container if required (#435)
|
|
|
|
|
2022-05-13 09:28:58 +00:00
|
|
|
## [0.21.0] - 2022-05-13
|
|
|
|
|
|
|
|
### Added
|
|
|
|
- Support of get-object-attributes (#430)
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
- Reduced time of bucket creation (#426)
|
|
|
|
- Bucket removal (#428)
|
|
|
|
- Obtainment of ETag value (#431)
|
|
|
|
|
|
|
|
### Changed
|
2023-03-24 12:49:23 +00:00
|
|
|
- Authmate doesn't parse session context anymore, now it accepts application defined
|
2022-05-13 09:28:58 +00:00
|
|
|
flexible structure with container ID in human-readable format (#428)
|
|
|
|
|
2022-04-28 19:17:40 +00:00
|
|
|
## [0.20.0] - 2022-04-29
|
|
|
|
|
|
|
|
### Added
|
|
|
|
- Support of object locking (#195)
|
|
|
|
- Support of basic notifications (#357, #358, #359)
|
|
|
|
|
|
|
|
### Changed
|
2023-03-24 12:49:23 +00:00
|
|
|
- Logger behavior: now it writes to stderr instead of stdout, app name and
|
|
|
|
version are always presented and fixed, all user options except of `level` are
|
2022-04-28 19:17:40 +00:00
|
|
|
dropped (#380)
|
|
|
|
- Improved docs, added config examples (#396, #398)
|
|
|
|
- Updated NeoFS SDK (#365, #409)
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
- Added check of `SetEACL` tokens before processing of requests (#347)
|
2023-03-24 12:49:23 +00:00
|
|
|
- Authmate: returned lost session tokens when a parameter `--session-token` is
|
2022-04-28 19:17:40 +00:00
|
|
|
omitted (#387)
|
|
|
|
- Error when a bucket hasn't a settings file (#389)
|
|
|
|
- Response to a request to delete not existing object (#392)
|
2023-03-24 12:49:23 +00:00
|
|
|
- Replaced gate key in ACL Grantee by key of bearer token issuer (#395)
|
2022-04-28 19:17:40 +00:00
|
|
|
- Missing attach of bearer token to requests to put system object (#399)
|
|
|
|
- Deletion of system object while CompleteMultipartUpload (#400)
|
|
|
|
- Improved English in docs and comments (#405)
|
|
|
|
- Authmate: reconsidered default bearer token rules (#406)
|
|
|
|
|
2022-03-16 10:20:35 +00:00
|
|
|
## [0.19.0] - 2022-03-16
|
|
|
|
|
|
|
|
### Added
|
|
|
|
- Authmate: support placement policy overriding (#343, #364)
|
|
|
|
- Managing bucket notification configuration (#340)
|
|
|
|
- Unit tests in go1.17 (#265)
|
|
|
|
- NATS settings in application config (#341)
|
|
|
|
- Support `Expires` and `Cache-Control` headers (#312)
|
|
|
|
- Support `%` as delimiter (#313)
|
|
|
|
- Support `null` version deletion (#319)
|
|
|
|
- Bucket name resolving order (#285)
|
|
|
|
- Authmate: added `timeout` flag (#290)
|
|
|
|
- MinIO results in s3 compatibility tables (#304)
|
|
|
|
- Support overriding response headers (#310)
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
- Authmate: check parameters before container creation (#372)
|
|
|
|
- Unify cache invalidation on deletion (#368)
|
|
|
|
- Updated NeoFS SDK to v1.0.0-rc.3 (#297, #333, #346, #376)
|
|
|
|
- Authmate: changed session token rules handling (#329, #336, #338, #352)
|
|
|
|
- Changed status code for some failed requests (#308)
|
2023-03-24 12:49:23 +00:00
|
|
|
- GetBucketLocation returns policy name used at bucket creation (#301)
|
2022-03-16 10:20:35 +00:00
|
|
|
|
|
|
|
### Fixed
|
|
|
|
- Waiting for bucket to be deleted (#366)
|
|
|
|
- Authmate: changed error message for session context building (#348)
|
|
|
|
- Authmate: fixed access key parsing in `obtain-secret` command (#295)
|
|
|
|
- Distinguishing `BucketAlreadyExists` errors (#354)
|
|
|
|
- Incorrect panic if handler not found (#305)
|
|
|
|
- Authmate: use container friendly name as system name (#299, #324)
|
|
|
|
- Use UTC `Last-Modified` timestamps (#331)
|
|
|
|
- Don't return object system metadata (#307)
|
|
|
|
- Handling empty post policy (#306)
|
|
|
|
- Use `X-Amz-Verion-Id` in `CompleteMulipartUpload` (#318)
|
|
|
|
|
|
|
|
### Removed
|
|
|
|
- Drop MinIO related errors (#316)
|
|
|
|
|
2021-12-16 12:50:14 +00:00
|
|
|
## [0.18.0] - 2021-12-16
|
|
|
|
|
|
|
|
### Added
|
2023-03-24 12:49:23 +00:00
|
|
|
- Support for MultipartUpload (#186, #187)
|
2021-12-16 12:50:14 +00:00
|
|
|
- CORS support (#217)
|
|
|
|
- Authmate supports setting of tokens lifetime in a more convenient format (duration) (#258)
|
|
|
|
- Generation of a random key for `--no-sign-request` (#276)
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
- Bucket name resolving mechanism from listing owner's containers to using DNS (#219)
|
|
|
|
|
|
|
|
### Removed
|
|
|
|
- Deprecated golint, replaced by revive (#272)
|
|
|
|
|
2021-09-24 06:42:33 +00:00
|
|
|
## 0.17.0 (24 Sep 2021)
|
2021-08-30 08:57:06 +00:00
|
|
|
With this release we introduce [ceph-based](https://github.com/ceph/s3-tests) S3 compatibility results.
|
|
|
|
|
|
|
|
### Added
|
2021-09-24 06:42:33 +00:00
|
|
|
* Versioning support (#122, #242, #263)
|
|
|
|
* Ceph S3 compatibility results (#150, #249, #266)
|
2021-08-30 08:57:06 +00:00
|
|
|
* Handling `X-Amz-Expected-Bucket-Owner` header (#216)
|
|
|
|
* `X-Container-Id` header for `HeadBucket` response (#220)
|
|
|
|
* Basic ACL support (#49, #213)
|
2021-09-24 06:42:33 +00:00
|
|
|
* Caching (#179, #206, #231, #236, #253)
|
2021-08-30 08:57:06 +00:00
|
|
|
* Metadata directive when copying (#191)
|
|
|
|
* Bucket name checking (189)
|
|
|
|
* Continuation token support (#112, #154, #180)
|
|
|
|
* Mapping `LocationConstraint` to `PlacementPolicy` (#89)
|
|
|
|
* Tagging support (#196)
|
2021-09-24 06:42:33 +00:00
|
|
|
* POST uploading support (#190)
|
|
|
|
* Delete marker support (#248)
|
|
|
|
* Expiration for access box (#255)
|
2023-03-24 12:49:23 +00:00
|
|
|
* AWS CLI credential generating by authmate (#241)
|
2021-08-30 08:57:06 +00:00
|
|
|
|
|
|
|
### Changed
|
2023-03-24 12:49:23 +00:00
|
|
|
* Default placement policy is now configurable (#218)
|
2021-08-30 08:57:06 +00:00
|
|
|
* README is split into different files (#210)
|
2021-09-24 06:42:33 +00:00
|
|
|
* Unified error handling (#89, #149, #184)
|
2021-08-30 08:57:06 +00:00
|
|
|
* Authmate issue-secret response contains container id (#163)
|
|
|
|
* Removed "github.com/nspcc-dev/neofs-node" dependency (#234)
|
2021-09-24 06:42:33 +00:00
|
|
|
* Removed GitHub workflow of image publishing (#243)
|
|
|
|
* Changed license to AGPLv3 (#264)
|
2021-08-30 08:57:06 +00:00
|
|
|
|
|
|
|
### Fixed
|
|
|
|
* ListObjects results are now the same for different users (#230)
|
|
|
|
* Error response for invalid authentication header is now correct (#199)
|
|
|
|
* Saving object metadata (#198)
|
|
|
|
* Range header handling (#194)
|
2021-09-24 06:42:33 +00:00
|
|
|
* Correct status codes (#118, #262)
|
2021-08-30 08:57:06 +00:00
|
|
|
* HeadObject for "directories" (#160)
|
|
|
|
* Fetch-owner parameter support (#159)
|
|
|
|
|
2021-07-16 09:43:10 +00:00
|
|
|
## 0.16.0 (16 Jul 2021)
|
|
|
|
|
|
|
|
With this release we publish S3 gateway source code. It includes various S3
|
|
|
|
compatibility improvements, support of bucket management, unified secp256r1
|
|
|
|
cryptography with NEP-6 wallet support.
|
|
|
|
|
|
|
|
### Fixed
|
2021-07-16 12:49:49 +00:00
|
|
|
* Allowed no-sign request (#65)
|
|
|
|
* Bearer token attached to all requests (#84)
|
|
|
|
* Time format in responses (#133)
|
|
|
|
* Max-keys checked in ListObjects (#135)
|
|
|
|
* Lost metadat in the objects (#131)
|
|
|
|
* Unique bucket name check (#125)
|
2021-07-16 09:43:10 +00:00
|
|
|
|
|
|
|
### Added
|
2021-07-16 12:49:49 +00:00
|
|
|
* Bucket management operations (#47, #72)
|
|
|
|
* Node-specific owner IDs in bearer tokens (#83)
|
|
|
|
* AWS CLI usage section in README (#77)
|
|
|
|
* List object paging (#97)
|
|
|
|
* Lifetime for the tokens in auth-mate (#108)
|
|
|
|
* Support of range in GetObject request (#96)
|
|
|
|
* Support of NEP-6 wallets instead of binary encoded keys (#92)
|
|
|
|
* Support of JSON encoded rules in auth-mate (#71)
|
|
|
|
* Support of delimiters in ListObjects (#98)
|
|
|
|
* Support of object ETag (#93)
|
|
|
|
* Support of time-based conditional CopyObject and GetObject (#94)
|
2021-07-16 09:43:10 +00:00
|
|
|
|
|
|
|
### Changed
|
2023-03-24 12:49:23 +00:00
|
|
|
* Accesskey format: now `0` used as a delimiter between container ID and object
|
2021-07-16 12:49:49 +00:00
|
|
|
ID instead of `_` (#164)
|
|
|
|
* Accessbox is encoded in protobuf format (#48)
|
|
|
|
* Authentication uses secp256r1 instead of ed25519 (#75)
|
|
|
|
* Improved integration with NeoFS SDK and NeoFS API Go (#78, #88)
|
|
|
|
* Optimized object put execution (#155)
|
2021-07-16 09:43:10 +00:00
|
|
|
|
|
|
|
### Removed
|
2021-07-16 12:49:49 +00:00
|
|
|
* GRPC keepalive options (#73)
|
2021-07-16 09:43:10 +00:00
|
|
|
|
2021-06-10 17:30:08 +00:00
|
|
|
## 0.15.0 (10 Jun 2021)
|
|
|
|
|
|
|
|
This release brings S3 gateway to the current state of NeoFS and fixes some
|
|
|
|
bugs, no new significant features introduced (other than moving here already
|
|
|
|
existing authmate component).
|
|
|
|
|
|
|
|
New features:
|
|
|
|
* authmate was moved into this repository and is now built along with the
|
|
|
|
gateway itself (#46)
|
|
|
|
|
|
|
|
Behavior changes:
|
|
|
|
* neofs-s3-gate was renamed to neofs-s3-gw (#50)
|
|
|
|
|
|
|
|
Improvements:
|
|
|
|
* better Makefile (#43, #45, #55)
|
|
|
|
* stricter linters (#45)
|
|
|
|
* removed non-standard errors package from dependencies (#54)
|
|
|
|
* refactoring, reusing new sdk-go component (#60, #62, #63)
|
2021-08-30 08:57:06 +00:00
|
|
|
* updated neofs-api-go for compatibility with current NeoFS node 0.21.0 (#60, #68)
|
2021-06-10 17:30:08 +00:00
|
|
|
* extended README (#67, #76)
|
|
|
|
|
|
|
|
Bugs fixed:
|
|
|
|
* wrong (as per AWS specification) access key ID generated (#64)
|
|
|
|
|
|
|
|
## Older versions
|
|
|
|
|
|
|
|
Please refer to [Github
|
|
|
|
releases](https://github.com/nspcc-dev/neofs-s3-gw/releases/) for older
|
|
|
|
releases.
|
2021-12-16 12:50:14 +00:00
|
|
|
|
2022-03-16 10:20:35 +00:00
|
|
|
[0.18.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.17.0...v0.18.0
|
|
|
|
[0.19.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.18.0...v0.19.0
|
2022-04-28 19:17:40 +00:00
|
|
|
[0.20.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.19.0...v0.20.0
|
2022-05-16 12:23:22 +00:00
|
|
|
[0.21.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.20.0...v0.21.0
|
|
|
|
[0.21.1]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.21.0...v0.21.1
|
2022-07-25 13:42:51 +00:00
|
|
|
[0.22.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.21.1...v0.22.0
|
2022-08-01 13:27:01 +00:00
|
|
|
[0.23.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.22.0...v0.23.0
|
2022-09-14 08:49:31 +00:00
|
|
|
[0.24.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.23.0...v0.24.0
|
2022-10-26 11:17:50 +00:00
|
|
|
[0.25.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.24.0...v0.25.0
|
|
|
|
[Unreleased]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.25.0...master
|