You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(sdk): [NET-1661] Configuration options for bypassing validation (#3302)
## Summary
Add new configuration section `validation` that can be used to disable
validation of stream permissions and partition counts.
## Changes
- Added new `validation` section that can be used to set `permissions`
and `partitions` to `false` to bypass validation.
---------
Co-authored-by: Teo Gebhard <teo@streamr.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ Changes before Tatum release are not documented in this file.
16
16
- Add `StreamrClient#findProxyNodes()` function for discovering proxy nodes via Operator nodes (https://github.com/streamr-dev/network/pull/3257)
17
17
- Add `StreamrClient#publishRaw()` for publishing raw messages (https://github.com/streamr-dev/network/pull/3280)
18
18
- Add new `keys` configuration to the `encryption` section (https://github.com/streamr-dev/network/pull/3284)
19
+
- Add new `validation` configuration section (https://github.com/streamr-dev/network/pull/3302)
0 commit comments