Public release of v2.0.9rc11.
What's Changed since v2.0.8
- Make time partition suffix customizable by @ckrybus in #200
- Fixed typo by @selcuk in #201
- Fix typo in CONTRIBUTING.md by @ckrybus in #199
- Add support for explicit table-level locks by @Photonios in #205
- Support psycopg3 by @snuderl in #208
- Run tests against both psycopg2 and pyscopg3 by @Photonios in #209
- Add support to schema editor for cloning table into schema by @Photonios in #207
- Add
PostgresSchema
to manage Postgres schemas with by @Photonios in #206 - Type-check entire code base with mypy by @Photonios in #211
- Allow specifying a specific constraint to use in
ON CONFLICT
by @Photonios in #213 - chore(): Add missing python versions in setup.py by @loicgasser in #214
- Add ability to set update values, fixes #56 by @Photonios in #189
- Stop updating on conflict if
update_condition
is False but not None by @sewi-cpan in #228 - Fix automatic hstore extension creation not working on Django 4.2 or newer by @Photonios in #245
New Contributors
- @selcuk made their first contribution in #201
- @snuderl made their first contribution in #208
- @loicgasser made their first contribution in #214
Full Changelog: v2.0.8...v2.0.9