Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: rustfs/rustfs

1.0.0-alpha.65

23 Oct 06:34
416d3ad

Choose a tag to compare

1.0.0-alpha.65 Pre-release
Pre-release

What's Changed

  • fix(export): fix the policy and service account export by @songhahaha66 in #665
  • Refactor: Introduce content checksums and improve multipart/object metadata handling by @weisd in #671
  • fix docker healthcheck unhealthy issue by @majinghe in #672
  • fix: DataUsageInfo add list bucket permission by @weisd in #674
  • Fix CRC32C Checksum Implementation and Enhance Authentication System by @weisd in #678
  • fix: prevent duplicate data volumes in entrypoint.sh by @livelycode36 in #681
  • Refactor object metadata filtering logic by @weisd in #682
  • add make bucket error logs by @weisd in #683
  • feat: adjust metrics push interval to 3 seconds by @houseme in #686
  • Refactor Console Server Architecture by @weisd in #685
  • Refactor: Add observability enable flag, improve comments, remove unused config params, and enhance run function error logging. by @houseme in #689

New Contributors

Full Changelog: 1.0.0-alpha.64...1.0.0-alpha.65

1.0.0-alpha.64

20 Oct 01:57
7f24dbd

Choose a tag to compare

1.0.0-alpha.64 Pre-release
Pre-release

What's Changed

  • chore(docs): update README and README_ZH by @loverustfs in #649
  • Refactor mnmd docker compose for scalability using docker x-template. by @majinghe in #652
  • test: allow mocking dns resolver by @overtrue in #656
  • feat: adapt to s3s typed etag support by @overtrue in #653
  • feat: Simple OPA support by @GatewayJ in #644
  • fix: update ahm integration test fixture by @overtrue in #659
  • fix(targets): make target removal and reload transactional; prevent reappearing entries by @houseme in #662
  • chore(docs): move root examples to docs/examples/docker and update README by @houseme in #663
  • add ansible installation with mnmd by @majinghe in #664
  • build(deps): upgrade s3s by @Nugine in #667

Full Changelog: 1.0.0-alpha.63...1.0.0-alpha.64

1.0.0-alpha.63

12 Oct 15:48
639bf0c

Choose a tag to compare

1.0.0-alpha.63 Pre-release
Pre-release

What's Changed

  • fix:#630 by @weisd in #633
  • chore: improve event and docker-compose ,Improve the permissions of the endpoint health interface, upgrade otel from 0.30.0 to 0.31.0 by @houseme in #620
  • Add complete MNMD Docker deployment example with startup coordination and VolumeNotFound fix by @Copilot in #642
  • Revert "feat(append): implement object append operations with state racking (#599)" by @overtrue in #646

Full Changelog: 1.0.0-alpha.62...1.0.0-alpha.63

1.0.0-alpha.62

08 Oct 13:34
007d9c0

Choose a tag to compare

1.0.0-alpha.62 Pre-release
Pre-release

What's Changed

  • fix typos and bump the dependencies group with 9 updates by @houseme in #614
  • fix: CompleteMultipartUpload encryption by @Nugine in #626
  • fix: normalize ETag comparison in multipart upload and replication by @overtrue in #627

Full Changelog: 1.0.0-alpha.61...1.0.0-alpha.62

1.0.0-alpha.61

02 Oct 13:49
7622b37

Choose a tag to compare

1.0.0-alpha.61 Pre-release
Pre-release

What's Changed

  • feat(lock): enhance lock management with timeout and ownership tracking by @guojidan in #589
  • refactor: Reimplement bucket replication system with enhanced architecture by @weisd in #590
  • Fix ETag format to comply with HTTP standards by wrapping with quotes by @Copilot in #592
  • Improve lock by @guojidan in #596
  • feat(append): implement object append operations with state tracking by @guojidan in #599
  • build(deps): upgrade s3s by @Nugine in #595
  • Refactor: introduce IAM notifications and migrate tonic_service to rustfs storage by @weisd in #604

Full Changelog: 1.0.0-alpha.60...1.0.0-alpha.61

1.0.0-alpha.60

25 Sep 01:33
9b7f4d4

Choose a tag to compare

1.0.0-alpha.60 Pre-release
Pre-release

What's Changed

  • feature: support kms && encryt by @guojidan in #573
  • fix: correct DeleteObjectVersionAction by @GatewayJ in #574
  • Temporarily build latest from alpha by @overtrue in #577
  • RustFS rustfs-audit Complete Implementation with Enterprise Observability by @Copilot in #557
  • feat(encryption): add managed encryption support for SSE-S3 and SSE-KMS by @guojidan in #583
  • Fix collect by @guojidan in #586
  • Fix Tokio Runtime Initialization: Remove Private API Usage and Ensure IO Enabled by @houseme in #587

New Contributors

Full Changelog: 1.0.0-alpha.59...1.0.0-alpha.60

1.0.0-alpha.59

19 Sep 04:22
f7e188e

Choose a tag to compare

1.0.0-alpha.59 Pre-release
Pre-release

What's Changed

  • remove crate rustfs-audit-logger by @houseme in #562
  • feat: upgrade datafusion to v50.0.0 and update related dependencies f… by @houseme in #563

Full Changelog: 1.0.0-alpha.58...1.0.0-alpha.59

1.0.0-alpha.58

18 Sep 09:45
e5f0760

Choose a tag to compare

1.0.0-alpha.58 Pre-release
Pre-release

What's Changed

  • add tls support for docker compose by @majinghe in #553
  • fix: list_objects does not return common_prefixes field. (#543) by @shiroleeee in #554
  • Feature/add dns logs by @houseme in #558
  • Fix entrypoint.sh incorrectly passing logs directory as data volume with improved separation by @Copilot in #561

Full Changelog: 1.0.0-alpha.57...1.0.0-alpha.58

1.0.0-alpha.57

17 Sep 02:24
57f082e

Choose a tag to compare

1.0.0-alpha.57 Pre-release
Pre-release

What's Changed

  • add startup logo by @watchgou in #528
  • Adding a toggle for update check by @ps-gill in #532
  • [Optimization] Enhance obs module telemetry.rs with environment-aware logging and production security by @Copilot in #539
  • feat(obs): optimize WriteMode selection logic in init_telemetry by @houseme in #546
  • refactor: simplify initialization flow and modernize string formatting by @weisd in #548
  • fix: enforce max-keys limit to 1000 in S3 implementation by @0xdx2 in #549

New Contributors

Full Changelog: 1.0.0-alpha.56...1.0.0-alpha.57

1.0.0-alpha.56

14 Sep 03:56
3f71729

Choose a tag to compare

1.0.0-alpha.56 Pre-release
Pre-release

What's Changed

  • update docker compose usage guidence in READEME file by @majinghe in #526
  • remove deps by @houseme in #529
  • fix(main): update dns_init startup logic and remove unused code in ht… by @houseme in #531
  • feat(console): support accessing console endpoint via port 9000 by @houseme in #533

Full Changelog: 1.0.0-alpha.55...1.0.0-alpha.56