Release v0.27.0-rc1
This release adds basic compatibility with Dify 1.6.0 and includes experimental workarounds for issues related to Celery
and Flask
database migrations.
Update
- Bump app version to 1.6.0
- Add
/mcp
routing rule inproxy
(#222) @bakjos - Workaround "relation 'task_id_sequence' already exists":
- Experimental: Apply
initContainers
that would wait untilapi
starts up before launchingworker
in caseapi.migration=true
(#224, #226) @dbsave @BorisPolonsky - Switch backend of
Celery
fromdatabase
toredis
(#225) @kenwoodjw
- Experimental: Apply
- Add
redis
andPostgreSQL
connection test logic inhelm test
(#224, #226) @dbsave @BorisPolonsky
Full Changelog: dify-0.26.1...dify-0.27.0-rc1