Skip to content

Commit 924ecf2

Browse files
committed
release: v103.2.0
1 parent 00097ad commit 924ecf2

File tree

14 files changed

+131
-111
lines changed

14 files changed

+131
-111
lines changed

CHANGELOG.md

Lines changed: 39 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +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-
- Add new `validation` configuration section (https://github.com/streamr-dev/network/pull/3302)
20-
- Add new configuration options for controlling content delivery buffering (https://github.com/streamr-dev/network/pull/3305)
21-
2215
#### Changed
2316

2417
#### Deprecated
2518

2619
#### Removed
2720

28-
- Remove `StreamrClient#findOperators()` function which was marked as internal (https://github.com/streamr-dev/network/pull/3257)
29-
3021
#### Fixed
3122

3223
#### Security
@@ -37,8 +28,6 @@ Changes before Tatum release are not documented in this file.
3728

3829
#### Changed
3930

40-
- Bump autostaker's fixed gas limit for actions from 500k gas to 750k gas
41-
4231
#### Deprecated
4332

4433
#### Removed
@@ -49,11 +38,6 @@ Changes before Tatum release are not documented in this file.
4938

5039
### @streamr/cli-tools
5140

52-
- Add `--partition` flag to `stream publish` (https://github.com/streamr-dev/network/pull/3262)
53-
- Add `--with-metadata` flag to `stream publish` (https://github.com/streamr-dev/network/pull/3265)
54-
- Add `--binary` flag to `stream publish` and `stream subcribe` (https://github.com/streamr-dev/network/pull/3282)
55-
- Add `--raw` flag to `stream publish` (https://github.com/streamr-dev/network/pull/3282)
56-
5741
#### Added
5842

5943
#### Changed
@@ -64,11 +48,46 @@ Changes before Tatum release are not documented in this file.
6448

6549
#### Fixed
6650

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+
6788
- Signature output in `subscribe --with-metadata` (https://github.com/streamr-dev/network/pull/3245)
6889
- Error handling of `--partition` flag in `subscribe` (https://github.com/streamr-dev/network/pull/3263)
6990

70-
#### Security
71-
7291

7392
## [103.1.2] - 2025-11-21
7493

@@ -521,7 +540,8 @@ Autostaker changes:
521540
- Change websocket client library implementation used in Node.js (https://github.com/streamr-dev/network/pull/2384)
522541

523542

524-
[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
525545
[103.1.2]: https://github.com/streamr-dev/network/compare/v103.1.1...v103.1.2
526546
[103.1.1]: https://github.com/streamr-dev/network/compare/v103.1.0...v103.1.1
527547
[103.1.0]: https://github.com/streamr-dev/network/compare/v103.0.0...v103.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.2.0-rc.0",
3+
"version": "103.2.0",
44
"description": "Autocertifier Client for Streamr Network",
55
"repository": {
66
"type": "git",
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@protobuf-ts/runtime-rpc": "^2.8.2",
27-
"@streamr/utils": "103.2.0-rc.0",
27+
"@streamr/utils": "103.2.0",
2828
"eventemitter3": "^5.0.0",
2929
"node-forge": "^1.3.2"
3030
},

0 commit comments

Comments
 (0)