Skip to content

Commit e5a50a4

Browse files
committed
release: v103.1.1
1 parent e0050c3 commit e5a50a4

File tree

14 files changed

+113
-100
lines changed

14 files changed

+113
-100
lines changed

CHANGELOG.md

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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

package-lock.json

Lines changed: 46 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/autocertifier-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@streamr/autocertifier-client",
3-
"version": "103.1.0",
3+
"version": "103.1.1",
44
"description": "Autocertifier Client for Streamr Network",
55
"repository": {
66
"type": "git",
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"@protobuf-ts/runtime-rpc": "^2.8.2",
29-
"@streamr/utils": "103.1.0",
29+
"@streamr/utils": "103.1.1",
3030
"eventemitter3": "^5.0.0",
3131
"node-forge": "^1.3.1"
3232
},

packages/autocertifier-server/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@streamr/autocertifier-server",
3-
"version": "103.1.0",
3+
"version": "103.1.1",
44
"description": "Server for providing TLS Certificates",
55
"repository": {
66
"type": "git",
@@ -35,10 +35,10 @@
3535
},
3636
"dependencies": {
3737
"@aws-sdk/client-route-53": "^3.922.0",
38-
"@streamr/autocertifier-client": "103.1.0",
39-
"@streamr/dht": "103.1.0",
40-
"@streamr/proto-rpc": "103.1.0",
41-
"@streamr/utils": "103.1.0",
38+
"@streamr/autocertifier-client": "103.1.1",
39+
"@streamr/dht": "103.1.1",
40+
"@streamr/proto-rpc": "103.1.1",
41+
"@streamr/utils": "103.1.1",
4242
"acme-client": "^5.4.0",
4343
"body-parser": "^2.2.0",
4444
"dns2": "^2.1.0",

packages/cdn-location/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@streamr/cdn-location",
3-
"version": "103.1.0",
3+
"version": "103.1.1",
44
"description": "Library for getting own approximate location by querying CDN servers",
55
"repository": {
66
"type": "git",
@@ -28,7 +28,7 @@
2828
"generate-data-from-tsp-solution": "./data-generation/generateDataFromTSPSolverResult.sh"
2929
},
3030
"dependencies": {
31-
"@streamr/utils": "103.1.0",
31+
"@streamr/utils": "103.1.1",
3232
"haversine": "^1.1.1"
3333
},
3434
"devDependencies": {

0 commit comments

Comments
 (0)