Skip to content

Releases: waku-org/js-waku

relay: v0.0.17

24 Mar 13:51
ea6daae

Choose a tag to compare

0.0.17 (2025-03-24)

Features

  • Improve peer manager and re-integrate to light push (#2191) (62f93dc)
  • Migrate to latest LightPush version (#2281) (f199d92)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @waku/core bumped from 0.0.33 to 0.0.34
      • @waku/sdk bumped from 0.0.29 to 0.0.30
      • @waku/interfaces bumped from 0.0.28 to 0.0.29
      • @waku/proto bumped from 0.0.8 to 0.0.9
      • @waku/utils bumped from 0.0.21 to 0.0.22

proto: v0.0.9

24 Mar 13:51
ea6daae

Choose a tag to compare

0.0.9 (2025-03-24)

Features

  • sds: Add message channel with buffers and send/receive logic (4cd1eea)
  • sds: Add message channel with buffers and send/receive logic (389ca40)
  • sds: Create package for sds and add protobuf def (6abd2d1)
  • sds: Create package for sds and add protobuf def (468512f)

message-hash: v0.1.18

24 Mar 13:51
ea6daae

Choose a tag to compare

0.1.18 (2025-03-24)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @waku/utils bumped from 0.0.21 to 0.0.22
    • devDependencies
      • @waku/interfaces bumped from 0.0.28 to 0.0.29

message-encryption: v0.0.32

24 Mar 13:51
ea6daae

Choose a tag to compare

0.0.32 (2025-03-24)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @waku/core bumped from 0.0.33 to 0.0.34
      • @waku/interfaces bumped from 0.0.28 to 0.0.29
      • @waku/proto bumped from 0.0.8 to 0.0.9
      • @waku/utils bumped from 0.0.21 to 0.0.22

interfaces: v0.0.29

24 Mar 13:51
ea6daae

Choose a tag to compare

0.0.29 (2025-03-24)

Features

  • Add HealthIndicator with simplified logic and testing (#2251) (3136f3a)
  • Enable auto start upon node creation (#2291) (09108d9)
  • Improve peer manager and re-integrate to light push (#2191) (62f93dc)
  • Migrate to latest LightPush version (#2281) (f199d92)
  • store: Allow specifying node to use (#2192) (4153396)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @waku/proto bumped from ^0.0.8 to ^0.0.9

enr: v0.0.28

24 Mar 13:51
ea6daae

Choose a tag to compare

0.0.28 (2025-03-24)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @waku/utils bumped from 0.0.21 to 0.0.22
    • devDependencies
      • @waku/interfaces bumped from 0.0.28 to 0.0.29

discovery: v0.0.7

24 Mar 13:51
ea6daae

Choose a tag to compare

0.0.7 (2025-03-24)

Features

  • Add HealthIndicator with simplified logic and testing (#2251) (3136f3a)
  • Improve peer manager and re-integrate to light push (#2191) (62f93dc)
  • Move Peer to PeerId (#2246) (fc93fae)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @waku/core bumped from 0.0.33 to 0.0.34
      • @waku/enr bumped from 0.0.27 to 0.0.28
      • @waku/interfaces bumped from 0.0.28 to 0.0.29
      • @waku/proto bumped from ^0.0.8 to ^0.0.9
      • @waku/utils bumped from 0.0.21 to 0.0.22

core: v0.0.34

24 Mar 13:51
ea6daae

Choose a tag to compare

0.0.34 (2025-03-24)

Features

  • Add HealthIndicator with simplified logic and testing (#2251) (3136f3a)
  • Improve peer manager and re-integrate to light push (#2191) (62f93dc)
  • Migrate to latest LightPush version (#2281) (f199d92)
  • Move Peer to PeerId (#2246) (fc93fae)
  • rln: Migrate from v1 to v2, rate limiting, memberships, test coverage (#2262) (6fc6bf3)
  • store: Allow specifying node to use (#2192) (4153396)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @waku/enr bumped from ^0.0.27 to ^0.0.28
      • @waku/interfaces bumped from 0.0.28 to 0.0.29
      • @waku/proto bumped from 0.0.8 to 0.0.9
      • @waku/utils bumped from 0.0.21 to 0.0.22

utils: v0.0.21

17 Oct 12:18
c591e6d

Choose a tag to compare

0.0.21 (2024-10-16)

Features

  • filter: Enhancing protocol peer management with mutex locks (#2137) (b2efce5)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @waku/interfaces bumped from 0.0.27 to 0.0.28

sdk: v0.0.29

17 Oct 12:19
c591e6d

Choose a tag to compare

0.0.29 (2024-10-16)

⚠ BREAKING CHANGES

  • lighten retry logic for LightPush (#2182)

Features

  • Confirm metadata and protocols needed in waitForRemotePeer (#2160) (d37e024)
  • filter: Enhancing protocol peer management with mutex locks (#2137) (b2efce5)
  • filter: Reliability monitor as a separate class to handle reliability logic (#2117) (7ad1d32)
  • Lighten retry logic for LightPush (#2182) (4049123)
  • lightPush: Improve peer usage and improve readability (#2155) (1d68526)
  • lightpush: Introduce ReliabilityMonitor and allow send retries (#2130) (7a6247c)
  • Replace waitForRemotePeers() with waku.waitForPeer() method (#2161) (75fcca4)

Bug Fixes

  • Attempt to fix some of the Filter issues (#2183) (ded994f)
  • Peer renewal connection drop & stream management (#2145) (b93134a)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @waku/core bumped from 0.0.32 to 0.0.33
      • @waku/discovery bumped from 0.0.5 to 0.0.6
      • @waku/interfaces bumped from 0.0.27 to 0.0.28
      • @waku/utils bumped from 0.0.20 to 0.0.21
      • @waku/message-hash bumped from 0.1.16 to 0.1.17