Skip to content

Releases: maidsafe/self_encryption

v0.28.0

15 Mar 14:56
Compare
Choose a tag to compare

0.28.0 (2023-03-15)

⚠ BREAKING CHANGES

  • correct max chunk size to 500kiB
  • reducing the max chunk size from 1MB to 500kB

Features

  • reducing the max chunk size from 1MB to 500kB (7577322)

Bug Fixes

  • correct max chunk size to 500kiB (15f41a0)

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)