- Type annotations for ARRAY column attributes now include the Python type of the array elements (PR by @@JoaquimEsteves)
- Added support for specifying engine arguments via --engine-arg (PR by @LajosCseppento)
- Fixed incorrect package name used in importlib.metadata.version for sqlalchemy-citext, resolving PackageNotFoundError (PR by @oaimtiaz)
- Prevent double pluralization (PR by @dkratzert, remedied by @sheinbergon)
- Fixes DOMAIN extending JSON/JSONB data types (PR by @sheinbergon)
- Temporarily restrict SQLAlchemy version to 2.0.41 (PR by @sheinbergon)
- Fixes add_import behavior when adding imports from sqlalchemy and overall better alignment of import behavior(s) across generators (PR by @EthanKim8683)
- Fixes nullable column behavior for non-null columns for both sqlmodels and declarative generators (PR by @sheinbergon)