What's Changed
Security & Fixes
- Fixed Traefik proxy startup issues with null versions and network filtering (#7400)
- Fixed service name parsing issues when using hyphens (#7399)
- Fixed version downgrade prevention with improved cache validation (#7396)
- Fixed webhook notification settings migration conflict (#7393)
- Fixed Docker database start commands compatibility across versions (#7390, #6807)
- Fixed duplicate environment variables in buildtime.env and Nixpacks plan overrides (#7373)
- Fixed incorrect Caddy proxy config file path display (#6722)
- Fixed Livewire snapshot error during database restore (#7385, fixes #7335)
- Fixed Beszel realtime monitoring feature (#7366)
- Fixed Appwrite too many redirects error (#7364)
Improvements
- Improved manual update process with better user feedback (#7398)
- Improved new resource page UI layout and styling (#7291)
- Added color-coded log highlighting based on log level (#7288)
- Added Postgresus to predefined Docker networks by default (#7367)
What's Changed (Github)
- fix: prevent Livewire snapshot error in database restore by @andrasbacsai in #7385
- Feat:(service) Add postgresus to predefined docker networks by default by @ShadowArcanist in #7367
- fix(ui): incorrect caddy proxy config file path on proxy page by @ShadowArcanist in #6722
- fix: prevent duplicate environment variables in buildtime.env and support nixpacks plan variable overrides by @andrasbacsai in #7373
- fix(docker): replace deprecated --time flag with -t for full compatibility across Docker versions by @ShadowArcanist in #6807
- Fix:(service) Appwrite too many redirects error by @ShadowArcanist in #7364
- Fix:(service) Beszel realtime feature not working by @ShadowArcanist in #7366
- fix(docker): migrate database start actions from --time to -t flag by @andrasbacsai in #7388
- Revert "fix(docker): migrate database start actions from --time to -t flag" by @andrasbacsai in #7389
- feat(ui): Logs color highlight based on log level by @ShadowArcanist in #7288
- fix(docker): migrate database start actions from --time to -t flag by @andrasbacsai in #7390
- feat(ui): Improve new resource page UI layout and styling by @ShadowArcanist in #7291
- fix: resolve webhook notification settings migration conflict by @andrasbacsai in #7393
- Fix: Version downgrade prevention with cache validation by @andrasbacsai in #7396
- Improve manual update process with better user feedback by @andrasbacsai in #7398
- Fix: Fragile service name parsing with hyphens by @andrasbacsai in #7399
- Fix: Traefik proxy startup issues by @andrasbacsai in #7400
- v4.0.0-beta.452 by @andrasbacsai in #7386
Full Changelog: v4.0.0-beta.451...v4.0.0-beta.452