@@ -14,8 +14,6 @@ Changes before Tatum release are not documented in this file.
1414
1515#### Changed
1616
17- - Update default list of JSON RPC urls for Polygon (replace a dead one with a working one)
18-
1917#### Deprecated
2018
2119#### Removed
@@ -30,11 +28,6 @@ Changes before Tatum release are not documented in this file.
3028
3129#### Changed
3230
33- - Autostaker: Bump gas limit on stake/unstake calls by 20% to defend against too low estimates in case contract change rapidly changes
34- - Autostaker: Retry actions that fail in preflight check
35- - Autostaker: Guard against subgraph not being up to date when a new sponsorship event is seen on chain
36- - Autostaker: Broadcast autostaker stake/unstake transactions in parallel to speed up action execution
37-
3831#### Deprecated
3932
4033#### Removed
@@ -58,6 +51,25 @@ Changes before Tatum release are not documented in this file.
5851#### Security
5952
6053
54+ ## [ 103.1.1] - 2025-11-11
55+
56+ ### @streamr/sdk
57+
58+ #### Changed
59+
60+ - Update default list of JSON RPC urls for Polygon (replace a dead one with a working one) (https://github.com/streamr-dev/network/pull/3227 )
61+
62+ ### @streamr/node
63+
64+ #### Changed
65+
66+ - Autostaker changes: (https://github.com/streamr-dev/network/pull/3227 )
67+ - bump gas limit on stake/unstake calls by 20% to defend against too low estimates in case contract change rapidly changes
68+ - retry actions that fail in preflight check
69+ - guard against subgraph not being up to date when a new sponsorship event is seen on chain
70+ - broadcast autostaker stake/unstake transactions in parallel to speed up action execution
71+
72+
6173## [ 103.1.0] - 2025-10-14
6274
6375### @streamr/sdk
@@ -472,7 +484,8 @@ Changes before Tatum release are not documented in this file.
472484- Change websocket client library implementation used in Node.js (https://github.com/streamr-dev/network/pull/2384 )
473485
474486
475- [ Unreleased ] : https://github.com/streamr-dev/network/compare/v103.1.0...HEAD
487+ [ Unreleased ] : https://github.com/streamr-dev/network/compare/v103.1.1...HEAD
488+ [ 103.1.1 ] : https://github.com/streamr-dev/network/compare/v103.1.0...v103.1.1
476489[ 103.1.0 ] : https://github.com/streamr-dev/network/compare/v103.0.0...v103.1.0
477490[ 103.0.0 ] : https://github.com/streamr-dev/network/compare/v102.1.1...v103.0.0
478491[ 102.1.1 ] : https://github.com/streamr-dev/network/compare/v102.1.0...v102.1.1
0 commit comments