Closed
Description
#19 changed how pubsub subscriptions are listed from:
const subscriptions = await this._pubsub.ls()
to
const subscriptions = await this._pubsub.getTopics()
This in effect forces the user to upgrade to a newer version of whatever libp2p-pubsub
subclass they are using but also arrives as a stealth upgrade if your package.json
contains ^0.2.1
as the version for this module.
This is not a backwards compatible change so should not be a patch release.
Please revert #19, republish v0.2.1 as v0.2.3, then reapply #19 and publish it as 0.3.0.
Metadata
Metadata
Assignees
Labels
No labels