v0.10.0
Breaking changes
- The
PollOptions
interface of the Bzz API has been changed and is now used by the Timeline API. ThePollFeedOptions
interface is now used for polling feeds. - The
PollOptions
interface of the Timeline API has been removed, now using the interface exported by the Bzz API.
Swarm v0.5 support
Erebos v0.10 adds support for 2 new features added to the Swarm v0.5 release:
Pinning content
- Using the
pin()
,unpin()
andpins()
methods of the Bzz class. - Using the
pin
option when uploading content. - Using the CLI.
Tags
It is possible to track progress of chunks spreading over the network using the getTag()
and pins()
methods of the Bzz class.
New packages
RPC utility libraries that were previously stored in a different repository have now been moved to the Erebos repository and npm organization.
You can learn more about these tools in the added documentation.