Skip to content

1.16.5

Latest
Compare
Choose a tag to compare
@sqla-tester sqla-tester released this 27 Aug 18:02
· 5 commits to main since this release

1.16.5

Released: August 27, 2025

bug

  • [bug] [mysql] Fixed Python-side autogenerate rendering of index expressions in MySQL
    dialect by aligning it with SQLAlchemy's MySQL index expression rules. Pull
    request courtesy david-fed.

    References: #1492

  • [bug] [config] Fixed issue where new pyproject.toml config would fail to parse the integer
    value used for the truncate_slug_length parameter. Pull request
    courtesy Luís Henrique Allebrandt Schunemann.

    References: #1709