Logidze v1.2.0 Release Notes

Release Date: 2021-06-11 // almost 3 years ago
    • ➕ Add user-defined exception handling ([@skryukov][])

    0️⃣ By default, Logidze raises an exception which causes the entire transaction to fail. To change this behavior, it's now possible to override logidze_capture_exception(error_data jsonb) function.

    • [Fixes #69] Fallback on NUMERIC_VALUE_OUT_OF_RANGE exception ([@skryukov][])

    • [Fixes #192] Skip log_data column during apply_column_diff ([@skryukov][])