Changelog
View Source1.1.2
- Added
FeistelCipher.backfill_sentinel/0exposing the sentinel value (-1) that marks not-yet-encrypted rows for triggers and backfill.
1.1.0
- Added
backfill_for_v1_column/5for filling encrypted columns on existing rows. - Backfill treats both
NULLand-1as pending values. - Added and clarified backfill documentation for trigger-based workflows.
1.0.0
- Renamed
bitstodata_bits. - Added
time_bits,time_bucket,time_offset, andencrypt_time. - Introduced v1 PostgreSQL function and trigger APIs with
_v1suffixes. - Kept
time_bits: 0as the backward-compatible path for v0.14.x and v0.15.x users.