Skip to content

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 25 May 08:09
· 113 commits to main since this release
v0.9.0
59797cd

BREAKING CHANGES

  • due to 59797cd - v0.9.0 (PR #395 by @86667):

    The embedded-postgres feature was renamed to
    docker-postgres and now requires Docker on the host. Deprecated
    aliases are provided for the old feature flag and API names.
    (introduced in f9e75f0)

Bug Fixes

  • f9e75f0 - Improve embedded-postgres shared instance handling to prevent hanging postgres bug (PR #368 by @86667)

Build System

  • b605fcc - Use requarks/changelog-action to generate categorised changelog for release notes from conventional commit messages. Ensure PR titles follow correct conventional commit pattern. (PR #393 by @86667)

Chores