Skip to content

Releases: kvesteri/postgresql-audit

0.17.1

06 Nov 12:56
Compare
Choose a tag to compare

Fix package name to be in lowercase in pyproject.toml.

0.17.0

04 Nov 13:04
Compare
Choose a tag to compare
  • Use the pyproject.toml standard to specify project metadata, dependencies and tool configuration. Use Hatch to build the project.
  • Make the documentation buildable again.
  • Fix some grammar and formatting issues in the documentation
  • Refactor VersioningManager.audit_table() method and extract the query building logic into a new method VersioningManager.build_audit_table_query().
  • Fix a deprecation warning about sqlalchemy.orm.mapper() symbol usage on SQLAlchemy 2.0.