- Made ``client_addr`` overridable - Removed ``client_port`` column from ``activity`` table (doesn't make sense in web environment)
0.4.0
^^^^^^^^^^^^^^^^^^
- Added default value for ``audit_table`` exclude parameter - Changed ``row_data`` and ``changed_fields`` types from HSTORE to JSONB - Removed ``object_id`` column from ``activity`` table - Renamed ``row_data`` to ``old_data`` and ``changed_fields`` to ``changed_data``
0.3.0
^^^^^^^^^^^^^^^^^^
- Added Flask extension - Rewrote activity values setting. Now values are set after the flush phase occurs.
0.2.3
^^^^^^^^^^^^^^^^^^
- Added explicit committing of ``audit_table`` ddl statements
0.2.2
^^^^^^^^^^^^^^^^^^
- Made ``actor_id`` and ``actor`` properties of ``Activity`` model configured during mapper configuration phase