Changelog
0.2.2 (2023-03-08)
- Allow overwriting
putBlock
in the BlockStore
interface (#409)
0.2.1 (2023-02-28)
- Added
getSize
method to PublicFile
and PrivateFile
0.2.0 (2024-02-15)
- Bumped minimal supported rust version to 1.75
- Updated the typescript type for the
BlockStore
interface to match the new wnfs-common trait
- Evolve
BlockStore
trait (#402)
- Expose wasm bindings for
Name
ser/de (#383)
- Match the public and private APIs for content reading (#386)
- add
get_raw_content_cid
(#385)
0.1.28 (2023-12-06)
PublicDirectory
and PublicFile
now support writing byte-arrays as file contents instead of just CIDs. (#375 and #376)
0.1.26 (2023-09-10)
- Bumped wnfs dependency from 0.1.25 to 0.1.26
0.1.25 (2023-08-18)
Bug Fixes
- bump package.json version number to 0.1.24 (#331) (62b6a80)
0.1.24 (2023-08-17)
Features
- Implement public directory cp & more efficient copy for
PrivateFile
(#319) (cebb956)
Dependencies
- The following workspace dependencies were updated
- dependencies
- wnfs bumped from 0.1.23 to 0.1.24
- wnfs-nameaccumulator bumped from 0.1.23 to 0.1.24
0.1.23 (2023-07-21)
Features
- expose AccessKey encode/decode api (#296) (982feff)
- Switch from AES-GCM to XChaCha20-Poly1305 (#305) (c17f6bb)
- Switch from Namefilter to Name Accumulators (#247) (7026a37)
- Switch from SHA3-256 to BLAKE3-256 (#306) (e164a1f)
Miscellaneous Chores
- wnfs-nameaccumulator: Initial release at 0.1.23 (eb17ea2)
Dependencies
- The following workspace dependencies were updated
- dependencies
- wnfs bumped from 0.1.22 to 0.1.23
- wnfs-nameaccumulator bumped from 0.1.22 to 0.1.23
0.1.22 (2023-06-23)
Features
- make changes to BlockStore trait based on feedback (#286) (085242d)
Dependencies
- The following workspace dependencies were updated
- dependencies
- wnfs bumped from 0.1.21 to 0.1.22
0.1.21 (2023-05-22)
⚠ BREAKING CHANGES
- get_node should return null on missing path (#253)
Bug Fixes
- get_node should return null on missing path (#253) (5ed87fe)
Miscellaneous Chores
Dependencies
- The following workspace dependencies were updated
- dependencies
- wnfs bumped from 0.1.20 to 0.1.21
0.1.19 (2023-03-23)
Miscellaneous Chores
Dependencies
- The following workspace dependencies were updated
- dependencies
- wnfs bumped from 0.1.18 to 0.1.19
0.1.18 (2023-03-23)
Bug Fixes
find_latest_share_counter
finds the last share count (#197) (69ffeec)
Dependencies
- The following workspace dependencies were updated
- dependencies
- wnfs bumped from 0.1.17 to 0.1.18
0.1.17 (2023-02-24)
Features
- api: add privateforest merge and diff bindings (#181) (231ece4)
- PrivateLink abstraction (#172) (f04fa89)
- Remove
base_history_on
and auto-track history instead (#174) (806bbb9)
Dependencies
- The following workspace dependencies were updated
- dependencies
- wnfs bumped from 0.1.16 to 0.1.17
0.1.16 (2023-02-22)
⚠ BREAKING CHANGES
- exports: make re-exports more flexible (#167)
Miscellaneous Chores
Dependencies
- The following workspace dependencies were updated
- dependencies
- wnfs bumped from 0.1.15 to 0.1.16
0.1.15 (2023-02-16)
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- wnfs bumped from 0.1.14 to 0.1.15
0.1.14 (2023-01-16)
Features
- api: adds missing metadata functions for the private side (#144) (7588f69)
Dependencies
- The following workspace dependencies were updated
- dependencies
- wnfs bumped from 0.1.13 to 0.1.14
0.1.12 (2023-01-11)
Features
- Add as_file and is_file to PrivateNode (wasm) (#136) (f02658b)
Dependencies
- The following workspace dependencies were updated
- dependencies
- wnfs bumped from 0.1.11 to 0.1.12
0.1.10 (2022-12-06)
Miscellaneous Chores
Dependencies
- The following workspace dependencies were updated
- dependencies
- wnfs bumped from 0.1.9 to 0.1.10