This repository was archived by the owner on Jan 6, 2022. It is now read-only.
Releases: dat-ecosystem-archive/dat-js
Releases · dat-ecosystem-archive/dat-js
Release list
Version 8.0.0 - New peer discovery, built-in persistence
This release improves the speed and reliability of dat-js while simplifying the developer experience.
Added:
- discovery-swarm-web support
- Will eventually support extensions like datPeers
- The gateway can no longer see the data it's proxying so you can worry less about private data
- New
persistflag that will automatically set random-access-web as the storage layer so you can save data for offline use and page reloads - Everything works out of the box with the default gateway
Removed:
- Got rid of the
repoabstraction and used hyperdrives directly
Version 7.1.0 - Updated how `db` works
Fixed some issues with how storage works.
Before, it would accidentally reuse storage for different dats in the same folder, which could lead to issues.
Now it will prefix all files in the db with the dat read key.
Version 7.0.0 - New API, New Hyperdrive, New Replication
This release brings:
- breaking changes to the dat-js API
- A new version of hyperdrive
- breaking changes to WebRTC by using signalhubws instead of signalhub (for better performance)
- The ability to replicate with a websocket gateway when there are no WebRTC peers available.