v0.5.2
What's Changed
- fix: set a max length for the multiaddr field by @richard-ramos in #474
- fix: use stdbase64 encoding by @richard-ramos in #473
- refactor(px): use request-response instead of dialing back by @richard-ramos in #476
- chore: use base64 url safe encoding for noise by @richard-ramos in #464
- fix: logLevel by @richard-ramos in #475
- fix: deps by @richard-ramos in #478
- fix: use sync.Pool for msgId hasher by @richard-ramos in #479
- fix: use pool for all sha256 hash operations by @richard-ramos in #480
- feat: add meta field to WakuMessage by @richard-ramos in #477
- nix: add Nix flake to build node and library by @jakubgs in #483
- nix: fix nix run by setting mainProgram to waku by @jakubgs in #484
- feat(message): added waku message deterministic hashing by @richard-ramos in #482
- refactor: namespaced pubsub topics by @richard-ramos in #485
- fix: limit number of subscribers and criteria by @richard-ramos in #481
- feat(filterv2): ping by @richard-ramos in #486
- feat: rendezvous server by @richard-ramos in #487
- feat(c-bindings): custom gossipsub params by @richard-ramos in #489
Full Changelog: v0.5.1...v0.5.2