[0.1.2] - 2026-06-10
Added
oxistore-encrypt:AwsLcOxistoreAead— newoxicrypto-aws-lcfeature gate exposingAwsLcOxistoreAead(bridge adaptingoxicrypto-adapter-aws-lcAEADs to theoxistore_encrypt::aead::Aeadtrait). Supports AES-256-GCM-SIV, AES-256-GCM, and ChaCha20-Poly1305 via FIPS-validated aws-lc-rs; default features remain 100% Pure Rust.oxistore-encrypt:oxicrypto_aws_lc_compatintegration test — 118 cases verifying end-to-endput+getround trips, ciphertext opacity, and authentication-failure detection for all three aws-lc-rs AEAD variants.oxistore-encrypt:encrypt_over_oxisql_poolintegration test — validatesEncryptedKvwrapping a pooled SQL connection (oxisql-pool) with transparent per-value encryption.
Changed
- Dependency inversion (2026-06-05): The aws-lc-rs AEAD bridge re-homed here under the
oxicrypto-aws-lcfeature flag, makingoxicryptoa pure leaf crate with no upward coupling to the storage layer. - All 13 workspace crates bumped to version 0.1.2.
Test coverage: 1004 tests passing, 4 skipped across 13 crates.
Full Changelog: v0.1.1...v0.1.2