Important
- feat(environment-variables): Removed
Is Build variable?
option from everywhere.
This means that all environment variables are available by default during buildtime and runtime.
But in the same time, we introduced aBuildtime Only?
feature, which will let you set an env variable to available ONLY during buildtime - it is useful for special secrets, like npm auth tokens that are only required durind buildtime, etc.
Others
- feat(ui): Show current version in changelog view, so you will know which releases you should check.
- feat(core): All ssh commands will use retry mechanism to prevent one-time network/other related issues.
- feat(pull request): By default, only repository (or organization) collaborators or people with higher privileges could auto-deploy pull requests. You can allow anyone to be able to do this in the Advanced settings (if you have pull requests enabled).
- fix(ui): Wrong link in email settings page.
- fix(api): Regenerate labels if domain changed through the API.
- fix(changelogs): Instances fetch Github Releases from our custom CDN to prevent Github rate limit.
- fix(service-outline): update SECRET_KEY environment variable in getoutline.yaml to use SERVICE_HEX_32_OUTLINE
- fix(core): ownership issues with some docker-compose file based deployments.
- fix(proxy): Proxy configuration randomly resets to default. Now it is not.
- fix(volumes): Database volumes could not be updated (was readonly).
- fix(cloning): Cloning with PR deployments are now fixed.
- refactor(db): Cleanup unused models/tables.
Issues
What's Changed
- fix(ui): transactional email settings link on members page by @blazingh in #6491
- fix: appwrite template - 500 errors, missing env vars etc. by @ChiragAgg5k in #6510
- chore(deps-dev): bump vite from 6.3.5 to 6.3.6 by @dependabot[bot] in #6577
- Add SERVICE_NAME variable for docker compose services by @Arnaud-IFEA in #6170
- v4.0.0-beta.427 by @andrasbacsai in #6507
New Contributors
- @blazingh made their first contribution in #6491
- @ChiragAgg5k made their first contribution in #6510
- @Arnaud-IFEA made their first contribution in #6170
Full Changelog: v4.0.0-beta.426...v4.0.0-beta.427