Skip to content

Tags: rustfs/rustfs

Tags

1.0.0-alpha.73

Toggle 1.0.0-alpha.73's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: harden data usage aggregation and cache handling (#1102)

Signed-off-by: junxiang Mu <1948535941@qq.com>
Co-authored-by: loverustfs <hello@rustfs.com>

1.0.0-alpha.72

Toggle 1.0.0-alpha.72's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix link to CONTRIBUTING.md in README (#991)

1.0.0-alpha.71

Toggle 1.0.0-alpha.71's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
upgrade crate version and improve heal config (#963)

1.0.0-alpha.70

Toggle 1.0.0-alpha.70's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
remove debug (#912)

* remove debug

* Refactor get_global_encryption_service function

* Refactor get_global_encryption_service function

---------

Co-authored-by: loverustfs <hello@rustfs.com>
Co-authored-by: houseme <housemecn@gmail.com>

1.0.0-alpha.69

Toggle 1.0.0-alpha.69's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add ifmatch support (#885)

Co-authored-by: loverustfs <hello@rustfs.com>

1.0.0-alpha.68

Toggle 1.0.0-alpha.68's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
🔒 Upgrade Cryptography Libraries to Latest RC Versions (#837)

* fix

* chore: upgrade cryptography libraries to RC versions

- Upgrade aes-gcm to 0.11.0-rc.2 with rand_core support
- Upgrade chacha20poly1305 to 0.11.0-rc.2
- Upgrade argon2 to 0.6.0-rc.2 with std features
- Upgrade hmac to 0.13.0-rc.3
- Upgrade pbkdf2 to 0.13.0-rc.2
- Upgrade rsa to 0.10.0-rc.10
- Upgrade sha1 and sha2 to 0.11.0-rc.3
- Upgrade md-5 to 0.11.0-rc.3

These upgrades provide enhanced security features and performance
improvements while maintaining backward compatibility with existing
encryption workflows.

* add

* improve code

* fix

1.0.0-alpha.67

Toggle 1.0.0-alpha.67's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
improve import,crate version,and copyright (#790)

1.0.0-alpha.66

Toggle 1.0.0-alpha.66's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: when the error returned by make_bucket is BucketExists, replace … (

#735)

* fix: when the error returned by make_bucket is BucketExists, replace BucketAlreadyExists with BucketAlreadyOwnedByYou (#719)

* test: In the test_api_error_from_storage_error_mappings test method, modify the corresponding mapping relationships

---------

Co-authored-by: weisd <im@weisd.in>

1.0.0-alpha.65

Toggle 1.0.0-alpha.65's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Refactor: Add observability enable flag, improve comments, remove unu…

…sed config params, and enhance run function error logging. (#689)

* improve code for dns log

* fix

* Improve comments, remove unused parameters in config.rs (opt), add observability enable flag, and enhance error logging in run function execution.

1.0.0-alpha.64

Toggle 1.0.0-alpha.64's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): upgrade s3s (#667)

Co-authored-by: loverustfs <155562731+loverustfs@users.noreply.github.com>