Skip to content

v0.35.0

Latest
Compare
Choose a tag to compare
@Ivansete-status Ivansete-status released this 11 Mar 23:15
· 25 commits to master since this release
v0.35.0
f08efa4

v0.35.0 (2025-03-03)

Notes

  • Deprecated parameter

    • max-relay-peers
  • New parameters

    • relay-service-ratio

      String value with peers distribution within max-connections parameter.
      This percentage ratio represents the relay peers to service peers.
      For example, 60:40, tells that 60% of the max-connections will be used for relay protocol
      and the other 40% of max-connections will be reserved for other service protocols (e.g.,
      filter, lightpush, store, metadata, etc.)

    • rendezvous

      boolean attribute that optionally activates waku rendezvous discovery server.
      True by default.

Release highlights

  • New filter approach to keep push stream opened within subscription period.
  • Waku sync protocol.
  • Libwaku async
  • Lite-protocol-tester enhancements.
  • New panels and metrics in RLN to control outstanding request quota.

Features

Bug Fixes

Changes

This release supports the following libp2p protocols:

Protocol Spec status Protocol id
11/WAKU2-RELAY stable /vac/waku/relay/2.0.0
12/WAKU2-FILTER draft /vac/waku/filter/2.0.0-beta1
/vac/waku/filter-subscribe/2.0.0-beta1
/vac/waku/filter-push/2.0.0-beta1
13/WAKU2-STORE draft /vac/waku/store/2.0.0-beta4
19/WAKU2-LIGHTPUSH draft /vac/waku/lightpush/2.0.0-beta1
66/WAKU2-METADATA raw /vac/waku/metadata/1.0.0
WAKU-SYNC draft /vac/waku/reconciliation/1.0.0 & /vac/waku/transfer/1.0.0