Skip to content

v4.5.0

Choose a tag to compare

@Planlos5000 Planlos5000 released this 05 Feb 08:44
· 531 commits to main since this release
e18f645

Note

With this release we changed the backend image to a distroless version. If you deploy scrumlr with the docker compose file, make sure to update the healthcheck.
We also upgraded the default version of the postgres image to postgres 18 and made changes to the volume mount path. Please follow the instructions at https://hub.docker.com/_/postgres#pgdata to migrate to postgres 18.

What's Changed

✨ Features

🐛 Fixes

  • fix: disable websocket compression by @Schwehn42 in #5778
  • fix: added reindexing after column deletion to ensure correct ordering when columns are added by @jmoehler in #5776

🔄 Refactoring

⚙️ Chores

📚 Docs

🤖 CI

New Contributors

Full Changelog: v4.4.0...v4.5.0