All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add permission commands:
stream grant-permissionandstream revoke-permission
5.0.0 - 2021-05-05
- Add storage node commands under
streamr storage-node
- (Breaking) Commands are divided to subcommands: most of the existing command are under
streamr stream, andgeneratecommand understreamr mock-datastreamr subscribeis nowstreamr stream subscribestreamr publishis nowstreamr stream publishstreamr listis nowstreamr stream liststreamr showis nowstreamr stream showstreamr createis nowstreamr stream createstreamr resendis nowstreamr stream resendstreamr generateis nowstreamr mock-data generate
- Fixed examples of --private-key in README
- Internal implementation was converted to TypeScript
- Bump dependency streamr-client to 5.2.1
- Bump dependency commander to 7.2.0
4.1.1 - 2021-02-11
- Bump dependency streamr-client to 5.0.0-beta.6
- Bump dependency commander to ^6.1.0
4.1.0 - 2020-10-12
- Bump dependency streamr-client to ^4.1.1.
- Turn option
--privateKeyinto--private-keyfor consistency. - Turn
--apiKeyinto--api-keyfor consistency.
4.0.0 - 2020-06-18
- Ethereum authentication with
--privateKey <key>. This also enables message signing when publishing messages.
- (Breaking) Rename command
listentosubscribe. - (Breaking) API key is now given with
--apiKey <key>. API keys are deprecated. Option--privateKeyshould be preferred.
3.1.1 - 2020-04-16
- Add
--subscribeflag to commandsstreamr resend fromandstreamr resend last. This causes the command to resend and subscribe.
- Bump dependency streamr-client to ^3.1.3.
3.1.0 - 2019-12-12
- Add
--disable-orderingflag to commandstreamr listenfor disabling ordering and gap filling. - Add
--disable-orderingflag to commandsstreamr resend *to disabling ordering and gap filling.
3.0.1 - 2019-10-14
- Start keeping a CHANGELOG.md.
- Bump dependency streamr-client to ^2.2.7.
- Bump dependency commander to ^4.0.1.
- Re-organize README.md and a few touches to Developing section paragraphs.