Skip to content

Commit be6f83d

Browse files
committed
release: v103.0.0
1 parent 2e55453 commit be6f83d

File tree

14 files changed

+139
-111
lines changed

14 files changed

+139
-111
lines changed

CHANGELOG.md

Lines changed: 47 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,51 @@ Changes before Tatum release are not documented in this file.
1212

1313
#### Added
1414

15+
#### Changed
16+
17+
#### Deprecated
18+
19+
#### Removed
20+
21+
#### Fixed
22+
23+
#### Security
24+
25+
### @streamr/node
26+
27+
#### Added
28+
29+
#### Changed
30+
31+
#### Deprecated
32+
33+
#### Removed
34+
35+
#### Fixed
36+
37+
#### Security
38+
39+
### @streamr/cli-tools
40+
41+
#### Added
42+
43+
#### Changed
44+
45+
#### Deprecated
46+
47+
#### Removed
48+
49+
#### Fixed
50+
51+
#### Security
52+
53+
54+
## [103.0.0] - 2025-06-10
55+
56+
### @streamr/sdk
57+
58+
#### Added
59+
1560
- Add support for quantum resistant key exchange using ML-KEM (https://github.com/streamr-dev/network/pull/3060)
1661
- Add support for quantum resistant signatures using ML-DSA (https://github.com/streamr-dev/network/pull/3074)
1762
- Add support for ECDSA on secp256r1 curve (https://github.com/streamr-dev/network/pull/3088)
@@ -43,8 +88,6 @@ Changes before Tatum release are not documented in this file.
4388

4489
- Fix memory leak in `DhtNode` (https://github.com/streamr-dev/network/pull/3065)
4590

46-
#### Security
47-
4891
### @streamr/node
4992

5093
#### Added
@@ -55,14 +98,6 @@ Changes before Tatum release are not documented in this file.
5598

5699
- **BREAKING CHANGE**: Node.js v20 or higher is required (https://github.com/streamr-dev/network/pull/3138)
57100

58-
#### Deprecated
59-
60-
#### Removed
61-
62-
#### Fixed
63-
64-
#### Security
65-
66101
### @streamr/cli-tools
67102

68103
#### Added
@@ -74,14 +109,6 @@ Changes before Tatum release are not documented in this file.
74109
- **BREAKING CHANGE**: CLI tool command `streamr wallet whoami` is now `streamr identity whoami` (https://github.com/streamr-dev/network/pull/3074)
75110
- **BREAKING CHANGE**: Node.js v20 or higher is required (https://github.com/streamr-dev/network/pull/3138)
76111

77-
#### Deprecated
78-
79-
#### Removed
80-
81-
#### Fixed
82-
83-
#### Security
84-
85112

86113
## [102.1.1] - 2025-04-29
87114

@@ -423,7 +450,8 @@ Changes before Tatum release are not documented in this file.
423450
- Change websocket client library implementation used in Node.js (https://github.com/streamr-dev/network/pull/2384)
424451

425452

426-
[Unreleased]: https://github.com/streamr-dev/network/compare/v102.1.1...HEAD
453+
[Unreleased]: https://github.com/streamr-dev/network/compare/v103.0.0...HEAD
454+
[103.0.0]: https://github.com/streamr-dev/network/compare/v102.1.1...v103.0.0
427455
[102.1.1]: https://github.com/streamr-dev/network/compare/v102.1.0...v102.1.1
428456
[102.1.0]: https://github.com/streamr-dev/network/compare/v102.0.0...v102.1.0
429457
[102.0.0]: https://github.com/streamr-dev/network/compare/v101.1.2...v102.0.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.0.0-rc.20",
3+
"version": "103.0.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.0.0-rc.20",
29+
"@streamr/utils": "103.0.0",
3030
"eventemitter3": "^5.0.0",
3131
"node-forge": "^1.3.1"
3232
},

0 commit comments

Comments
 (0)