Skip to content

Commit

Permalink
release: v100.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
teogeb committed May 6, 2024
1 parent 9695085 commit d41724a
Show file tree
Hide file tree
Showing 15 changed files with 125 additions and 103 deletions.
36 changes: 29 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ Changes before Tatum release are not documented in this file.

#### Added

- New geolocation detection by Nodes improves start up times and the decentralization of the network (https://github.com/streamr-dev/network/pull/2465)

#### Changed

#### Deprecated
Expand All @@ -29,8 +27,6 @@ Changes before Tatum release are not documented in this file.

#### Added

- Nodes provide geolocation detection for newly joining nodes (https://github.com/streamr-dev/network/pull/2465)

#### Changed

#### Deprecated
Expand All @@ -52,13 +48,38 @@ Changes before Tatum release are not documented in this file.

#### Removed

- Removed `governance vote' command

#### Fixed

#### Security


## [100.2.4] - 2024-05-06

### @streamr/sdk

#### Added

- New geolocation detection by Nodes improves start up times and the decentralization of the network (https://github.com/streamr-dev/network/pull/2465)
- Improved rejoining streams after losing internet connection (https://github.com/streamr-dev/network/pull/2502)
- Discovering stream neighbors is more efficient as offline nodes are cleaned-up by sending pings (https://github.com/streamr-dev/network/pull/2501)

#### Fixed

- Hanging connection issue with WebSocket clients (https://github.com/streamr-dev/network/pull/2519)

### @streamr/node

#### Added

- Nodes provide geolocation detection for newly joining nodes (https://github.com/streamr-dev/network/pull/2465)

### @streamr/cli-tools

#### Removed

- Removed `governance vote' command (https://github.com/streamr-dev/network/pull/2538)


## [100.2.3] - 2024-04-15

### @streamr/sdk
Expand Down Expand Up @@ -140,7 +161,8 @@ Changes before Tatum release are not documented in this file.
- Change websocket client library implementation used in Node.js (https://github.com/streamr-dev/network/pull/2384)


[Unreleased]: https://github.com/streamr-dev/network/compare/v100.2.3...HEAD
[Unreleased]: https://github.com/streamr-dev/network/compare/v100.2.4...HEAD
[100.2.4]: https://github.com/streamr-dev/network/compare/v100.2.3...v100.2.4
[100.2.3]: https://github.com/streamr-dev/network/compare/v100.2.2...v100.2.3
[100.2.2]: https://github.com/streamr-dev/network/compare/v100.2.1...v100.2.2
[100.2.1]: https://github.com/streamr-dev/network/compare/v100.2.1...v100.2.1
Expand Down
96 changes: 48 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/autocertifier-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@streamr/autocertifier-client",
"version": "100.2.3",
"version": "100.2.4",
"description": "Autocertifier Client for Streamr Network",
"repository": {
"type": "git",
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"@protobuf-ts/runtime-rpc": "^2.8.2",
"@streamr/utils": "100.2.3",
"@streamr/utils": "100.2.4",
"eventemitter3": "^5.0.0",
"node-forge": "^1.3.1",
"request": "^2.88.2"
Expand Down
10 changes: 5 additions & 5 deletions packages/autocertifier-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@streamr/autocertifier-server",
"version": "100.2.3",
"version": "100.2.4",
"description": "Server for providing TLS Certificates",
"repository": {
"type": "git",
Expand All @@ -26,9 +26,9 @@
},
"dependencies": {
"@aws-sdk/client-route-53": "^3.529.1",
"@streamr/autocertifier-client": "100.2.3",
"@streamr/dht": "100.2.3",
"@streamr/utils": "100.2.3",
"@streamr/autocertifier-client": "100.2.4",
"@streamr/dht": "100.2.4",
"@streamr/utils": "100.2.4",
"acme-client": "^5.3.0",
"body-parser": "^1.20.2",
"dns2": "^2.1.0",
Expand All @@ -40,7 +40,7 @@
"uuid": "^9.0.1"
},
"devDependencies": {
"@streamr/test-utils": "100.2.3",
"@streamr/test-utils": "100.2.4",
"@types/dns2": "^2.0.9",
"@types/express": "^4.17.21",
"@types/request": "^2.48.8",
Expand Down
Loading

0 comments on commit d41724a

Please sign in to comment.