Skip to content

v2.12.0

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Aug 19:30
· 1 commit to main since this release

Features:

  • add match_tenant? option for attribute multitenancy FKs (#813) by TravelCurry02

  • add after_tables to custom_statements so raw SQL can depend on another table (#799) by Jechol Lee

Improvements:

  • replace pairwise operation ordering with a dependency-graph topological sort (#798) by Jechol Lee

Bug Fixes:

  • return upsert identity keys and correlate on the full key set so bulk upserts don't drop by Daniel Gollings

  • clean up obsolete serial sequences (#806) by Jechol Lee

  • fix ordering constraints for composite primary keys by Zach Daniel