Releases: kvesteri/postgresql-audit
Releases · kvesteri/postgresql-audit
0.17.1
0.17.0
- 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 methodVersioningManager.build_audit_table_query()
. - Fix a deprecation warning about
sqlalchemy.orm.mapper()
symbol usage on SQLAlchemy 2.0.