@@ -12,19 +12,12 @@ Changes before Tatum release are not documented in this file.
1212
1313#### Added
1414
15- - Proxy connections now support bidirectionality and it is the default behavior (https://github.com/streamr-dev/network/pull/3260 )
16- - Add ` StreamrClient#findProxyNodes() ` function for discovering proxy nodes via Operator nodes (https://github.com/streamr-dev/network/pull/3257 )
17- - Add ` StreamrClient#publishRaw() ` for publishing raw messages (https://github.com/streamr-dev/network/pull/3280 )
18- - Add new ` keys ` configuration to the ` encryption ` section (https://github.com/streamr-dev/network/pull/3284 )
19-
2015#### Changed
2116
2217#### Deprecated
2318
2419#### Removed
2520
26- - Remove ` StreamrClient#findOperators() ` function which was marked as internal (https://github.com/streamr-dev/network/pull/3257 )
27-
2821#### Fixed
2922
3023#### Security
@@ -35,8 +28,6 @@ Changes before Tatum release are not documented in this file.
3528
3629#### Changed
3730
38- - Bump autostaker's fixed gas limit for actions from 500k gas to 750k gas
39-
4031#### Deprecated
4132
4233#### Removed
@@ -47,11 +38,6 @@ Changes before Tatum release are not documented in this file.
4738
4839### @streamr/cli-tools
4940
50- - Add ` --partition ` flag to ` stream publish ` (https://github.com/streamr-dev/network/pull/3262 )
51- - Add ` --with-metadata ` flag to ` stream publish ` (https://github.com/streamr-dev/network/pull/3265 )
52- - Add ` --binary ` flag to ` stream publish ` and ` stream subcribe ` (https://github.com/streamr-dev/network/pull/3282 )
53- - Add ` --raw ` flag to ` stream publish ` (https://github.com/streamr-dev/network/pull/3282 )
54-
5541#### Added
5642
5743#### Changed
@@ -62,11 +48,46 @@ Changes before Tatum release are not documented in this file.
6248
6349#### Fixed
6450
51+ #### Security
52+
53+
54+ ## [ 103.2.0] - 2025-12-18
55+
56+ ### @streamr/sdk
57+
58+ #### Added
59+
60+ - Proxy connections now support bidirectionality and it is the default behavior (https://github.com/streamr-dev/network/pull/3260 )
61+ - Add ` StreamrClient#findProxyNodes() ` function for discovering proxy nodes via Operator nodes (https://github.com/streamr-dev/network/pull/3257 )
62+ - Add ` StreamrClient#publishRaw() ` for publishing raw messages (https://github.com/streamr-dev/network/pull/3280 )
63+ - Add new ` keys ` configuration to the ` encryption ` section (https://github.com/streamr-dev/network/pull/3284 )
64+ - Add new ` validation ` configuration section (https://github.com/streamr-dev/network/pull/3302 )
65+ - Add new configuration options for controlling content delivery buffering (https://github.com/streamr-dev/network/pull/3305 )
66+
67+ #### Removed
68+
69+ - Remove ` StreamrClient#findOperators() ` function which was marked as internal (https://github.com/streamr-dev/network/pull/3257 )
70+
71+ ### @streamr/node
72+
73+ #### Changed
74+
75+ - Bump autostaker's fixed gas limit for actions from 500k gas to 750k gas
76+
77+ ### @streamr/cli-tools
78+
79+ #### Added
80+
81+ - Add ` --partition ` flag to ` stream publish ` (https://github.com/streamr-dev/network/pull/3262 )
82+ - Add ` --with-metadata ` flag to ` stream publish ` (https://github.com/streamr-dev/network/pull/3265 )
83+ - Add ` --binary ` flag to ` stream publish ` and ` stream subcribe ` (https://github.com/streamr-dev/network/pull/3282 )
84+ - Add ` --raw ` flag to ` stream publish ` (https://github.com/streamr-dev/network/pull/3282 )
85+
86+ #### Fixed
87+
6588- Signature output in ` subscribe --with-metadata ` (https://github.com/streamr-dev/network/pull/3245 )
6689- Error handling of ` --partition ` flag in ` subscribe ` (https://github.com/streamr-dev/network/pull/3263 )
6790
68- #### Security
69-
7091
7192## [ 103.1.2] - 2025-11-21
7293
@@ -519,7 +540,8 @@ Autostaker changes:
519540- Change websocket client library implementation used in Node.js (https://github.com/streamr-dev/network/pull/2384 )
520541
521542
522- [ Unreleased ] : https://github.com/streamr-dev/network/compare/v103.1.2...HEAD
543+ [ Unreleased ] : https://github.com/streamr-dev/network/compare/v103.2.0...HEAD
544+ [ 103.2.0 ] : https://github.com/streamr-dev/network/compare/v103.1.2...v103.2.0
523545[ 103.1.2 ] : https://github.com/streamr-dev/network/compare/v103.1.1...v103.1.2
524546[ 103.1.1 ] : https://github.com/streamr-dev/network/compare/v103.1.0...v103.1.1
525547[ 103.1.0 ] : https://github.com/streamr-dev/network/compare/v103.0.0...v103.1.0
0 commit comments