File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ Changes before Tatum release are not documented in this file.
1212
1313#### Fixed
1414
15- - Fix outdated GitHub URLs referencing old ` network-monorepo ` repository instead of ` network ` (https://github.com/streamr-dev/network/pull/3348 )
16-
1715### @streamr/sdk
1816
1917#### Added
@@ -57,6 +55,51 @@ Changes before Tatum release are not documented in this file.
5755#### Security
5856
5957
58+ ## [ 103.2.2] - 2026-01-19
59+
60+ ### General
61+
62+ #### Changed
63+
64+ - Update package lock files
65+
66+ ## [ 103.2.1] - 2026-01-19
67+
68+ ### General
69+
70+ #### Fixed
71+
72+ - Fix outdated GitHub URLs referencing old ` network-monorepo ` repository instead of ` network ` (https://github.com/streamr-dev/network/pull/3348 )
73+
74+ ### @streamr/sdk
75+
76+ #### Changed
77+
78+ - Resolve selected circular dependencies in the SDK package (https://github.com/streamr-dev/network/pull/3351 )
79+
80+ ### @streamr/utils
81+
82+ #### Changed
83+
84+ - Make ` executeSafePromise ` work in browsers without polyfills (https://github.com/streamr-dev/network/pull/3310 )
85+ - Use explicit logger scopes instead of NodeJS-specific ` module ` (https://github.com/streamr-dev/network/pull/3309 , https://github.com/streamr-dev/network/pull/3317 )
86+
87+ #### Fixed
88+
89+ - Fix logger id type handling after minimization
90+
91+ ### @streamr/autocertifier-server
92+
93+ #### Added
94+
95+ - Delete unused DNS records in batches from Route53 (https://github.com/streamr-dev/network/pull/3346 )
96+
97+ #### Fixed
98+
99+ - Wait for acme-challenge record to propagate (https://github.com/streamr-dev/network/pull/3347 )
100+ - Add error handling for delete records operation (https://github.com/streamr-dev/network/pull/3349 )
101+ - Only delete existing records from Route53 (https://github.com/streamr-dev/network/pull/3350 )
102+
60103## [ 103.2.0] - 2025-12-18
61104
62105### @streamr/sdk
You can’t perform that action at this time.
0 commit comments