Skip to content

Releases: maidsafe/self_encryption

v0.27.5

09 Aug 11:10
Compare
Choose a tag to compare

0.27.5 (2022-08-09)

v0.27.4

18 Mar 20:13
Compare
Choose a tag to compare

0.27.4 (2022-03-18)

v0.27.3

25 Feb 14:15
Compare
Choose a tag to compare

0.27.3 (2022-02-25)

v0.27.2

24 Feb 14:47
Compare
Choose a tag to compare

0.27.2 (2022-02-24)

Bug Fixes

v0.27.1

14 Dec 09:11
Compare
Choose a tag to compare

0.27.1 (2021-12-14)

Bug Fixes

  • range: allow to pass ranges with length overflowing data length (919ed53)

v0.27.0

22 Sep 09:23
Compare
Choose a tag to compare

0.27.0 (2021-09-22)

⚠ BREAKING CHANGES

  • Public API changes as SecretKey is renamed to DataMap.

  • rename secretkey to datamap (75f4131)

v0.26.3

13 Sep 07:48
Compare
Choose a tag to compare

0.26.3 (2021-09-13)

Features

  • errors: add specific for too few bytes (4b572e9)

Bug Fixes

  • seek: avoid range out of bounds panic (fcd56b9)

v0.26.2

03 Sep 15:51
Compare
Choose a tag to compare

0.26.2 (2021-09-03)

v0.26.1

31 Aug 11:45
Compare
Choose a tag to compare

0.26.1 (2021-08-31)

Bug Fixes

  • seek: use correct offset (34f327d)

v0.26.0

30 Aug 13:52
Compare
Choose a tag to compare

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)