v3.3.0
- Fix generics on PassportStateListener by @jguerra in https://github.com/Netflix/zuul/pull/2040
- fix(docs): correct typos found during code review by @marcelpetrick in https://github.com/Netflix/zuul/pull/2034
- Update Github Actions to use latest NetflixOSS recommendations by @rpalcolea in https://github.com/Netflix/zuul/pull/2041
- Update netty to 4.2.9.Final by @fool1280 in https://github.com/Netflix/zuul/pull/2043
- @marcelpetrick made their first contribution in https://github.com/Netflix/zuul/pull/2034
- @fool1280 made their first contribution in https://github.com/Netflix/zuul/pull/2043
Full Changelog: https://github.com/Netflix/zuul/compare/v3.2.13...v3.3.0
4.05
-
Admin and Worker
- fix: use path to handle urls in weed admin file browser by @undefined-moe in https://github.com/seaweedfs/seaweedfs/pull/7858
- fix(worker): add metrics HTTP server and health checks for Kubernetes by @chrislusf in https://github.com/seaweedfs/seaweedfs/pull/7860
- fix: Correct admin server port in Helm worker deployment by @sheyabernstein in https://github.com/seaweedfs/seaweedfs/pull/7872
- Add read only user by @HONTAKYU in https://github.com/seaweedfs/seaweedfs/pull/7862
- admin: add cursor-based pagination to file browser by @chrislusf in https://github.com/seaweedfs/seaweedfs/pull/7891
- feat: Add probes to worker service by @sheyabernstein in https://github.com/seaweedfs/seaweedfs/pull/7896
- Admin: Add Service Account Management UI by @chrislusf in https://github.com/seaweedfs/seaweedfs/pull/7902
-
Heml Chart
- fix: ensure Helm chart is published only after container images are available by @chrislusf in https://github.com/seaweedfs/seaweedfs/pull/7859
- Support volume server ID in Helm chart by @sheyabernstein in https://github.com/seaweedfs/seaweedfs/pull/7867
- Fix: Add -admin.grpc flag to worker for explicit gRPC port (#7926) by @chrislusf in https://github.com/seaweedfs/seaweedfs/pull/7927
- helm: Support multiple hosts for S3 ingress by @sheyabernstein in https://github.com/seaweedfs/seaweedfs/pull/7931
-
Misc
- fix: comprehensive go vet error fixes and add CI enforcement by @chrislusf in https://github.com/seaweedfs/seaweedfs/pull/7861
- Refactor: Replace removeDuplicateSlashes with NormalizeObjectKey by @chrislusf in https://github.com/seaweedfs/seaweedfs/pull/7873
- Refactor S3 integration tests to use weed mini by @chrislusf in https://github.com/seaweedfs/seaweedfs/pull/7877
- grpc: reduce client idle pings to avoid ENHANCE_YOUR_CALM by @chrislusf in https://github.com/seaweedfs/seaweedfs/pull/7885
- Fix: relax gRPC server keepalive enforcement to 20s by @chrislusf in https://github.com/seaweedfs/seaweedfs/pull/7898
-
S3 API
- fix: resolve inconsistent S3 API authorization for DELETE operations (issue #7864) by @chrislusf in https://github.com/seaweedfs/seaweedfs/pull/7865
- fix: restore TimeToFirstByte metric for S3 GetObject operations (issue #7869) by @chrislusf in https://github.com/seaweedfs/seaweedfs/pull/7870
- Fix: Support object tagging in versioned buckets (Issue #7868) by @chrislusf in https://github.com/seaweedfs/seaweedfs/pull/7871
- fix: support standard HTTP headers in S3 multipart upload by @CodeRusher in https://github.com/seaweedfs/seaweedfs/pull/7884
- s3: do not persist multi part "Response-Content-Disposition" in request header by @chrislusf in https://github.com/seaweedfs/seaweedfs/pull/7887
- Add S3 volume encryption support with -s3.encryptVolumeData flag by @chrislusf in https://github.com/seaweedfs/seaweedfs/pull/7890
- S3: Fix Content-Encoding header not preserved (#7894) by @chrislusf in https://github.com/seaweedfs/seaweedfs/pull/7895
- s3: Add SOSAPI support for Veeam integration by @chrislusf in https://github.com/seaweedfs/seaweedfs/pull/7899
- IAM: Add Service Account Support (#7744) by @chrislusf in https://github.com/seaweedfs/seaweedfs/pull/7901
- s3: implement Bucket Owner Enforced for object ownership by @chrislusf in https://github.com/seaweedfs/seaweedfs/pull/7913
- Fix critical authentication bypass vulnerability (#7912) by @chrislusf in https://github.com/seaweedfs/seaweedfs/pull/7915
- Fix: trim prefix slash in ListObjectVersionsHandler by @chrislusf in https://github.com/seaweedfs/seaweedfs/pull/7919
- Fix: Route unauthenticated specific STS requests to STS handler correctly by @chrislusf in https://github.com/seaweedfs/seaweedfs/pull/7920
- feat(iam): add TLS configuration support for OIDC provider by @chrislusf in https://github.com/seaweedfs/seaweedfs/pull/7929
-
Filer
- fix(filer): check error from FindEntry by @CodeRusher in https://github.com/seaweedfs/seaweedfs/pull/7878
- fix: include DiskType in metadata log volume assignment by @cduk in https://github.com/seaweedfs/seaweedfs/pull/7918
-
FUSE mount
- Fix the issue where fuse command on a node cannot specify multiple configuration directory paths by @yuntianfeijing in https://github.com/seaweedfs/seaweedfs/pull/7874
- mount: let filer handle chunk deletion decision by @chrislusf in https://github.com/seaweedfs/seaweedfs/pull/7900
- mount: add -writebackCache flag for FUSE writeback caching by @chrislusf in https://github.com/seaweedfs/seaweedfs/pull/7921
- mount: add -asyncDio flag for async direct I/O by @chrislusf in https://github.com/seaweedfs/seaweedfs/pull/7922
- mount: add -cacheSymlink flag for symlink caching by @chrislusf in https://github.com/seaweedfs/seaweedfs/pull/7923
- mount: add -sys.novncache flag for macOS vnode cache control by @chrislusf in https://github.com/seaweedfs/seaweedfs/pull/7924
- fuse: add FUSE performance options to weed fuse command by @chrislusf in https://github.com/seaweedfs/seaweedfs/pull/7925
-
Volume Server
- Fix issue #7880: Tasks use Volume IDs instead of ip:port by @chrislusf in https://github.com/seaweedfs/seaweedfs/pull/7881
- optimize: enable immediate EC shard reporting during startup by @chrislusf in https://github.com/seaweedfs/seaweedfs/pull/7933
-
Shell
- fs.meta.save: fix directory entry parent path in FullEntry construction by @Copilot in https://github.com/seaweedfs/seaweedfs/pull/7886
- Fix reporting of EC shard sizes from nodes to masters. by @proton-lisandro-pin in https://github.com/seaweedfs/seaweedfs/pull/7835
- Have
volume.listaccount for EC shards when computing disk usage. by @proton-lisandro-pin in https://github.com/seaweedfs/seaweedfs/pull/7909
-
Filer Backup
- filer.backup: ignore missing volume/lookup errors when -ignore404Error is set by @chrislusf in https://github.com/seaweedfs/seaweedfs/pull/7889
- filer.meta.backup: add -excludePaths flag to skip paths from backup by @ai8future in https://github.com/seaweedfs/seaweedfs/pull/7916
- @undefined-moe made their first contribution in https://github.com/seaweedfs/seaweedfs/pull/7858
- @sheyabernstein made their first contribution in https://github.com/seaweedfs/seaweedfs/pull/7867
- @yuntianfeijing made their first contribution in https://github.com/seaweedfs/seaweedfs/pull/7874
- @HONTAKYU made their first contribution in https://github.com/seaweedfs/seaweedfs/pull/7862
- @ai8future made their first contribution in https://github.com/seaweedfs/seaweedfs/pull/7916
- @cduk made their first contribution in https://github.com/seaweedfs/seaweedfs/pull/7918
Full Changelog: https://github.com/seaweedfs/seaweedfs/compare/4.04...4.05
milvus-2.6.8
Release note is coming soon...
OpenCV 4.13.0
OpenCV 4.13.0 has been released.
🛠️ Change log is here.
v2024.2.7.1 (Released December 31, 2025)
Download the artifacts and read the release notes here - https://docs.yugabyte.com/preview/releases/ybdb-releases/v2024.2/#v2024.2.7.1