Skip to content

Commit 4fd4286

Browse files
committed
release: v103.1.0
1 parent 39cfbb9 commit 4fd4286

File tree

14 files changed

+109
-99
lines changed

14 files changed

+109
-99
lines changed

CHANGELOG.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,8 @@ Changes before Tatum release are not documented in this file.
1212

1313
#### Added
1414

15-
- Add support for using the plumtree optimization in stream partitions (https://github.com/streamr-dev/network/pull/3147)
16-
- Add listenable event `sponsorshipCreated` (https://github.com/streamr-dev/network/pull/3191)
17-
- Add config option `contracts.sponsorshipFactoryChainAddress` (https://github.com/streamr-dev/network/pull/3191)
18-
1915
#### Changed
2016

21-
- Optimize `StreamrClient#searchStreams()` (https://github.com/streamr-dev/network/pull/3132)
22-
2317
#### Deprecated
2418

2519
#### Removed
@@ -57,6 +51,21 @@ Changes before Tatum release are not documented in this file.
5751
#### Security
5852

5953

54+
## [103.1.0] - 2025-10-14
55+
56+
### @streamr/sdk
57+
58+
#### Added
59+
60+
- Add support for using the plumtree optimization in stream partitions (https://github.com/streamr-dev/network/pull/3147)
61+
- Add listenable event `sponsorshipCreated` (https://github.com/streamr-dev/network/pull/3191)
62+
- Add config option `contracts.sponsorshipFactoryChainAddress` (https://github.com/streamr-dev/network/pull/3191)
63+
64+
#### Changed
65+
66+
- Optimize `StreamrClient#searchStreams()` (https://github.com/streamr-dev/network/pull/3132)
67+
68+
6069
## [103.0.0] - 2025-06-10
6170

6271
### @streamr/sdk
@@ -456,7 +465,8 @@ Changes before Tatum release are not documented in this file.
456465
- Change websocket client library implementation used in Node.js (https://github.com/streamr-dev/network/pull/2384)
457466

458467

459-
[Unreleased]: https://github.com/streamr-dev/network/compare/v103.0.0...HEAD
468+
[Unreleased]: https://github.com/streamr-dev/network/compare/v103.1.0...HEAD
469+
[103.1.0]: https://github.com/streamr-dev/network/compare/v103.0.0...v103.1.0
460470
[103.0.0]: https://github.com/streamr-dev/network/compare/v102.1.1...v103.0.0
461471
[102.1.1]: https://github.com/streamr-dev/network/compare/v102.1.0...v102.1.1
462472
[102.1.0]: https://github.com/streamr-dev/network/compare/v102.0.0...v102.1.0

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-rc.5",
3+
"version": "103.1.0",
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-rc.5",
29+
"@streamr/utils": "103.1.0",
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-rc.5",
3+
"version": "103.1.0",
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.896.0",
38-
"@streamr/autocertifier-client": "103.1.0-rc.5",
39-
"@streamr/dht": "103.1.0-rc.5",
40-
"@streamr/proto-rpc": "103.1.0-rc.5",
41-
"@streamr/utils": "103.1.0-rc.5",
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",
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-rc.5",
3+
"version": "103.1.0",
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-rc.5",
31+
"@streamr/utils": "103.1.0",
3232
"haversine": "^1.1.1"
3333
},
3434
"devDependencies": {

packages/cli-tools/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@streamr/cli-tools",
3-
"version": "103.1.0-rc.5",
3+
"version": "103.1.0",
44
"description": "Command line tools for Streamr",
55
"repository": {
66
"type": "git",
@@ -33,11 +33,11 @@
3333
"license": "AGPL-3.0",
3434
"dependencies": {
3535
"@streamr/config": "^5.9.0",
36-
"@streamr/dht": "103.1.0-rc.5",
36+
"@streamr/dht": "103.1.0",
3737
"@streamr/network-contracts": "^9.1.0",
38-
"@streamr/sdk": "103.1.0-rc.5",
39-
"@streamr/trackerless-network": "103.1.0-rc.5",
40-
"@streamr/utils": "103.1.0-rc.5",
38+
"@streamr/sdk": "103.1.0",
39+
"@streamr/trackerless-network": "103.1.0",
40+
"@streamr/utils": "103.1.0",
4141
"commander": "^14.0.1",
4242
"easy-table": "^1.1.1",
4343
"ethers": "^6.13.0",
@@ -46,7 +46,7 @@
4646
"semver": "^7.7.2"
4747
},
4848
"devDependencies": {
49-
"@streamr/test-utils": "103.1.0-rc.5",
49+
"@streamr/test-utils": "103.1.0",
5050
"@types/event-stream": "^4.0.5",
5151
"@types/lodash": "^4.17.20",
5252
"@types/merge2": "^1.4.4",

0 commit comments

Comments
 (0)