@streamr/cli-tools
Advanced tools
Changelog
[102.1.0] - 2025-02-19
streamr storage-node register
to register a storage node (https://github.com/streamr-dev/network/pull/2982)streamr storage-node unregister
to unregister a storage node (https://github.com/streamr-dev/network/pull/2982)streamr storage-node show
to display the metadata of a storage node (https://github.com/streamr-dev/network/pull/2982)Changelog
[102.0.0] - 2025-01-27
PUBLISH
and SUBSCRIBE
permissionsStreamrClient#getUserId()
methodStreamrClient#getDiagnosticInfo()
provides diagnostic info about network (https://github.com/streamr-dev/network/pull/2740, https://github.com/streamr-dev/network/pull/2741)Stream#getPartitionCount()
Stream#getDescription()
and Stream#setDescription()
Stream#getStorageDayCount()
and Stream#setStorageDayCount()
StreamrClient#getStreamMetadata()
(https://github.com/streamr-dev/network/pull/2883)opts
parameter to StreamrClient#addStreamToStorageNode
(https://github.com/streamr-dev/network/pull/2858)
user
to userId
in these interfaces: (https://github.com/streamr-dev/network/pull/2811)
UserPermissionAssignment
grantPermissions()
, revokePermissions()
, getPermissions()
and setPermissions()
UserPermissionQuery
hasPermission()
SearchStreamsPermissionFilter
searchStreams()
StreamMetadata
is Record<string, unknown>
(https://github.com/streamr-dev/network/pull/2825, https://github.com/streamr-dev/network/pull/2845)
Stream#addToStorageNode()
doesn't wait for acknowledgment by default (https://github.com/streamr-dev/network/pull/2810)StreamrClient#updateStream()
and Stream#update()
: (https://github.com/streamr-dev/network/pull/2826, https://github.com/streamr-dev/network/pull/2855, https://github.com/streamr-dev/network/pull/2859, https://github.com/streamr-dev/network/pull/2862)
StreamrClient#setStreamMetadata()
and Stream#setMetadata()
insteadStream#getMetadata()
and Stream#getStreamParts()
are async (https://github.com/streamr-dev/network/pull/2883)streamRemovedFromFromStorageNode
to streamRemovedFromStorageNode
(https://github.com/streamr-dev/network/pull/2930)StreamrClientError
: (https://github.com/streamr-dev/network/pull/2895, https://github.com/streamr-dev/network/pull/2927)
StreamrClientError
contains MessageID
instead of StreamMessage
StreamRegistry
from v4 to v5 (https://github.com/streamr-dev/network/pull/2780)StreamPartitionInfo
format changed (https://github.com/streamr-dev/network/pull/2738, https://github.com/streamr-dev/network/pull/2790)Stream#detectFields()
method (https://github.com/streamr-dev/network/pull/2864)Stream#delete()
method (https://github.com/streamr-dev/network/pull/2863)
StreamrClient#deleteStream()
insteadStreamrClient#findOperators()
method (https://github.com/streamr-dev/network/pull/2876)network.node.id
(https://github.com/streamr-dev/network/pull/2777)network.controlLayer.webNewrtcConnectionTimeout
(https://github.com/streamr-dev/network/pull/2776)Operator#getExpiredFlags()
(https://github.com/streamr-dev/network/pull/2739)environment
config option now applies additional settings if dev2
value is used (https://github.com/streamr-dev/network/pull/2813)
entryPointDiscovery
and metrics
bin/config-wizard
script (i.e. the streamr-broker-init
command) (https://github.com/streamr-dev/network/pull/2830)
streamr-node-init
command insteadstreamr-broker
(https://github.com/streamr-dev/network/pull/2881)
streamr-node
command insteadstreamr stream publish
(https://github.com/streamr-dev/network/pull/2947)streamr stream susbcribe
(https://github.com/streamr-dev/network/pull/2948)streamr mock-data generate
command (https://github.com/streamr-dev/network/pull/2946)--dev
flag with --env
flag (https://github.com/streamr-dev/network/pull/2817, https://github.com/streamr-dev/network/pull/2834)
--env
flag supports multiple environmentsenvironment
in a config file, this overrides it--env dev2
for the development environmentChangelog
[101.1.1] - 2024-08-29
Changelog
[101.1.0] - 2024-08-13
findOperators
to client (https://github.com/streamr-dev/network/pull/2703)Changelog
[101.0.0] - 2024-07-08
contracts
config section (https://github.com/streamr-dev/network/pull/2581)createStream
=> streamCreated
addToStorageNode
=> streamAddedToStorageNode
removeFromStorageNode
=> streamRemovedFromFromStorageNode
resendComplete
=> resendCompleted
(on instances of Subscription
)streamr-broker
. Use streamr-node
instead. (https://github.com/streamr-dev/network/pull/2626)streamr-broker-init
. Use streamr-node-init
instead. (https://github.com/streamr-dev/network/pull/2626)