Merge pull request #2441 from waku-org/release-please--branches--master

chore: release master
This commit is contained in:
Arseniy Klempner 2025-07-18 18:54:31 -07:00 committed by GitHub
commit e92cc570f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
24 changed files with 335 additions and 97 deletions

View File

@ -1,13 +1,13 @@
{ {
"packages/utils": "0.0.24", "packages/utils": "0.0.25",
"packages/proto": "0.0.11", "packages/proto": "0.0.12",
"packages/interfaces": "0.0.31", "packages/interfaces": "0.0.32",
"packages/enr": "0.0.30", "packages/enr": "0.0.31",
"packages/core": "0.0.36", "packages/core": "0.0.37",
"packages/message-encryption": "0.0.34", "packages/message-encryption": "0.0.35",
"packages/relay": "0.0.19", "packages/relay": "0.0.20",
"packages/sdk": "0.0.32", "packages/sdk": "0.0.33",
"packages/discovery": "0.0.9", "packages/discovery": "0.0.10",
"packages/sds": "0.0.4", "packages/sds": "0.0.5",
"packages/rln": "0.1.6" "packages/rln": "0.1.7"
} }

86
package-lock.json generated
View File

@ -36675,15 +36675,15 @@
}, },
"packages/core": { "packages/core": {
"name": "@waku/core", "name": "@waku/core",
"version": "0.0.36", "version": "0.0.37",
"license": "MIT OR Apache-2.0", "license": "MIT OR Apache-2.0",
"dependencies": { "dependencies": {
"@libp2p/ping": "2.0.35", "@libp2p/ping": "2.0.35",
"@noble/hashes": "^1.3.2", "@noble/hashes": "^1.3.2",
"@waku/enr": "^0.0.30", "@waku/enr": "^0.0.31",
"@waku/interfaces": "0.0.31", "@waku/interfaces": "0.0.32",
"@waku/proto": "0.0.11", "@waku/proto": "0.0.12",
"@waku/utils": "0.0.24", "@waku/utils": "0.0.25",
"debug": "^4.3.4", "debug": "^4.3.4",
"it-all": "^3.0.4", "it-all": "^3.0.4",
"it-length-prefixed": "^9.0.4", "it-length-prefixed": "^9.0.4",
@ -36743,14 +36743,14 @@
}, },
"packages/discovery": { "packages/discovery": {
"name": "@waku/discovery", "name": "@waku/discovery",
"version": "0.0.9", "version": "0.0.10",
"license": "MIT OR Apache-2.0", "license": "MIT OR Apache-2.0",
"dependencies": { "dependencies": {
"@waku/core": "0.0.36", "@waku/core": "0.0.37",
"@waku/enr": "0.0.30", "@waku/enr": "0.0.31",
"@waku/interfaces": "0.0.31", "@waku/interfaces": "0.0.32",
"@waku/proto": "^0.0.11", "@waku/proto": "^0.0.12",
"@waku/utils": "0.0.24", "@waku/utils": "0.0.25",
"debug": "^4.3.4", "debug": "^4.3.4",
"dns-over-http-resolver": "^3.0.8", "dns-over-http-resolver": "^3.0.8",
"hi-base32": "^0.5.1", "hi-base32": "^0.5.1",
@ -36779,7 +36779,7 @@
}, },
"packages/enr": { "packages/enr": {
"name": "@waku/enr", "name": "@waku/enr",
"version": "0.0.30", "version": "0.0.31",
"license": "MIT OR Apache-2.0", "license": "MIT OR Apache-2.0",
"dependencies": { "dependencies": {
"@ethersproject/rlp": "^5.7.0", "@ethersproject/rlp": "^5.7.0",
@ -36787,7 +36787,7 @@
"@libp2p/peer-id": "5.1.7", "@libp2p/peer-id": "5.1.7",
"@multiformats/multiaddr": "^12.0.0", "@multiformats/multiaddr": "^12.0.0",
"@noble/secp256k1": "^1.7.1", "@noble/secp256k1": "^1.7.1",
"@waku/utils": "0.0.24", "@waku/utils": "0.0.25",
"debug": "^4.3.4", "debug": "^4.3.4",
"js-sha3": "^0.9.2" "js-sha3": "^0.9.2"
}, },
@ -36798,7 +36798,7 @@
"@types/chai": "^4.3.11", "@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6", "@types/mocha": "^10.0.6",
"@waku/build-utils": "*", "@waku/build-utils": "*",
"@waku/interfaces": "0.0.31", "@waku/interfaces": "0.0.32",
"chai": "^4.3.10", "chai": "^4.3.10",
"cspell": "^8.6.1", "cspell": "^8.6.1",
"fast-check": "^3.19.0", "fast-check": "^3.19.0",
@ -37318,7 +37318,7 @@
}, },
"packages/interfaces": { "packages/interfaces": {
"name": "@waku/interfaces", "name": "@waku/interfaces",
"version": "0.0.31", "version": "0.0.32",
"license": "MIT OR Apache-2.0", "license": "MIT OR Apache-2.0",
"devDependencies": { "devDependencies": {
"@chainsafe/libp2p-gossipsub": "14.1.1", "@chainsafe/libp2p-gossipsub": "14.1.1",
@ -37333,14 +37333,14 @@
}, },
"packages/message-encryption": { "packages/message-encryption": {
"name": "@waku/message-encryption", "name": "@waku/message-encryption",
"version": "0.0.34", "version": "0.0.35",
"license": "MIT OR Apache-2.0", "license": "MIT OR Apache-2.0",
"dependencies": { "dependencies": {
"@noble/secp256k1": "^1.7.1", "@noble/secp256k1": "^1.7.1",
"@waku/core": "0.0.36", "@waku/core": "0.0.37",
"@waku/interfaces": "0.0.31", "@waku/interfaces": "0.0.32",
"@waku/proto": "0.0.11", "@waku/proto": "0.0.12",
"@waku/utils": "0.0.24", "@waku/utils": "0.0.25",
"debug": "^4.3.4", "debug": "^4.3.4",
"js-sha3": "^0.9.2", "js-sha3": "^0.9.2",
"uint8arrays": "^5.0.1" "uint8arrays": "^5.0.1"
@ -37370,7 +37370,7 @@
}, },
"packages/proto": { "packages/proto": {
"name": "@waku/proto", "name": "@waku/proto",
"version": "0.0.11", "version": "0.0.12",
"license": "MIT OR Apache-2.0", "license": "MIT OR Apache-2.0",
"dependencies": { "dependencies": {
"protons-runtime": "^5.4.0" "protons-runtime": "^5.4.0"
@ -37392,16 +37392,16 @@
}, },
"packages/relay": { "packages/relay": {
"name": "@waku/relay", "name": "@waku/relay",
"version": "0.0.19", "version": "0.0.20",
"license": "MIT OR Apache-2.0", "license": "MIT OR Apache-2.0",
"dependencies": { "dependencies": {
"@chainsafe/libp2p-gossipsub": "14.1.1", "@chainsafe/libp2p-gossipsub": "14.1.1",
"@noble/hashes": "^1.3.2", "@noble/hashes": "^1.3.2",
"@waku/core": "0.0.36", "@waku/core": "0.0.37",
"@waku/interfaces": "0.0.31", "@waku/interfaces": "0.0.32",
"@waku/proto": "0.0.11", "@waku/proto": "0.0.12",
"@waku/sdk": "0.0.32", "@waku/sdk": "0.0.33",
"@waku/utils": "0.0.24", "@waku/utils": "0.0.25",
"chai": "^4.3.10", "chai": "^4.3.10",
"debug": "^4.3.4", "debug": "^4.3.4",
"fast-check": "^3.19.0", "fast-check": "^3.19.0",
@ -37478,13 +37478,13 @@
}, },
"packages/rln": { "packages/rln": {
"name": "@waku/rln", "name": "@waku/rln",
"version": "0.1.6", "version": "0.1.7",
"license": "MIT OR Apache-2.0", "license": "MIT OR Apache-2.0",
"dependencies": { "dependencies": {
"@chainsafe/bls-keystore": "3.0.0", "@chainsafe/bls-keystore": "3.0.0",
"@noble/hashes": "^1.2.0", "@noble/hashes": "^1.2.0",
"@waku/core": "^0.0.36", "@waku/core": "^0.0.37",
"@waku/utils": "^0.0.24", "@waku/utils": "^0.0.25",
"@waku/zerokit-rln-wasm": "^0.0.13", "@waku/zerokit-rln-wasm": "^0.0.13",
"chai": "^5.1.2", "chai": "^5.1.2",
"chai-as-promised": "^8.0.1", "chai-as-promised": "^8.0.1",
@ -37506,8 +37506,8 @@
"@types/lodash": "^4.17.15", "@types/lodash": "^4.17.15",
"@types/sinon": "^17.0.3", "@types/sinon": "^17.0.3",
"@waku/build-utils": "^1.0.0", "@waku/build-utils": "^1.0.0",
"@waku/interfaces": "0.0.31", "@waku/interfaces": "0.0.32",
"@waku/message-encryption": "^0.0.34", "@waku/message-encryption": "^0.0.35",
"deep-equal-in-any-order": "^2.0.6", "deep-equal-in-any-order": "^2.0.6",
"fast-check": "^3.23.2", "fast-check": "^3.23.2",
"rollup-plugin-copy": "^3.5.0" "rollup-plugin-copy": "^3.5.0"
@ -37623,7 +37623,7 @@
}, },
"packages/sdk": { "packages/sdk": {
"name": "@waku/sdk", "name": "@waku/sdk",
"version": "0.0.32", "version": "0.0.33",
"license": "MIT OR Apache-2.0", "license": "MIT OR Apache-2.0",
"dependencies": { "dependencies": {
"@chainsafe/libp2p-noise": "16.1.3", "@chainsafe/libp2p-noise": "16.1.3",
@ -37633,11 +37633,11 @@
"@libp2p/ping": "2.0.35", "@libp2p/ping": "2.0.35",
"@libp2p/websockets": "9.2.16", "@libp2p/websockets": "9.2.16",
"@noble/hashes": "^1.3.3", "@noble/hashes": "^1.3.3",
"@waku/core": "0.0.36", "@waku/core": "0.0.37",
"@waku/discovery": "0.0.9", "@waku/discovery": "0.0.10",
"@waku/interfaces": "0.0.31", "@waku/interfaces": "0.0.32",
"@waku/proto": "^0.0.11", "@waku/proto": "^0.0.12",
"@waku/utils": "0.0.24", "@waku/utils": "0.0.25",
"libp2p": "2.8.11" "libp2p": "2.8.11"
}, },
"devDependencies": { "devDependencies": {
@ -37748,13 +37748,13 @@
}, },
"packages/sds": { "packages/sds": {
"name": "@waku/sds", "name": "@waku/sds",
"version": "0.0.4", "version": "0.0.5",
"license": "MIT OR Apache-2.0", "license": "MIT OR Apache-2.0",
"dependencies": { "dependencies": {
"@libp2p/interface": "2.10.4", "@libp2p/interface": "2.10.4",
"@noble/hashes": "^1.7.1", "@noble/hashes": "^1.7.1",
"@waku/proto": "^0.0.11", "@waku/proto": "^0.0.12",
"@waku/utils": "^0.0.24", "@waku/utils": "^0.0.25",
"chai": "^5.1.2" "chai": "^5.1.2"
}, },
"devDependencies": { "devDependencies": {
@ -37873,11 +37873,11 @@
}, },
"packages/utils": { "packages/utils": {
"name": "@waku/utils", "name": "@waku/utils",
"version": "0.0.24", "version": "0.0.25",
"license": "MIT OR Apache-2.0", "license": "MIT OR Apache-2.0",
"dependencies": { "dependencies": {
"@noble/hashes": "^1.3.2", "@noble/hashes": "^1.3.2",
"@waku/interfaces": "0.0.31", "@waku/interfaces": "0.0.32",
"chai": "^4.3.10", "chai": "^4.3.10",
"debug": "^4.3.4", "debug": "^4.3.4",
"uint8arrays": "^5.0.1" "uint8arrays": "^5.0.1"

View File

@ -5,6 +5,39 @@ All notable changes to this project will be documented in this file.
The file is maintained by [Release Please](https://github.com/googleapis/release-please) based on [Conventional Commits](https://www.conventionalcommits.org) specification, The file is maintained by [Release Please](https://github.com/googleapis/release-please) based on [Conventional Commits](https://www.conventionalcommits.org) specification,
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.0.37](https://github.com/waku-org/js-waku/compare/core-v0.0.36...core-v0.0.37) (2025-07-18)
### ⚠ BREAKING CHANGES
* remove node level pubsub topic concept
* unify events under one source ([#2473](https://github.com/waku-org/js-waku/issues/2473))
* re-architect connection manager ([#2445](https://github.com/waku-org/js-waku/issues/2445))
### Features
* Add recovery and connection maintenance ([#2496](https://github.com/waku-org/js-waku/issues/2496)) ([ed389cc](https://github.com/waku-org/js-waku/commit/ed389ccbc970c8e41761c5c427d151bcf9f72725))
* Don't dial peers that failed before, make dialer use dial queue ([#2478](https://github.com/waku-org/js-waku/issues/2478)) ([35acdf8](https://github.com/waku-org/js-waku/commit/35acdf8fa5a8f8d79b75cc0361302628178b5193))
* Implement store query chunking ([#2511](https://github.com/waku-org/js-waku/issues/2511)) ([36f6884](https://github.com/waku-org/js-waku/commit/36f6884d220eab42d4ce25cc4b2cc12cf36e5468))
* Make peer manager aware of codec and shard, fix retry manager and shut down subscriptions ([#2425](https://github.com/waku-org/js-waku/issues/2425)) ([058f2ff](https://github.com/waku-org/js-waku/commit/058f2ff620a4a9a6f465a1498c05fb85df369941))
* Re-architect connection manager ([#2445](https://github.com/waku-org/js-waku/issues/2445)) ([c7682ea](https://github.com/waku-org/js-waku/commit/c7682ea67c54d2c26a68ce96208003fb1ffc915c))
* Unify events under one source ([#2473](https://github.com/waku-org/js-waku/issues/2473)) ([27292ed](https://github.com/waku-org/js-waku/commit/27292edabce801a5d2296437ca3e6198da018a24))
### Bug Fixes
* Remove node level pubsub topic concept ([6d55af9](https://github.com/waku-org/js-waku/commit/6d55af947e8e57bf0d33fc6a5a67f61594e83ff1))
### 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
## [0.0.36](https://github.com/waku-org/js-waku/compare/core-v0.0.35...core-v0.0.36) (2025-06-23) ## [0.0.36](https://github.com/waku-org/js-waku/compare/core-v0.0.35...core-v0.0.36) (2025-06-23)

View File

@ -1,6 +1,6 @@
{ {
"name": "@waku/core", "name": "@waku/core",
"version": "0.0.36", "version": "0.0.37",
"description": "TypeScript implementation of the Waku v2 protocol", "description": "TypeScript implementation of the Waku v2 protocol",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"module": "./dist/index.js", "module": "./dist/index.js",
@ -64,11 +64,11 @@
"node": ">=22" "node": ">=22"
}, },
"dependencies": { "dependencies": {
"@waku/enr": "^0.0.30", "@waku/enr": "^0.0.31",
"@waku/interfaces": "0.0.31", "@waku/interfaces": "0.0.32",
"@libp2p/ping": "2.0.35", "@libp2p/ping": "2.0.35",
"@waku/proto": "0.0.11", "@waku/proto": "0.0.12",
"@waku/utils": "0.0.24", "@waku/utils": "0.0.25",
"debug": "^4.3.4", "debug": "^4.3.4",
"@noble/hashes": "^1.3.2", "@noble/hashes": "^1.3.2",
"it-all": "^3.0.4", "it-all": "^3.0.4",

View File

@ -1,5 +1,27 @@
# Changelog # Changelog
## [0.0.10](https://github.com/waku-org/js-waku/compare/discovery-v0.0.9...discovery-v0.0.10) (2025-07-18)
### ⚠ BREAKING CHANGES
* re-architect connection manager ([#2445](https://github.com/waku-org/js-waku/issues/2445))
### Features
* Re-architect connection manager ([#2445](https://github.com/waku-org/js-waku/issues/2445)) ([c7682ea](https://github.com/waku-org/js-waku/commit/c7682ea67c54d2c26a68ce96208003fb1ffc915c))
### 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
## [0.0.9](https://github.com/waku-org/js-waku/compare/discovery-v0.0.8...discovery-v0.0.9) (2025-06-23) ## [0.0.9](https://github.com/waku-org/js-waku/compare/discovery-v0.0.8...discovery-v0.0.9) (2025-06-23)

View File

@ -1,6 +1,6 @@
{ {
"name": "@waku/discovery", "name": "@waku/discovery",
"version": "0.0.9", "version": "0.0.10",
"description": "Contains various discovery mechanisms: DNS Discovery (EIP-1459, Peer Exchange, Local Peer Cache Discovery.", "description": "Contains various discovery mechanisms: DNS Discovery (EIP-1459, Peer Exchange, Local Peer Cache Discovery.",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"module": "./dist/index.js", "module": "./dist/index.js",
@ -51,11 +51,11 @@
"node": ">=22" "node": ">=22"
}, },
"dependencies": { "dependencies": {
"@waku/core": "0.0.36", "@waku/core": "0.0.37",
"@waku/enr": "0.0.30", "@waku/enr": "0.0.31",
"@waku/interfaces": "0.0.31", "@waku/interfaces": "0.0.32",
"@waku/proto": "^0.0.11", "@waku/proto": "^0.0.12",
"@waku/utils": "0.0.24", "@waku/utils": "0.0.25",
"debug": "^4.3.4", "debug": "^4.3.4",
"dns-over-http-resolver": "^3.0.8", "dns-over-http-resolver": "^3.0.8",
"hi-base32": "^0.5.1", "hi-base32": "^0.5.1",

View File

@ -99,6 +99,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* devDependencies * devDependencies
* @waku/interfaces bumped from 0.0.27 to 0.0.28 * @waku/interfaces bumped from 0.0.27 to 0.0.28
## [0.0.31](https://github.com/waku-org/js-waku/compare/enr-v0.0.30...enr-v0.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
## [0.0.30](https://github.com/waku-org/js-waku/compare/enr-v0.0.29...enr-v0.0.30) (2025-06-23) ## [0.0.30](https://github.com/waku-org/js-waku/compare/enr-v0.0.29...enr-v0.0.30) (2025-06-23)

View File

@ -1,6 +1,6 @@
{ {
"name": "@waku/enr", "name": "@waku/enr",
"version": "0.0.30", "version": "0.0.31",
"description": "ENR (EIP-778) for Waku", "description": "ENR (EIP-778) for Waku",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"module": "./dist/index.js", "module": "./dist/index.js",
@ -56,7 +56,7 @@
"@libp2p/peer-id": "5.1.7", "@libp2p/peer-id": "5.1.7",
"@multiformats/multiaddr": "^12.0.0", "@multiformats/multiaddr": "^12.0.0",
"@noble/secp256k1": "^1.7.1", "@noble/secp256k1": "^1.7.1",
"@waku/utils": "0.0.24", "@waku/utils": "0.0.25",
"debug": "^4.3.4", "debug": "^4.3.4",
"js-sha3": "^0.9.2" "js-sha3": "^0.9.2"
}, },
@ -67,7 +67,7 @@
"@types/chai": "^4.3.11", "@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6", "@types/mocha": "^10.0.6",
"@waku/build-utils": "*", "@waku/build-utils": "*",
"@waku/interfaces": "0.0.31", "@waku/interfaces": "0.0.32",
"chai": "^4.3.10", "chai": "^4.3.10",
"cspell": "^8.6.1", "cspell": "^8.6.1",
"fast-check": "^3.19.0", "fast-check": "^3.19.0",

View File

@ -5,6 +5,33 @@ All notable changes to this project will be documented in this file.
The file is maintained by [Release Please](https://github.com/googleapis/release-please) based on [Conventional Commits](https://www.conventionalcommits.org) specification, The file is maintained by [Release Please](https://github.com/googleapis/release-please) based on [Conventional Commits](https://www.conventionalcommits.org) specification,
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.0.32](https://github.com/waku-org/js-waku/compare/interfaces-v0.0.31...interfaces-v0.0.32) (2025-07-18)
### ⚠ BREAKING CHANGES
* remove node level pubsub topic concept
* unify events under one source ([#2473](https://github.com/waku-org/js-waku/issues/2473))
* re-architect connection manager ([#2445](https://github.com/waku-org/js-waku/issues/2445))
* remove deprecated filter implementation ([#2433](https://github.com/waku-org/js-waku/issues/2433))
### Features
* Add recovery and connection maintenance ([#2496](https://github.com/waku-org/js-waku/issues/2496)) ([ed389cc](https://github.com/waku-org/js-waku/commit/ed389ccbc970c8e41761c5c427d151bcf9f72725))
* Don't dial peers that failed before, make dialer use dial queue ([#2478](https://github.com/waku-org/js-waku/issues/2478)) ([35acdf8](https://github.com/waku-org/js-waku/commit/35acdf8fa5a8f8d79b75cc0361302628178b5193))
* Re-architect connection manager ([#2445](https://github.com/waku-org/js-waku/issues/2445)) ([c7682ea](https://github.com/waku-org/js-waku/commit/c7682ea67c54d2c26a68ce96208003fb1ffc915c))
* Unify events under one source ([#2473](https://github.com/waku-org/js-waku/issues/2473)) ([27292ed](https://github.com/waku-org/js-waku/commit/27292edabce801a5d2296437ca3e6198da018a24))
### Bug Fixes
* Remove node level pubsub topic concept ([6d55af9](https://github.com/waku-org/js-waku/commit/6d55af947e8e57bf0d33fc6a5a67f61594e83ff1))
### Miscellaneous Chores
* Remove deprecated filter implementation ([#2433](https://github.com/waku-org/js-waku/issues/2433)) ([981248e](https://github.com/waku-org/js-waku/commit/981248eedd2192e0a160939e5ff0d7133b12db59))
## [0.0.31](https://github.com/waku-org/js-waku/compare/interfaces-v0.0.30...interfaces-v0.0.31) (2025-06-23) ## [0.0.31](https://github.com/waku-org/js-waku/compare/interfaces-v0.0.30...interfaces-v0.0.31) (2025-06-23)

View File

@ -1,6 +1,6 @@
{ {
"name": "@waku/interfaces", "name": "@waku/interfaces",
"version": "0.0.31", "version": "0.0.32",
"description": "Definition of Waku interfaces", "description": "Definition of Waku interfaces",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"module": "./dist/index.js", "module": "./dist/index.js",

View File

@ -101,6 +101,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* @waku/interfaces bumped from 0.0.27 to 0.0.28 * @waku/interfaces bumped from 0.0.27 to 0.0.28
* @waku/utils bumped from 0.0.20 to 0.0.21 * @waku/utils bumped from 0.0.20 to 0.0.21
## [0.0.35](https://github.com/waku-org/js-waku/compare/message-encryption-v0.0.34...message-encryption-v0.0.35) (2025-07-18)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @waku/core bumped from 0.0.36 to 0.0.37
* @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
## [0.0.34](https://github.com/waku-org/js-waku/compare/message-encryption-v0.0.33...message-encryption-v0.0.34) (2025-06-23) ## [0.0.34](https://github.com/waku-org/js-waku/compare/message-encryption-v0.0.33...message-encryption-v0.0.34) (2025-06-23)

View File

@ -1,6 +1,6 @@
{ {
"name": "@waku/message-encryption", "name": "@waku/message-encryption",
"version": "0.0.34", "version": "0.0.35",
"description": "Waku Message Payload Encryption", "description": "Waku Message Payload Encryption",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"module": "./dist/index.js", "module": "./dist/index.js",
@ -76,10 +76,10 @@
}, },
"dependencies": { "dependencies": {
"@noble/secp256k1": "^1.7.1", "@noble/secp256k1": "^1.7.1",
"@waku/core": "0.0.36", "@waku/core": "0.0.37",
"@waku/interfaces": "0.0.31", "@waku/interfaces": "0.0.32",
"@waku/proto": "0.0.11", "@waku/proto": "0.0.12",
"@waku/utils": "0.0.24", "@waku/utils": "0.0.25",
"debug": "^4.3.4", "debug": "^4.3.4",
"js-sha3": "^0.9.2", "js-sha3": "^0.9.2",
"uint8arrays": "^5.0.1" "uint8arrays": "^5.0.1"

View File

@ -1,5 +1,13 @@
# Changelog # Changelog
## [0.0.12](https://github.com/waku-org/js-waku/compare/proto-v0.0.11...proto-v0.0.12) (2025-07-18)
### Features
* **proto:** Add light push v3 definition ([14085de](https://github.com/waku-org/js-waku/commit/14085de3c4079c5d5c45e36a93168e0d67306c76))
* **proto:** Add light push v3 definition ([94788d0](https://github.com/waku-org/js-waku/commit/94788d0dfc616a4321ec6ec73121ead8cc1808b7))
## [0.0.11](https://github.com/waku-org/js-waku/compare/proto-v0.0.10...proto-v0.0.11) (2025-06-23) ## [0.0.11](https://github.com/waku-org/js-waku/compare/proto-v0.0.10...proto-v0.0.11) (2025-06-23)

View File

@ -1,6 +1,6 @@
{ {
"name": "@waku/proto", "name": "@waku/proto",
"version": "0.0.11", "version": "0.0.12",
"description": "Protobuf definitions for Waku", "description": "Protobuf definitions for Waku",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"module": "./dist/index.js", "module": "./dist/index.js",

View File

@ -25,6 +25,40 @@
* @waku/interfaces bumped from 0.0.16 to 0.0.17 * @waku/interfaces bumped from 0.0.16 to 0.0.17
* @waku/utils bumped from 0.0.9 to 0.0.10 * @waku/utils bumped from 0.0.9 to 0.0.10
## [0.0.20](https://github.com/waku-org/js-waku/compare/relay-v0.0.19...relay-v0.0.20) (2025-07-18)
### ⚠ BREAKING CHANGES
* remove node level pubsub topic concept
* re-architect connection manager ([#2445](https://github.com/waku-org/js-waku/issues/2445))
* remove deprecated filter implementation ([#2433](https://github.com/waku-org/js-waku/issues/2433))
### Features
* Re-architect connection manager ([#2445](https://github.com/waku-org/js-waku/issues/2445)) ([c7682ea](https://github.com/waku-org/js-waku/commit/c7682ea67c54d2c26a68ce96208003fb1ffc915c))
### Bug Fixes
* Remove node level pubsub topic concept ([6d55af9](https://github.com/waku-org/js-waku/commit/6d55af947e8e57bf0d33fc6a5a67f61594e83ff1))
### Miscellaneous Chores
* Remove deprecated filter implementation ([#2433](https://github.com/waku-org/js-waku/issues/2433)) ([981248e](https://github.com/waku-org/js-waku/commit/981248eedd2192e0a160939e5ff0d7133b12db59))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @waku/core bumped from 0.0.36 to 0.0.37
* @waku/sdk bumped from 0.0.32 to 0.0.33
* @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
## [0.0.19](https://github.com/waku-org/js-waku/compare/relay-v0.0.18...relay-v0.0.19) (2025-06-23) ## [0.0.19](https://github.com/waku-org/js-waku/compare/relay-v0.0.18...relay-v0.0.19) (2025-06-23)

View File

@ -1,6 +1,6 @@
{ {
"name": "@waku/relay", "name": "@waku/relay",
"version": "0.0.19", "version": "0.0.20",
"description": "Relay Protocol for Waku", "description": "Relay Protocol for Waku",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"module": "./dist/index.js", "module": "./dist/index.js",
@ -51,11 +51,11 @@
"dependencies": { "dependencies": {
"@chainsafe/libp2p-gossipsub": "14.1.1", "@chainsafe/libp2p-gossipsub": "14.1.1",
"@noble/hashes": "^1.3.2", "@noble/hashes": "^1.3.2",
"@waku/core": "0.0.36", "@waku/core": "0.0.37",
"@waku/sdk": "0.0.32", "@waku/sdk": "0.0.33",
"@waku/interfaces": "0.0.31", "@waku/interfaces": "0.0.32",
"@waku/proto": "0.0.11", "@waku/proto": "0.0.12",
"@waku/utils": "0.0.24", "@waku/utils": "0.0.25",
"chai": "^4.3.10", "chai": "^4.3.10",
"debug": "^4.3.4", "debug": "^4.3.4",
"fast-check": "^3.19.0", "fast-check": "^3.19.0",

View File

@ -1,5 +1,28 @@
# Changelog # Changelog
## [0.1.7](https://github.com/waku-org/js-waku/compare/rln-v0.1.6...rln-v0.1.7) (2025-07-18)
### Features
* **rln:** Price calculator for rate limits ([#2480](https://github.com/waku-org/js-waku/issues/2480)) ([7f7f772](https://github.com/waku-org/js-waku/commit/7f7f772d9331075b57ad76eca6f803cd600c401e))
### Bug Fixes
* `idCommitmentBigInt` must always be less than the contract `Q` ([#2394](https://github.com/waku-org/js-waku/issues/2394)) ([9b0c5e8](https://github.com/waku-org/js-waku/commit/9b0c5e831140159c82a88ad9e9fe5e8ca306d909))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @waku/core bumped from ^0.0.36 to ^0.0.37
* @waku/utils bumped from ^0.0.24 to ^0.0.25
* devDependencies
* @waku/interfaces bumped from 0.0.31 to 0.0.32
* @waku/message-encryption bumped from ^0.0.34 to ^0.0.35
## [0.1.6](https://github.com/waku-org/js-waku/compare/rln-v0.1.5...rln-v0.1.6) (2025-06-23) ## [0.1.6](https://github.com/waku-org/js-waku/compare/rln-v0.1.5...rln-v0.1.6) (2025-06-23)

View File

@ -1,6 +1,6 @@
{ {
"name": "@waku/rln", "name": "@waku/rln",
"version": "0.1.6", "version": "0.1.7",
"description": "RLN (Rate Limiting Nullifier) implementation for Waku", "description": "RLN (Rate Limiting Nullifier) implementation for Waku",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"module": "./dist/index.js", "module": "./dist/index.js",
@ -54,12 +54,12 @@
"@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-node-resolve": "^15.2.3",
"@types/chai": "^5.0.1", "@types/chai": "^5.0.1",
"@types/chai-spies": "^1.0.6", "@types/chai-spies": "^1.0.6",
"@waku/interfaces": "0.0.31", "@waku/interfaces": "0.0.32",
"@types/deep-equal-in-any-order": "^1.0.4", "@types/deep-equal-in-any-order": "^1.0.4",
"@types/lodash": "^4.17.15", "@types/lodash": "^4.17.15",
"@types/sinon": "^17.0.3", "@types/sinon": "^17.0.3",
"@waku/build-utils": "^1.0.0", "@waku/build-utils": "^1.0.0",
"@waku/message-encryption": "^0.0.34", "@waku/message-encryption": "^0.0.35",
"deep-equal-in-any-order": "^2.0.6", "deep-equal-in-any-order": "^2.0.6",
"fast-check": "^3.23.2", "fast-check": "^3.23.2",
"rollup-plugin-copy": "^3.5.0" "rollup-plugin-copy": "^3.5.0"
@ -76,8 +76,8 @@
], ],
"dependencies": { "dependencies": {
"@chainsafe/bls-keystore": "3.0.0", "@chainsafe/bls-keystore": "3.0.0",
"@waku/core": "^0.0.36", "@waku/core": "^0.0.37",
"@waku/utils": "^0.0.24", "@waku/utils": "^0.0.25",
"@noble/hashes": "^1.2.0", "@noble/hashes": "^1.2.0",
"@waku/zerokit-rln-wasm": "^0.0.13", "@waku/zerokit-rln-wasm": "^0.0.13",
"ethereum-cryptography": "^3.1.0", "ethereum-cryptography": "^3.1.0",

View File

@ -47,6 +47,45 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* @waku/interfaces bumped from 0.0.19 to 0.0.20 * @waku/interfaces bumped from 0.0.19 to 0.0.20
* @waku/peer-exchange bumped from ^0.0.17 to ^0.0.18 * @waku/peer-exchange bumped from ^0.0.17 to ^0.0.18
## [0.0.33](https://github.com/waku-org/js-waku/compare/sdk-v0.0.32...sdk-v0.0.33) (2025-07-18)
### ⚠ BREAKING CHANGES
* remove node level pubsub topic concept
* unify events under one source ([#2473](https://github.com/waku-org/js-waku/issues/2473))
* re-architect connection manager ([#2445](https://github.com/waku-org/js-waku/issues/2445))
* remove deprecated filter implementation ([#2433](https://github.com/waku-org/js-waku/issues/2433))
### Features
* Add recovery and connection maintenance ([#2496](https://github.com/waku-org/js-waku/issues/2496)) ([ed389cc](https://github.com/waku-org/js-waku/commit/ed389ccbc970c8e41761c5c427d151bcf9f72725))
* Implement store query chunking ([#2511](https://github.com/waku-org/js-waku/issues/2511)) ([36f6884](https://github.com/waku-org/js-waku/commit/36f6884d220eab42d4ce25cc4b2cc12cf36e5468))
* Make peer manager aware of codec and shard, fix retry manager and shut down subscriptions ([#2425](https://github.com/waku-org/js-waku/issues/2425)) ([058f2ff](https://github.com/waku-org/js-waku/commit/058f2ff620a4a9a6f465a1498c05fb85df369941))
* Re-architect connection manager ([#2445](https://github.com/waku-org/js-waku/issues/2445)) ([c7682ea](https://github.com/waku-org/js-waku/commit/c7682ea67c54d2c26a68ce96208003fb1ffc915c))
* Unify events under one source ([#2473](https://github.com/waku-org/js-waku/issues/2473)) ([27292ed](https://github.com/waku-org/js-waku/commit/27292edabce801a5d2296437ca3e6198da018a24))
### Bug Fixes
* Remove node level pubsub topic concept ([6d55af9](https://github.com/waku-org/js-waku/commit/6d55af947e8e57bf0d33fc6a5a67f61594e83ff1))
### Miscellaneous Chores
* Remove deprecated filter implementation ([#2433](https://github.com/waku-org/js-waku/issues/2433)) ([981248e](https://github.com/waku-org/js-waku/commit/981248eedd2192e0a160939e5ff0d7133b12db59))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @waku/core bumped from 0.0.36 to 0.0.37
* @waku/discovery bumped from 0.0.9 to 0.0.10
* @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
## [0.0.32](https://github.com/waku-org/js-waku/compare/sdk-v0.0.31...sdk-v0.0.32) (2025-06-23) ## [0.0.32](https://github.com/waku-org/js-waku/compare/sdk-v0.0.31...sdk-v0.0.32) (2025-06-23)

View File

@ -1,6 +1,6 @@
{ {
"name": "@waku/sdk", "name": "@waku/sdk",
"version": "0.0.32", "version": "0.0.33",
"description": "A unified SDK for easy creation and management of js-waku nodes.", "description": "A unified SDK for easy creation and management of js-waku nodes.",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"module": "./dist/index.js", "module": "./dist/index.js",
@ -67,11 +67,11 @@
"@libp2p/ping": "2.0.35", "@libp2p/ping": "2.0.35",
"@libp2p/websockets": "9.2.16", "@libp2p/websockets": "9.2.16",
"@noble/hashes": "^1.3.3", "@noble/hashes": "^1.3.3",
"@waku/core": "0.0.36", "@waku/core": "0.0.37",
"@waku/discovery": "0.0.9", "@waku/discovery": "0.0.10",
"@waku/interfaces": "0.0.31", "@waku/interfaces": "0.0.32",
"@waku/proto": "^0.0.11", "@waku/proto": "^0.0.12",
"@waku/utils": "0.0.24", "@waku/utils": "0.0.25",
"libp2p": "2.8.11" "libp2p": "2.8.11"
}, },
"devDependencies": { "devDependencies": {

View File

@ -1,5 +1,15 @@
# Changelog # Changelog
## [0.0.5](https://github.com/waku-org/js-waku/compare/sds-v0.0.4...sds-v0.0.5) (2025-07-18)
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @waku/proto bumped from ^0.0.11 to ^0.0.12
* @waku/utils bumped from ^0.0.24 to ^0.0.25
## [0.0.4](https://github.com/waku-org/js-waku/compare/sds-v0.0.3...sds-v0.0.4) (2025-06-23) ## [0.0.4](https://github.com/waku-org/js-waku/compare/sds-v0.0.3...sds-v0.0.4) (2025-06-23)

View File

@ -1,6 +1,6 @@
{ {
"name": "@waku/sds", "name": "@waku/sds",
"version": "0.0.4", "version": "0.0.5",
"description": "Scalable Data Sync implementation for the browser. Based on https://github.com/vacp2p/rfc-index/blob/main/vac/raw/sds.md", "description": "Scalable Data Sync implementation for the browser. Based on https://github.com/vacp2p/rfc-index/blob/main/vac/raw/sds.md",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"module": "./dist/index.js", "module": "./dist/index.js",
@ -61,8 +61,8 @@
"dependencies": { "dependencies": {
"@libp2p/interface": "2.10.4", "@libp2p/interface": "2.10.4",
"@noble/hashes": "^1.7.1", "@noble/hashes": "^1.7.1",
"@waku/proto": "^0.0.11", "@waku/proto": "^0.0.12",
"@waku/utils": "^0.0.24", "@waku/utils": "^0.0.25",
"chai": "^5.1.2" "chai": "^5.1.2"
}, },
"devDependencies": { "devDependencies": {

View File

@ -12,6 +12,25 @@
* devDependencies * devDependencies
* @waku/interfaces bumped from 0.0.16 to 0.0.17 * @waku/interfaces bumped from 0.0.16 to 0.0.17
## [0.0.25](https://github.com/waku-org/js-waku/compare/utils-v0.0.24...utils-v0.0.25) (2025-07-18)
### ⚠ BREAKING CHANGES
* re-architect connection manager ([#2445](https://github.com/waku-org/js-waku/issues/2445))
### Features
* Re-architect connection manager ([#2445](https://github.com/waku-org/js-waku/issues/2445)) ([c7682ea](https://github.com/waku-org/js-waku/commit/c7682ea67c54d2c26a68ce96208003fb1ffc915c))
* Update logger format ([#2472](https://github.com/waku-org/js-waku/issues/2472)) ([f75634d](https://github.com/waku-org/js-waku/commit/f75634d9c561e980c5eabf19335acb560ff9974c))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @waku/interfaces bumped from 0.0.31 to 0.0.32
## [0.0.24](https://github.com/waku-org/js-waku/compare/utils-v0.0.23...utils-v0.0.24) (2025-06-23) ## [0.0.24](https://github.com/waku-org/js-waku/compare/utils-v0.0.23...utils-v0.0.24) (2025-06-23)

View File

@ -1,6 +1,6 @@
{ {
"name": "@waku/utils", "name": "@waku/utils",
"version": "0.0.24", "version": "0.0.25",
"description": "Different utilities for Waku", "description": "Different utilities for Waku",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"module": "./dist/index.js", "module": "./dist/index.js",
@ -64,7 +64,7 @@
}, },
"dependencies": { "dependencies": {
"@noble/hashes": "^1.3.2", "@noble/hashes": "^1.3.2",
"@waku/interfaces": "0.0.31", "@waku/interfaces": "0.0.32",
"chai": "^4.3.10", "chai": "^4.3.10",
"debug": "^4.3.4", "debug": "^4.3.4",
"uint8arrays": "^5.0.1" "uint8arrays": "^5.0.1"