Skip to content

Releases: maidsafe/self_encryption

v0.29.2

22 Apr 10:54
Compare
Choose a tag to compare

0.29.2 (2024-04-22)

v0.29.1

24 Jan 14:16
Compare
Choose a tag to compare

0.29.1 (2024-01-24)

Features

  • reduce tokio dep requirements (5f1ab1a)

v0.29.0

10 Jan 11:20
Compare
Choose a tag to compare

0.29.0 (2024-01-10)

⚠ BREAKING CHANGES

  • this will affect current chunked data

Features

  • reduce MIN_CHUNK_SIZE and MIN_ENCRYPTABLE_BYTES down to 1/3 bytes. (11f6a70)

v0.28.6

19 Dec 08:52
Compare
Choose a tag to compare

0.28.6 (2023-12-19)

Bug Fixes

  • decrypt: prevent extra clones while decrypting chunks (9f77326)

v0.28.5

09 Oct 12:15
Compare
Choose a tag to compare

0.28.5 (2023-10-09)

Bug Fixes

  • ensure decrypter targeting file shall not be pre-existing (dbeacce)

v0.28.4

07 Sep 10:30
Compare
Choose a tag to compare

0.28.4 (2023-09-07)

Features

  • stream encryptor write encrypted chunks to disk (5f3f906)

v0.28.3

06 Sep 15:51
Compare
Choose a tag to compare

0.28.3 (2023-09-06)

Features

v0.28.2

05 Sep 12:10
Compare
Choose a tag to compare

0.28.2 (2023-09-05)

Features

  • encrypt/decrypt to/from disk files (d585909)

v0.28.1

04 Sep 11:30
Compare
Choose a tag to compare

0.28.1 (2023-09-04)

Features

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)