What's Changed
Security & Fixes
- Fixed WebSocket connection and host authorization issues in terminal (#8862, fixes #8856)
- Fixed environment variable parser capturing trailing braces in bash-style defaults (#8855, fixes #8851)
- Fixed confirmation modal staying open after database import/restore (#8697, fixes #8689)
- Fixed nginx.conf mounting error in development mode (#8662)
- Fixed docker-compose deployment with custom start commands and preserveRepository setting (#8848, fixes #8417)
- Fixed preview deployment page visibility for deploy key applications (#8579)
Improvements
What's Changed
- fix: enable preview deployment page for deploy key applications by @mauritsderuiter95 in #8579
- fix(docker-compose): respect preserveRepository setting when executing start command by @andrasbacsai in #8848
- fix(proxy): mounting error for nginx.conf in dev by @Cinzya in #8662
- feat: add configurable proxy timeout for public database TCP proxy by @brendanlim in #8673
- fix(database): close confirmation modal after database import/restore by @devrim-1283 in #8697
- fix(env-parser): capture clean variable names without trailing braces in bash-style defaults by @andrasbacsai in #8855
- fix(terminal): resolve WebSocket connection and host authorization issues by @andrasbacsai in #8862
- v4.0.0-beta.465 by @andrasbacsai in #8853
New Contributors
- @mauritsderuiter95 made their first contribution in #8579
- @brendanlim made their first contribution in #8673
- @devrim-1283 made their first contribution in #8697
Full Changelog: v4.0.0-beta.464...v4.0.0-beta.465