Release v0.32.0-rc1
This release introduces compatibility for Dify 1.10.0 and Weaviate 1.27.0+.
Breaking Changes
- Built-in Weaviate now requires version 1.25+.
externalWeaviate.endpointis split intoexternalWeaviate.endpoint.httpandexternalWeaviate.endpoint.grpc, respectively.
What's changed
- Remove unused sections in
values.yamland enforce validation in CI (#311, #312, #314) @BorisPolonsky - Fix Helm template error when
externalMyScaleDB.enabled=true(#313) @BorisPolonsky - Fix
LOG_LEVELinbeatand update environment variable sharing betweenworkerandbeat(#315) @BorisPolonsky - Fix invalid
MODEconfiguration inworker(#318) @BorisPolonsky - Refine documentation on built-in dependencies (#320, #324, #326) @BorisPolonsky
- Correct default value of
externalMyScaleDB.enabledas expected (#321) @BorisPolonsky - Update chart dependency: bump
weaviate-helmfrom 16.1.0 to 17.3.3 (#322) @BorisPolonsky - Update image for Dify 1.10.0 and Weaviate 1.27.27 (#327) @BorisPolonsky
- Add cluster prerequisites in README.md (#328) @BorisPolonsky
- Bump chart version to 0.32.0-rc1 and app version to 1.10.0 (#329) @BorisPolonsky
Important Notes for Weaviate Users
The upgrade is subject to:
- (Built-in Weaviate only): VDB downtime while deleting and re-deploying the existing Statefulset.
- Manual data migration for legacy knowledge-base that may not have been fully battle-tested by the community.
Refer to #323 and langgenius/dify#27291 for more details.
Full Changelog: dify-0.31.0...dify-0.32.0-rc1