You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add an AES-256-CTR encrypted env: new_env({encrypted, Key}) or new_env(#{encrypted => Key}) with a 32-byte key encrypts all on-disk data transparently (requires OpenSSL). See the Encrypted Env guide.
Bug Fixes
fix a use-after-free in column-family and transaction iterators: iterators now keep the borrowed column family or transaction alive for their lifetime
harden compaction filter tests against a compaction race