v0.4.9
- Fix some bugs
Notice
As per the planned schedule, these deprecated envs are being removed:
CONSOLE_URL
: Replace withCONSOLE_API_URL
andCONSOLE_WEB_URL
.APP_URL
: Replace withAPP_API_URL
andAPP_WEB_URL
.API_URL
: Replace withSERVICE_API_URL
.
More details: https://docs.dify.ai/getting-started/install-self-hosted/environments#console_api_url
Update Guide
Deploying with Docker Compose:
-
Get the latest code from the main branch:
git checkout main git pull origin main
-
Go to the next step and update to the latest image:
cd docker docker-compose up -d
Deploying from Source Code:
-
Stop API server, Worker and Web frontend Server.
-
Get the latest code from the main branch:
git checkout main git pull origin main
-
Then, let's run the migration script:
cd api flask db upgrade
-
Finally, run API server, Worker and Web frontend Server again.
What's Changed
- feat: remove deprecated envs by @takatost in #2078
- fix: version by @takatost in #2083
- bump default NodeJS version to 20 LTS by @bowenliang123 in #2061
- use redis to cache embeddings by @JohnJyong in #2085
- fix notion estimate by @JohnJyong in #2090
- fix: bypass admin users to use dataset api with API key by @bowenliang123 in #2072
- add feature request copilot by @guchenhe in #2095
- fix: yarn install command in web Dockerfile by @bowenliang123 in #2084
- Add jina-embeddings-v2-base-de model configuration by @joshua20231026 in #2094
- fix: saving error in empty dataset by @crazywoola in #2098
- support setting timezone in docker images by @bowenliang123 in #2091
- fix: skip linking /etc/localtime file first in api docker image by @bowenliang123 in #2099
- delete document cache embedding by @JohnJyong in #2101
- bump version to 0.4.9 by @takatost in #2103
Full Changelog: 0.4.8...0.4.9