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
- Admin UI
- Add initial version of admin component, WIP by @chrislusf in https://github.com/seaweedfs/seaweedfs/pull/6928
- Add credential storage by @chrislusf in https://github.com/seaweedfs/seaweedfs/pull/6938
- weed admin UI dynamically show columns by @chrislusf in https://github.com/seaweedfs/seaweedfs/pull/6939
- Admin UI add maintenance menu by @chrislusf in https://github.com/seaweedfs/seaweedfs/pull/6944
- Volume Server
- [volume] refactor and add metrics for flight upload and download data limit condition by @kmlebedev in https://github.com/seaweedfs/seaweedfs/pull/6920
- S3 API
- fix: s3 return BadDigest by @kmlebedev in https://github.com/seaweedfs/seaweedfs/pull/6714
- Cloud Tier
- update s3 session cache key by @ludwigxia in https://github.com/seaweedfs/seaweedfs/pull/6923
- Remote Cache
- enhance remote.cache to sync meta only, delete local extra by @chrislusf in https://github.com/seaweedfs/seaweedfs/pull/6941
- Misc
- Changes logging function by @Werberus in https://github.com/seaweedfs/seaweedfs/pull/6919
- Improve lock ring by @chrislusf in https://github.com/seaweedfs/seaweedfs/pull/6921
- add telemetry by @chrislusf in https://github.com/seaweedfs/seaweedfs/pull/6926
Full Changelog: https://github.com/seaweedfs/seaweedfs/compare/3.92...3.93