v0.6.0
Breaking changes
The Bzz APIs do not provide built-in feed signing anymore
- The
createFeedDigest()andcreateKeyPair()functions have been removed from the@erebos/api-bzz-baseand@erebos/swarmpackages. - The
Bzzinstance constructor now requires to be provided aBzzConfigobject rather than only the HTTP gatewayurl. - The
postFeedValue()method arguments have changed.
HTTP headers must be provided as options
Most Bzz methods arguments have changed, the headers that were previously passed as argument must now be provided in the options object instead.
Additional features and APIs
- The
@erebos/keccak256and@erebos/secp256k1packages have been added. - Bzz requests now support a
timeoutoption, and a defaulttimeoutcan optionally be set in theBzzConfigobject when creating the instance. - Various feed-related APIs and options have been added. Check the updated Bzz API documentation for more details.