@ethersphere/bee-js v1.1.0
This is a small incremental release that brings two new features.
🪝 Hooks system
If you need to know what exact HTTP requests bee-js
sends to Bee you can now register hooks for outgoing requests and incoming responses using Utils.Hooks
interface.
Be aware! These listeners listen to all outgoing bee-js
's requests/responses, so if you have multiple Bee
/BeeDebug
instances for different Bee nodes, than all requests will be forwarded to your callbacks!
🏷 New Tag endpoints
With the 1.0
Bee release few new endpoints related to Tags were introduced that allows you to list, update and delete tags.