Skip to content

Commit b3ec2e9

Browse files
chore: Update CHANGELOG.md to reflect bug fix for issue #2317 (#2340) in v0.23.1
1 parent 2b2eec9 commit b3ec2e9

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## v0.23.1 (2023-01-09)
2+
3+
This patch release fixes the following bug:
4+
- Sort order ignored in store nodes.
5+
6+
### Bug Fix
7+
8+
- Bug definition: [#2317](https://github.com/waku-org/nwaku/issues/2317)
9+
- Commit that fixes the bug [fae20bff](https://github.com/waku-org/nwaku/commit/fae20bff)
10+
11+
This is a patch release that is fully backwards-compatible with release `v0.23.0`.
12+
13+
It supports the same [libp2p protocols](https://docs.libp2p.io/concepts/protocols/):
14+
| Protocol | Spec status | Protocol id |
15+
| ---: | :---: | :--- |
16+
| [`11/WAKU2-RELAY`](https://rfc.vac.dev/spec/11/) | `stable` | `/vac/waku/relay/2.0.0` |
17+
| [`12/WAKU2-FILTER`](https://rfc.vac.dev/spec/12/) | `draft` | `/vac/waku/filter/2.0.0-beta1` <br />`/vac/waku/filter-subscribe/2.0.0-beta1` <br />`/vac/waku/filter-push/2.0.0-beta1` |
18+
| [`13/WAKU2-STORE`](https://rfc.vac.dev/spec/13/) | `draft` | `/vac/waku/store/2.0.0-beta4` |
19+
| [`19/WAKU2-LIGHTPUSH`](https://rfc.vac.dev/spec/19/) | `draft` | `/vac/waku/lightpush/2.0.0-beta1` |
20+
| [`66/WAKU2-METADATA`](https://rfc.vac.dev/spec/66/) | `raw` | `/vac/waku/metadata/1.0.0` |
21+
22+
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+
24+
125
## v0.23.0 (2023-12-18)
226

327
## What's Changed

0 commit comments

Comments
 (0)