Skip to content

v1.2.4

Choose a tag to compare

@github-actions github-actions released this 27 Jul 20:03
· 53 commits to main since this release
bbe0104

⚑ Highlights

πŸ”‘ Replicated DELETEs on tables with a user-defined enum primary key no longer fail
🧬 Enum arrays and domains over enums are now handled in delete identities, not just plain enums
πŸ›Ÿ A failed query can no longer take its whole batch down with it, including writes to unrelated tables

What's Changed

Bug fixes

  • Fix replicated DELETEs on user-defined enum PKs by @kvch in #1038

Upgrade notes

No configuration changes are required, and the SQL emitted for tables without enum identity columns is unchanged.

Full Changelog: v1.2.3...v1.2.4