Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

Latest commit

 

History

History
77 lines (63 loc) · 3.05 KB

CHANGELOG.md

File metadata and controls

77 lines (63 loc) · 3.05 KB

Changelog

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-permission and stream revoke-permission

5.0.0 - 2021-05-05

Added

  • Add storage node commands under streamr storage-node

Changed

  • (Breaking) Commands are divided to subcommands: most of the existing command are under streamr stream, and generate command under streamr mock-data
    • streamr subscribe is now streamr stream subscribe
    • streamr publish is now streamr stream publish
    • streamr list is now streamr stream list
    • streamr show is now streamr stream show
    • streamr create is now streamr stream create
    • streamr resend is now streamr stream resend
    • streamr generate is now streamr 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

Changed

  • Bump dependency streamr-client to 5.0.0-beta.6
  • Bump dependency commander to ^6.1.0

4.1.0 - 2020-10-12

Changed

  • Bump dependency streamr-client to ^4.1.1.
  • Turn option --privateKey into --private-key for consistency.
  • Turn --apiKey into --api-key for consistency.

4.0.0 - 2020-06-18

Added

  • Ethereum authentication with --privateKey <key>. This also enables message signing when publishing messages.

Changed

  • (Breaking) Rename command listen to subscribe.
  • (Breaking) API key is now given with --apiKey <key>. API keys are deprecated. Option --privateKey should be preferred.

3.1.1 - 2020-04-16

Added

  • Add --subscribe flag to commands streamr resend from and streamr resend last. This causes the command to resend and subscribe.

Changed

  • Bump dependency streamr-client to ^3.1.3.

3.1.0 - 2019-12-12

Added

  • Add --disable-ordering flag to command streamr listen for disabling ordering and gap filling.
  • Add --disable-ordering flag to commands streamr resend * to disabling ordering and gap filling.

3.0.1 - 2019-10-14

Added

  • Start keeping a CHANGELOG.md.

Changed

  • 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.