Skip to content

Releases: waku-org/js-waku

enr: v0.0.31

19 Jul 02:08
e92cc57

Choose a tag to compare

0.0.31 (2025-07-18)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @waku/utils bumped from 0.0.24 to 0.0.25
    • devDependencies
      • @waku/interfaces bumped from 0.0.31 to 0.0.32

discovery: v0.0.10

19 Jul 02:08
e92cc57

Choose a tag to compare

0.0.10 (2025-07-18)

⚠ BREAKING CHANGES

  • re-architect connection manager (#2445)

Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @waku/core bumped from 0.0.36 to 0.0.37
      • @waku/enr bumped from 0.0.30 to 0.0.31
      • @waku/interfaces bumped from 0.0.31 to 0.0.32
      • @waku/proto bumped from ^0.0.11 to ^0.0.12
      • @waku/utils bumped from 0.0.24 to 0.0.25

core: v0.0.37

19 Jul 02:08
e92cc57

Choose a tag to compare

0.0.37 (2025-07-18)

⚠ BREAKING CHANGES

  • remove node level pubsub topic concept
  • unify events under one source (#2473)
  • re-architect connection manager (#2445)

Features

  • Add recovery and connection maintenance (#2496) (ed389cc)
  • Don't dial peers that failed before, make dialer use dial queue (#2478) (35acdf8)
  • Implement store query chunking (#2511) (36f6884)
  • Make peer manager aware of codec and shard, fix retry manager and shut down subscriptions (#2425) (058f2ff)
  • Re-architect connection manager (#2445) (c7682ea)
  • Unify events under one source (#2473) (27292ed)

Bug Fixes

  • Remove node level pubsub topic concept (6d55af9)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @waku/enr bumped from ^0.0.30 to ^0.0.31
      • @waku/interfaces bumped from 0.0.31 to 0.0.32
      • @waku/proto bumped from 0.0.11 to 0.0.12
      • @waku/utils bumped from 0.0.24 to 0.0.25

utils: v0.0.24

23 Jun 20:46
cd1d909

Choose a tag to compare

0.0.24 (2025-06-23)

⚠ BREAKING CHANGES

  • upgrade libp2p, nodejs and typescript (#2401)

Miscellaneous Chores

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @waku/interfaces bumped from 0.0.30 to 0.0.31

sds: v0.0.4

23 Jun 20:46
cd1d909

Choose a tag to compare

0.0.4 (2025-06-23)

⚠ BREAKING CHANGES

  • upgrade libp2p, nodejs and typescript (#2401)
  • re-work messaging parts and sharding (#2399)

Features

  • Add command queue architecture and improve message handling (a0fc9e0)
  • Re-work messaging parts and sharding (#2399) (1905558)

Bug Fixes

  • Reorder methods by visibility (8444bc9)

Miscellaneous Chores

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @waku/proto bumped from ^0.0.10 to ^0.0.11
      • @waku/utils bumped from ^0.0.23 to ^0.0.24

sdk: v0.0.32

23 Jun 20:46
cd1d909

Choose a tag to compare

0.0.32 (2025-06-23)

⚠ BREAKING CHANGES

  • upgrade libp2p, nodejs and typescript (#2401)
  • remove IBaseProtocol and improve interface on PeerExchange (#2422)
  • re-work messaging parts and sharding (#2399)

Features

  • Enable/disable discoveries without defaultBootstrap: true (#2363) (16328a3)
  • Event based approach to Filter (#2300) (a4dfd34)
  • Re-work messaging parts and sharding (#2399) (1905558)
  • Shard retrieval for store and store peers selection (#2417) (f55db3e)

Bug Fixes

  • store: Update store query validation logic to support msg hash q… (49f26d8)
  • store: Update store query validation logic to support msg hash queries (9f7a15d)

Miscellaneous Chores

  • Remove IBaseProtocol and improve interface on PeerExchange (#2422) (7c8d107)
  • Upgrade libp2p, nodejs and typescript (#2401) (fcc6496)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @waku/core bumped from 0.0.35 to 0.0.36
      • @waku/discovery bumped from 0.0.8 to 0.0.9
      • @waku/interfaces bumped from 0.0.30 to 0.0.31
      • @waku/proto bumped from ^0.0.10 to ^0.0.11
      • @waku/utils bumped from 0.0.23 to 0.0.24

rln: v0.1.6

23 Jun 20:46
cd1d909

Choose a tag to compare

0.1.6 (2025-06-23)

⚠ BREAKING CHANGES

  • upgrade libp2p, nodejs and typescript (#2401)
  • re-work messaging parts and sharding (#2399)

Features

  • Re-work messaging parts and sharding (#2399) (1905558)
  • Refine work with membership info and other meta information (#2341) (3b23bce)

Miscellaneous Chores

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @waku/core bumped from ^0.0.35 to ^0.0.36
      • @waku/utils bumped from ^0.0.23 to ^0.0.24
    • devDependencies
      • @waku/interfaces bumped from 0.0.30 to 0.0.31
      • @waku/message-encryption bumped from ^0.0.33 to ^0.0.34

relay: v0.0.19

23 Jun 20:46
cd1d909

Choose a tag to compare

0.0.19 (2025-06-23)

⚠ BREAKING CHANGES

  • upgrade libp2p, nodejs and typescript (#2401)
  • re-work messaging parts and sharding (#2399)

Features

Miscellaneous Chores

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @waku/core bumped from 0.0.35 to 0.0.36
      • @waku/sdk bumped from 0.0.31 to 0.0.32
      • @waku/interfaces bumped from 0.0.30 to 0.0.31
      • @waku/proto bumped from 0.0.10 to 0.0.11
      • @waku/utils bumped from 0.0.23 to 0.0.24

proto: v0.0.11

23 Jun 20:46
cd1d909

Choose a tag to compare

0.0.11 (2025-06-23)

⚠ BREAKING CHANGES

  • upgrade libp2p, nodejs and typescript (#2401)

Miscellaneous Chores

message-encryption: v0.0.34

23 Jun 20:46
cd1d909

Choose a tag to compare

0.0.34 (2025-06-23)

⚠ BREAKING CHANGES

  • upgrade libp2p, nodejs and typescript (#2401)
  • re-work messaging parts and sharding (#2399)

Features

Miscellaneous Chores

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @waku/core bumped from 0.0.35 to 0.0.36
      • @waku/interfaces bumped from 0.0.30 to 0.0.31
      • @waku/proto bumped from 0.0.10 to 0.0.11
      • @waku/utils bumped from 0.0.23 to 0.0.24