Improved
1.0.0-alpha.80
What's Changed
- add upgrade strategy for standalone mode by @majinghe in https://github.com/rustfs/rustfs/pull/1431
- add gateway api support due to ingress nginx retirement by @majinghe in https://github.com/rustfs/rustfs/pull/1432
- Default to helm chart version for docker image and not latest by @mkrueger92 in https://github.com/rustfs/rustfs/pull/1385
- replace winapi to windows crate by @houseme in https://github.com/rustfs/rustfs/pull/1455
- feat: object-list access by @GatewayJ in https://github.com/rustfs/rustfs/pull/1457
- fix: honor bucket policy for authenticated users by @loverustfs in https://github.com/rustfs/rustfs/pull/1460
- fix(http): Fix console bucket management functionality failure caused by RUSTFS_SERVER_DOMAINS by @houseme in https://github.com/rustfs/rustfs/pull/1467
- fix: Remove secret and signature from the log by @houseme in https://github.com/rustfs/rustfs/pull/1466
- Fix Windows Path Separator Handling in rustfs_utils by @houseme in https://github.com/rustfs/rustfs/pull/1464
- fix: add delete prefix option support by @weisd in https://github.com/rustfs/rustfs/pull/1471
- feat: implement bucket quota system by @yxrxy in https://github.com/rustfs/rustfs/pull/1461
- Refactor:replace
jsonwebtokenfeature fromrust_cryptotoaws_lc_rsby @houseme in https://github.com/rustfs/rustfs/pull/1474 - fix: avoid unwrap() panic in delete_prefix parsing by @weisd in https://github.com/rustfs/rustfs/pull/1476
- dependency name ignore for object_store by @houseme in https://github.com/rustfs/rustfs/pull/1481
- fix: return 404 for HEAD requests on non-existent objects in TLS by @houseme in https://github.com/rustfs/rustfs/pull/1480
- fix:handle null version ID in delete and return version_id in get_object by @LeonWang0735 in https://github.com/rustfs/rustfs/pull/1479
- build(deps): bump tracing-opentelemetry and flate2 version by @houseme in https://github.com/rustfs/rustfs/pull/1484
- Fix object tagging functionality issues #1415 by @houseme in https://github.com/rustfs/rustfs/pull/1485
- Remove the
rustfs/console/config.jsonroute by @houseme in https://github.com/rustfs/rustfs/pull/1487 - Optimization and collation of dependencies introduction processing by @houseme in https://github.com/rustfs/rustfs/pull/1493
- Refactor Event Admin Handlers and Parallelize Target Status Probes by @houseme in https://github.com/rustfs/rustfs/pull/1501
- Use POSIX statvfs, since statfs is not designed to be portable by @jan-schreib in https://github.com/rustfs/rustfs/pull/1495
- feat: add support for existing gateways in helm chart by @jasperweyne in https://github.com/rustfs/rustfs/pull/1469
- perf(utils): optimize User-Agent generation and platform detection by @houseme in https://github.com/rustfs/rustfs/pull/1504
- fix: exclude matching key from ListObjects results when using marker/startAfter by @houseme in https://github.com/rustfs/rustfs/pull/1506
- In the PVC definition, skip the storageClassName attr if null/empty by @arthurdarcet in https://github.com/rustfs/rustfs/pull/1498
- fix: handle copy_source_if_match in copy_object for S3 compatibility by @overtrue in https://github.com/rustfs/rustfs/pull/1408
- chore(deps): bump multiple dependencies by @houseme in https://github.com/rustfs/rustfs/pull/1510
- chore(deps): bump crc-fast, chrono, aws-smithy-types, ssh-key by @houseme in https://github.com/rustfs/rustfs/pull/1513
- fix: change health check statement to fix unhealthy issue for docker … by @majinghe in https://github.com/rustfs/rustfs/pull/1515
- fix: standart policy format by @GatewayJ in https://github.com/rustfs/rustfs/pull/1508
- upgrade s3s from
0.13.0-alpha.1to0.13.0-alpha.2by @houseme in https://github.com/rustfs/rustfs/pull/1518 - feat: add Cors by @GatewayJ in https://github.com/rustfs/rustfs/pull/1496
- Fix:correctly handle versioning obj by @LeonWang0735 in https://github.com/rustfs/rustfs/pull/1521
- fix:correctly handle copy object by @LeonWang0735 in https://github.com/rustfs/rustfs/pull/1512
New Contributors
- @jasperweyne made their first contribution in https://github.com/rustfs/rustfs/pull/1469
- @arthurdarcet made their first contribution in https://github.com/rustfs/rustfs/pull/1498
Full Changelog: https://github.com/rustfs/rustfs/compare/1.0.0-alpha.79...1.0.0-alpha.80