Skip to content

v2.13.0

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Aug 15:08

Features:

  • store a range in a native Postgres range column (#818) by Matt Beanland

Improvements:

  • teach the Postgrex types module a :duration attribute needs (#815) by Matt Beanland

Bug Fixes:

  • raise on a failed tenant rename instead of silently returning :ok (CVE-2026-78699) by Zach Daniel

  • update ltree casting failure mode by Zach Daniel

  • tighten tenant validation by Zach Daniel

  • run tenant migrations from mix ash.setup (#836) by TravelCurry02

  • only await table structure for custom statement dependencies (#826) by Alt-iOS

  • do not KeyError when Postgres omits DETAIL on a constraint violation (#824) by Michael Kuk