Logidze v1.2.1 Release Notes

Release Date: 2022-01-13 // over 2 years ago
    • [Fixes #207] Add support for the use of table_name_prefix or table_name_suffix. ([@cavi21][])

    • 🚅 [Fixes #205] Allow rails destroy logidze:model SomeModel to delete the migration file. ([@danielmklein][])


Previous changes from v1.2.0

    • ➕ 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][])