- Dropped support for Python 3.9 (PR by @agronholm)
- Fix Postgres
DOMAINadaptation regression introduced in SQLAlchemy 2.0.42 (PR by @sheinbergon) - Support disabling special naming logic for single column many-to-one and one-to-one relationships (PR by @Henkhogan, revised by @sheinbergon)
- Add
include_dialect_optionsoption to renderTableandColumndialect-specific kwargs andinfoin generated code. (PR by @jaogoy) - Add
keep_dialect_typesoption to preserve dialect-specific column types instead of adapting to generic SQLAlchemy types. (PR by @jaogoy)