Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update CHANGELOG.md for v0.24.0 #2347

Merged
merged 4 commits into from
Jan 12, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
## v0.24.0 (2024-01-10)

## What's Changed

Release highlights:
* IP colocation filter can now be changed via a configuration parameter.
SionoiS marked this conversation as resolved.
Show resolved Hide resolved
* New filter admin endpoint can now be used to access subscription data.

SionoiS marked this conversation as resolved.
Show resolved Hide resolved
### Features

- feat: adding filter data admin endpoint (REST) [#2314](https://github.com/waku-org/nwaku/pull/2314)
- ip colocation is parameterizable. If set to 0, it is disabled [#2323](https://github.com/waku-org/nwaku/pull/2323)

### Bug Fixes

- fix: Set record to the Waku Node Builder in the examples as it is required [#2328](https://github.com/waku-org/nwaku/pull/2328)
- fix(discv5): add bootnode filter exception [#2267](https://github.com/waku-org/nwaku/pull/2267)

### Changes

- chore: Update CHANGELOG.md to reflect bug fix for issue [#2317](https://github.com/waku-org/nwaku/issues/2317) [#2340](https://github.com/waku-org/nwaku/pull/2340) in v0.23.1
- test(peer-connection-managenent): Functional Tests [#2321](https://github.com/waku-org/nwaku/pull/2321) @ e9d083b introduced build error through ambigous function call, testwaku build failed on master [#2337](https://github.com/waku-org/nwaku/pull/2337)
SionoiS marked this conversation as resolved.
Show resolved Hide resolved
- docs: update after release steps [#2336](https://github.com/waku-org/nwaku/pull/2336)
SionoiS marked this conversation as resolved.
Show resolved Hide resolved
- docs: Fix Typos Across Various Documentation Files [#2310](https://github.com/waku-org/nwaku/pull/2310)
SionoiS marked this conversation as resolved.
Show resolved Hide resolved
- test(peer-connection-managenent): Functional Tests [#2321](https://github.com/waku-org/nwaku/pull/2321)
- bump vendors for 0.24.0 [#2333](https://github.com/waku-org/nwaku/pull/2333)
- test(autosharding): Functional Tests [#2318](https://github.com/waku-org/nwaku/pull/2318)
- docs: add benchmar around postgres adoption [#2316](https://github.com/waku-org/nwaku/pull/2316)
SionoiS marked this conversation as resolved.
Show resolved Hide resolved
- chore: message.nim - set max message size to 150KiB according to spec [#2298](https://github.com/waku-org/nwaku/pull/2298)
SionoiS marked this conversation as resolved.
Show resolved Hide resolved

This release supports the following [libp2p protocols](https://docs.libp2p.io/concepts/protocols/):
| Protocol | Spec status | Protocol id |
| ---: | :---: | :--- |
| [`11/WAKU2-RELAY`](https://rfc.vac.dev/spec/11/) | `stable` | `/vac/waku/relay/2.0.0` |
| [`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` |
| [`13/WAKU2-STORE`](https://rfc.vac.dev/spec/13/) | `draft` | `/vac/waku/store/2.0.0-beta4` |
| [`19/WAKU2-LIGHTPUSH`](https://rfc.vac.dev/spec/19/) | `draft` | `/vac/waku/lightpush/2.0.0-beta1` |
| [`66/WAKU2-METADATA`](https://rfc.vac.dev/spec/66/) | `raw` | `/vac/waku/metadata/1.0.0` |

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.

## v0.23.1 (2023-01-09)

This patch release fixes the following bug:
Expand Down