Changelog
View Source1.0.0
- Renamed
bitstodata_bits. - Added
time_bits,time_bucket, andencrypt_timeoptions. - Switched to
feistel_cipherv1 PG function and trigger flow. - Recommended new default profile:
time_bits: 15,data_bits: 38.
1.1.0
- Added
backfill?support forencrypted_integerandencrypted_integer_primary_key. - Added migration backfill generation via
FeistelCipher.backfill_for_v1_column/5. encrypted_integernow uses an internal sentinel default to avoidbigserialgeneration.- User-provided
default:is no longer supported forencrypted_integer. - Generated custom statement names now include both
fromandto, which may cause migration and snapshot churn.