Skip to content

Releases: seaweedfs/seaweedfs

3.96

01 Aug 06:24
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.95...3.96

3.95

20 Jul 07:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.94...3.95

3.94

14 Jul 03:37
Compare
Choose a tag to compare

This is a major release adding support for S3 object versioning and locking, e.g., object retention with GOVERNANCE and COMPLIANCE modes, Legal Hold, Write Once Read Many (WORM) support.

What's Changed

New Contributors

Full Changelog: 3.93...3.94

3.93

07 Jul 04:52
Compare
Choose a tag to compare

Message from Chris

One of common feedback messages from new users is SeaweedFS needs a management UI. This usually requires a lot of frontend UI engineer effort. Recently, I started to use AI to generate UI code, which works fairly well. In this release, I added an initial version of weed admin. Try it out!

The AI coding cost is not trivial. If you want to support SeaweedFS, welcome to use github or Patreon make some contributions!

What's Changed

Full Changelog: 3.92...3.93

3.92

23 Jun 04:20
Compare
Choose a tag to compare

Added SeaweedFS Enterprise Version!

  • Fully compatible with the open source version
  • Added Self-Healing storage format, for automatic recovery from corrupted entries if servers power off.
  • Checkout at seaweedfs.com

What's Changed

New Contributors

Full Changelog: 3.91...3.92

3.91

16 Jun 03:43
Compare
Choose a tag to compare

What's Changed

  • Filer Store

  • Fuse Mount

  • Shell

    • Correctly sort in volume.list to ensure output consistency by @NyaMisty in #6866
    • Fix wrong error handling in volume.tier.upload when stream == nil but copyErr != nil by @NyaMisty in #6867
    • Support filtering source disk type in volume.tier.upload by @NyaMisty in #6868

New Contributors

Full Changelog: 3.90...3.91

3.90

09 Jun 04:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.89...3.90

3.89

03 Jun 07:05
Compare
Choose a tag to compare

3.88 has a couple of issues and not recommended.

What's Changed

New Contributors

Full Changelog: 3.88...3.89

3.88 (not recommended)

26 May 20:09
Compare
Choose a tag to compare

New

What's Changed

New Contributors

Full Changelog: 3.87...3.88

3.87

05 May 04:12
Compare
Choose a tag to compare

What's Changed

  • Master
  • S3 APIs
    • [s3] fix checksum algorithm CRC64NVMe by @kmlebedev in #6722
    • [s3] use chunkedReader in PutObjectPartHandler to handle aws-chunked encoding by @ehooi in #6725
    • fix #6733 add s3.ip.bind command line parameter by @ARibster in #6741
    • [s3] add tests for s3 over https using aws-cli by @ehooi in #6731
    • [s3] refactor duplicate put-object code paths by @ehooi in #6727
    • fix: S3 Feature: please add s3.idleTimeout command line parameter #6746 by @ARibster in #6747
  • Misc
  • Shell
    • fix: volume.list volume info output not in order by @NyaMisty in #6737
  • Filer Store
    • feat(redis): add mTLS support for Redis connection initialization by @jadedevin13 in #6738

New Contributors

Full Changelog: 3.86...3.87