Skip to content

Commit 5be4cfb

Browse files
initial commit for release
1 parent eb0c34c commit 5be4cfb

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,54 @@
1+
## v0.38.0 (2026-02-11)
2+
3+
### Notes
4+
5+
- **libwaku**: Major improvements to libwaku distribution and iOS compilation support.
6+
- REST Store API now defaults to page size 20 with max 100.
7+
- Lightpush no longer mounts without relay enabled.
8+
- Context-aware and event-driven broker architecture introduced.
9+
10+
### Features
11+
12+
- iOS compilation support (WIP) ([#3668](https://github.com/logos-messaging/logos-messaging-nim/pull/3668)) ([96196ab8](https://github.com/logos-messaging/logos-messaging-nim/commit/96196ab8))
13+
- Rendezvous: broadcast and discover WakuPeerRecords ([#3617](https://github.com/logos-messaging/logos-messaging-nim/pull/3617)) ([b0cd75f4](https://github.com/logos-messaging/logos-messaging-nim/commit/b0cd75f4))
14+
- Distribute libwaku binaries ([#3612](https://github.com/logos-messaging/logos-messaging-nim/pull/3612)) ([9e2b3830](https://github.com/logos-messaging/logos-messaging-nim/commit/9e2b3830))
15+
- Implement libwaku using nim-ffi ([#3656](https://github.com/logos-messaging/logos-messaging-nim/pull/3656)) ([e3dd6203](https://github.com/logos-messaging/logos-messaging-nim/commit/e3dd6203))
16+
- New postgres metric to estimate payload stats ([#3596](https://github.com/logos-messaging/logos-messaging-nim/pull/3596)) ([454b098a](https://github.com/logos-messaging/logos-messaging-nim/commit/454b098a))
17+
18+
### Bug Fixes
19+
20+
- Store protocol issue in v0.37.0 ([#3657](https://github.com/logos-messaging/logos-messaging-nim/pull/3657)) ([91b4c5f5](https://github.com/logos-messaging/logos-messaging-nim/commit/91b4c5f5))
21+
- Hash inputs for external nullifier, remove length prefix for sha256 ([#3660](https://github.com/logos-messaging/logos-messaging-nim/pull/3660)) ([2d40cb9d](https://github.com/logos-messaging/logos-messaging-nim/commit/2d40cb9d))
22+
- Admin API peer shards field from metadata protocol ([#3594](https://github.com/logos-messaging/logos-messaging-nim/pull/3594)) ([e54851d9](https://github.com/logos-messaging/logos-messaging-nim/commit/e54851d9))
23+
- Wakucanary now fails correctly when ping fails ([#3595](https://github.com/logos-messaging/logos-messaging-nim/pull/3595)) ([adeb1a92](https://github.com/logos-messaging/logos-messaging-nim/commit/adeb1a92))
24+
25+
### Changes
26+
27+
- Context aware brokers architecture ([#3674](https://github.com/logos-messaging/logos-messaging-nim/pull/3674)) ([c27405b1](https://github.com/logos-messaging/logos-messaging-nim/commit/c27405b1))
28+
- Introduce EventBroker, RequestBroker and MultiRequestBroker ([#3644](https://github.com/logos-messaging/logos-messaging-nim/pull/3644)) ([ae74b901](https://github.com/logos-messaging/logos-messaging-nim/commit/ae74b901))
29+
- Use chronos' TokenBucket ([#3670](https://github.com/logos-messaging/logos-messaging-nim/pull/3670)) ([284a0816](https://github.com/logos-messaging/logos-messaging-nim/commit/284a0816))
30+
- REST Store API constraints: default page size 20, max 100 ([#3602](https://github.com/logos-messaging/logos-messaging-nim/pull/3602)) ([8c30a8e1](https://github.com/logos-messaging/logos-messaging-nim/commit/8c30a8e1))
31+
- Do not mount lightpush without relay ([#3540](https://github.com/logos-messaging/logos-messaging-nim/pull/3540)) ([7d1c6aba](https://github.com/logos-messaging/logos-messaging-nim/commit/7d1c6aba))
32+
- Mix: use exit==dest approach ([#3642](https://github.com/logos-messaging/logos-messaging-nim/pull/3642)) ([088e3108](https://github.com/logos-messaging/logos-messaging-nim/commit/088e3108))
33+
- Bump nim-ffi to v0.1.3 ([#3696](https://github.com/logos-messaging/logos-messaging-nim/pull/3696)) ([a02aaab5](https://github.com/logos-messaging/logos-messaging-nim/commit/a02aaab5))
34+
- Lightpush minor refactor ([#3538](https://github.com/logos-messaging/logos-messaging-nim/pull/3538)) ([1e73213a](https://github.com/logos-messaging/logos-messaging-nim/commit/1e73213a))
35+
- Pin RLN dependencies to specific version ([#3649](https://github.com/logos-messaging/logos-messaging-nim/pull/3649)) ([834eea94](https://github.com/logos-messaging/logos-messaging-nim/commit/834eea94))
36+
- Nix: add libwaku target and wakucanary Flake package ([#3599](https://github.com/logos-messaging/logos-messaging-nim/pull/3599), [a561ec3a](https://github.com/logos-messaging/logos-messaging-nim/commit/a561ec3a))
37+
- Add gasprice overflow check ([#3636](https://github.com/logos-messaging/logos-messaging-nim/pull/3636)) ([a8590a0a](https://github.com/logos-messaging/logos-messaging-nim/commit/a8590a0a))
38+
- Various CI/CD updates and fixes ([#3664](https://github.com/logos-messaging/logos-messaging-nim/pull/3664), [#3666](https://github.com/logos-messaging/logos-messaging-nim/pull/3666), [#3667](https://github.com/logos-messaging/logos-messaging-nim/pull/3667))
39+
40+
### This release supports the following [libp2p protocols](https://docs.libp2p.io/concepts/protocols/):
41+
42+
| Protocol | Spec status | Protocol id |
43+
| ---: | :---: | :--- |
44+
| [`11/WAKU2-RELAY`](https://github.com/vacp2p/rfc-index/blob/main/waku/standards/core/11/relay.md) | `stable` | `/vac/waku/relay/2.0.0` |
45+
| [`12/WAKU2-FILTER`](https://github.com/vacp2p/rfc-index/blob/main/waku/standards/core/12/filter.md) | `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` |
46+
| [`13/WAKU2-STORE`](https://github.com/vacp2p/rfc-index/blob/main/waku/standards/core/13/store.md) | `draft` | `/vac/waku/store/2.0.0-beta4` |
47+
| [`19/WAKU2-LIGHTPUSH`](https://github.com/vacp2p/rfc-index/blob/main/waku/standards/core/19/lightpush.md) | `draft` | `/vac/waku/lightpush/2.0.0-beta1` |
48+
| [`WAKU2-LIGHTPUSH v3`](https://github.com/waku-org/specs/blob/master/standards/core/lightpush.md) | `draft` | `/vac/waku/lightpush/3.0.0` |
49+
| [`66/WAKU2-METADATA`](https://github.com/waku-org/specs/blob/master/standards/core/metadata.md) | `raw` | `/vac/waku/metadata/1.0.0` |
50+
| [`WAKU-SYNC`](https://github.com/waku-org/specs/blob/master/standards/core/sync.md) | `draft` | `/vac/waku/sync/1.0.0` |
51+
152
## v0.37.1-beta (2025-12-10)
253

354
### Bug Fixes

0 commit comments

Comments
 (0)