Releases: waku-org/js-waku
Releases · waku-org/js-waku
relay: v0.0.17
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
- dependencies
proto: v0.0.9
message-hash: v0.1.18
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
- dependencies
message-encryption: v0.0.32
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
- dependencies
interfaces: v0.0.29
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
- dependencies
enr: v0.0.28
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
- dependencies
discovery: v0.0.7
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
- dependencies
core: v0.0.34
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
- dependencies
utils: v0.0.21
sdk: v0.0.29
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
sendretries (#2130) (7a6247c) - Replace
waitForRemotePeers()withwaku.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
- dependencies