Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Changes before Tatum release are not documented in this file.

#### Added

- Proxy connections now support bidirectionality and it is the default behavior. (https://github.com/streamr-dev/network/pull/3260)
- Added `findProxyNodes` function to `StreamrClient` for discovering proxy nodes via Operator nodes.
- Proxy connections now support bidirectionality and it is the default behavior (https://github.com/streamr-dev/network/pull/3260)
- Add `StreamrClient#findProxyNodes()` function for discovering proxy nodes via Operator nodes (https://github.com/streamr-dev/network/pull/3257)
- Add `StreamrClient#publishRaw()` for publishing raw messages (https://github.com/streamr-dev/network/pull/3280)

#### Changed
Expand All @@ -22,7 +22,7 @@ Changes before Tatum release are not documented in this file.

#### Removed

- Removed `findOperators` function which was marked as internal.
- Remove `StreamrClient#findOperators()` function which was marked as internal (https://github.com/streamr-dev/network/pull/3257)

#### Fixed

Expand Down