Release v0.26.0-rc1
This release bumps the default Dify
version to 1.5.0 and expands data persistence options for pluginDaemon
.
Update
- Bump default
Dify
version to 1.5.0 (#214) - Introduce Huawei OBS for data persistence in
pluginDaemon
and resolve configuration issues (#200, #210) - Add customized installation instructions (#203)
- Introduce Aliyun OSS for data persistence in
pluginDaemon
(#206) - Add option to specify update strategy of
Deployment
(#205) @zigaSRC - Introduce Google Cloud Storage for data persistence in
pluginDaemon
(#211, #212) - Introduce Tinder Object Storage Service (TOS) from
volcengine
as optional data persistence (#213) - Add Volcengine Tinder Object Storage Service (TOS) as optional data persistence backend for
api
,worker
andpluginDaemon
(#213)
Breaking changes
- When using Aliyun OSS, Google Cloud Storage, Tencent COS, or Huawei OBS, bucket names for
api
/worker
andpluginDaemon
are now specified separately invalues.yaml
as:bucketName.api
forapi
andworker
bucketName.pluginDaemon
forpluginDaemon
Full Changelog: dify-0.25.0...dify-0.26.0-rc1