You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+23
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,26 @@
1
+
## v0.21.1 (2023-10-25)
2
+
3
+
This patch release addresses the following issues:
4
+
- WSS connections being suddenly terminated under rare conditions
5
+
- Ability for the user to control announced multiaddresses
6
+
7
+
### Changes
8
+
9
+
- adding ext-multiaddr-only CLI flag ([#2141](https://github.com/waku-org/nwaku/issues/2141)) ([e2dfc2ed](https://github.com/waku-org/nwaku/commit/e2dfc2ed))
10
+
- bumping nim-libp2p to include WSS fix ([#2150](https://github.com/waku-org/nwaku/issues/2150)) ([18b5149a](https://github.com/waku-org/nwaku/commit/18b5149a))
11
+
12
+
This is a patch release that is fully backwards-compatible with release `v0.21.0`.
13
+
14
+
It supports the same [libp2p protocols](https://docs.libp2p.io/concepts/protocols/):
The Waku v1 implementation has been removed from this repository and can be found in a separate [Waku Legacy](https://github.com/waku-org/waku-legacy) repository.
23
+
1
24
## v0.21.0 (2023-10-18)
2
25
3
26
> Note: This is the last release supporting the `--topic` option. It is being deprecated in favor of a more specific options `--pubsub-topic` & `--content-topic`
0 commit comments