Releases: maidsafe/self_encryption
Releases · maidsafe/self_encryption
v0.26.0
0.26.0 (2021-08-30)
⚠ BREAKING CHANGES
- docs: Complete change of API.
Features
- reading: implement faster reading (26799d9)
Bug Fixes
-
benches: update for min size change (940f6fe)
-
enforce min size, sort keys in new (e7f4ec0)
-
docs: add explainer for IV and Pad. (2d56d1a)
v0.25.0
0.25.0 (2021-07-06)
⚠ BREAKING CHANGES
- deps: underlying deps were updated
Bug Fixes
- writes: process network writes in parallel (4974a95)
update
- deps: update deps flagged by security audit (df8f2ac)
v0.24.3
0.24.3 (2021-06-24)
Bug Fixes
- mark Boxed Future as Send (232166d)
v0.24.1
0.24.1 (2021-05-04)
Features
- read: perform reading from storage in parallel for faster reads (e760063)
v0.24.0
0.24.0 (2021-04-28)
⚠ BREAKING CHANGES
- self_encryptor.rs: As this makes the previous data unusable, this is a breaking change.
Bug Fixes
- self_encryptor.rs: Set IV to second half of last chunk hash (61852dc)
v0.23.0
0.23.0 (2021-04-13)
⚠ BREAKING CHANGES
- test/lib.rs: Last commit changed the argument types of the SE API
Bug Fixes
v0.22.0
0.22.0 (2021-04-05)
⚠ BREAKING CHANGES
- self_encryptor.rs: Remove truncate api from self encryptor
Features
- self_encryptor.rs: Remove truncate api from self encryptor (77b2f57)
- self_encryptor.rs: Store chunks on write (bed44c4)
Bug Fixes
- Cargo.toml: Remove rustc-serialize dependency (a9baf6b)
- self_encryptor.rs: Fix edge case of writing (f212e88)
- self_encryptor.rs: Fix edge cases in truncate logic (de3ea50)
- self_encryptor.rs: Requested Changes from the review (993b524)
v0.21.0
0.21.0 (2021-03-11)
⚠ BREAKING CHANGES