Skip to content

Commit

Permalink
docs: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
teogeb committed Feb 21, 2023
1 parent 489e04d commit b8ed3ae
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/broker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [Unreleased]

### Added
Expand Down Expand Up @@ -55,6 +56,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Log output is always prettified (even when `NODE_ENV=production`)


[Unreleased]: https://github.com/streamr-dev/network/compare/broker/v32.1.0...HEAD
[Unreleased]: https://github.com/streamr-dev/network/compare/broker/v33.0.0...HEAD
[33.0.0]: https://github.com/streamr-dev/network/compare/broker/v32.1.0...broker/v33.0.0
[32.1.0]: https://github.com/streamr-dev/network/compare/broker/v32.0.1...broker/v32.1.0
[32.0.1]: https://github.com/streamr-dev/network/compare/broker/v32.0.0...broker/v32.0.1
23 changes: 23 additions & 0 deletions packages/cli-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [Unreleased]

### Added
Expand All @@ -18,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Security


## [7.0.0] - 2022-11-15

### Changed
Expand All @@ -40,6 +42,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0


## [6.0.0] - 2022-02-23

- Add new command `stream wallet whoami` to display Ethereum address
- (Breaking) `stream create` argument is a stream ID, not a name
- Support path notation when defining a stream ID
Expand All @@ -66,7 +69,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Remove `typescript` and `ts-node` as run-time dependencies
- (Breaking) Remove `--msg-chain-id` parameter from `stream resend from`


## [5.0.0] - 2021-05-05

### Added
- Add storage node commands under `streamr storage-node`

Expand All @@ -84,48 +89,66 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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.


[Unreleased]: https://github.com/streamr-dev/network/compare/cli-tools%2fv7.0.0...HEAD
[7.0.0]: https://github.com/streamr-dev/network/compare/cli-tools%2fv6.1.1...cli-tools%2fv7.0.0
[6.1.1]: https://github.com/streamr-dev/network/compare/cli-tools%2fv6.1.0...cli-tools%2fv6.1.1
Expand Down
12 changes: 12 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [Unreleased]

### Added
Expand All @@ -18,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Security


## [8.0.1] - 2023-02-20

### Fixed
Expand Down Expand Up @@ -222,24 +224,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix `searchStreams`, `getStreamSubscribers`, and `getStreamPublishers` timestamp filtering behaviour where valid
entries were not appearing in the result set.


## [6.0.9] - 2022-06-20

### Fixed

- Update `streamr-network` library to include fix to `std::bad_weak_ptr` crashing issue


## [6.0.8] - 2022-05-31

### Fixed

- Update `streamr-network` library to include propagation fix to proxy stream behaviour


## [6.0.7] - 2022-05-25

### Fixed

- Update `streamr-network` library to include race condition fix to proxy stream behaviour


## [6.0.6] - 2022-05-24

### Fixed
Expand All @@ -248,32 +254,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
This means that unhandled promise rejections will not occur when not setting an explicit error handler. The default error
handler will simply log the error and continue.


## [6.0.5] - 2022-05-10

### Fixed

- Update `streamr-network` library to include stability fixes


## [6.0.4] - 2022-04-28

### Fixed
- Update `streamr-network` library that includes a fix to Firefox compatibility


## [6.0.3] - 2022-04-25

### Fixed
- Fix stream encryption: messages weren't automatically encrypted if the local database didn't contain pre-existing encryption keys for a stream


## [6.0.2] - 2022-03-04

### Fixed
- Fixed an issue in which method `searchStreams` would throw on invalid metadata (NET-730)


## [6.0.1] - 2022-02-24

### Fixed
- Fixed an import so that the client successfully loads in a web browser environment (NET-721)


[Unreleased]: https://github.com/streamr-dev/network/compare/client/v8.0.1...HEAD
[8.0.1]: https://github.com/streamr-dev/network/compare/client/v8.0.0...client/v8.0.1
[8.0.0]: https://github.com/streamr-dev/network/compare/client/v7.3.0...client/v8.0.0
Expand Down

0 comments on commit b8ed3ae

Please sign in to comment.