From cd1d909de38bfecb0543d0642feb219804119e19 Mon Sep 17 00:00:00 2001 From: Sasha <118575614+weboko@users.noreply.github.com> Date: Mon, 23 Jun 2025 22:29:40 +0200 Subject: [PATCH] chore: release master (#2390) --- .release-please-manifest.json | 22 +++--- package-lock.json | 86 ++++++++++++------------ packages/core/CHANGELOG.md | 39 +++++++++++ packages/core/package.json | 10 +-- packages/discovery/CHANGELOG.md | 24 +++++++ packages/discovery/package.json | 12 ++-- packages/enr/CHANGELOG.md | 20 ++++++ packages/enr/package.json | 6 +- packages/interfaces/CHANGELOG.md | 22 ++++++ packages/interfaces/package.json | 2 +- packages/message-encryption/CHANGELOG.md | 27 ++++++++ packages/message-encryption/package.json | 10 +-- packages/proto/CHANGELOG.md | 11 +++ packages/proto/package.json | 2 +- packages/relay/CHANGELOG.md | 28 ++++++++ packages/relay/package.json | 12 ++-- packages/rln/CHANGELOG.md | 29 ++++++++ packages/rln/package.json | 10 +-- packages/sdk/CHANGELOG.md | 39 +++++++++++ packages/sdk/package.json | 12 ++-- packages/sds/CHANGELOG.md | 31 +++++++++ packages/sds/package.json | 6 +- packages/utils/CHANGELOG.md | 18 +++++ packages/utils/package.json | 4 +- 24 files changed, 385 insertions(+), 97 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index db5c8d0018..0386d89c26 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,13 +1,13 @@ { - "packages/utils": "0.0.23", - "packages/proto": "0.0.10", - "packages/interfaces": "0.0.30", - "packages/enr": "0.0.29", - "packages/core": "0.0.35", - "packages/message-encryption": "0.0.33", - "packages/relay": "0.0.18", - "packages/sdk": "0.0.31", - "packages/discovery": "0.0.8", - "packages/sds": "0.0.3", - "packages/rln": "0.1.5" + "packages/utils": "0.0.24", + "packages/proto": "0.0.11", + "packages/interfaces": "0.0.31", + "packages/enr": "0.0.30", + "packages/core": "0.0.36", + "packages/message-encryption": "0.0.34", + "packages/relay": "0.0.19", + "packages/sdk": "0.0.32", + "packages/discovery": "0.0.9", + "packages/sds": "0.0.4", + "packages/rln": "0.1.6" } diff --git a/package-lock.json b/package-lock.json index 5f4a234fe9..6898e9c0f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36670,15 +36670,15 @@ }, "packages/core": { "name": "@waku/core", - "version": "0.0.35", + "version": "0.0.36", "license": "MIT OR Apache-2.0", "dependencies": { "@libp2p/ping": "2.0.35", "@noble/hashes": "^1.3.2", - "@waku/enr": "^0.0.29", - "@waku/interfaces": "0.0.30", - "@waku/proto": "0.0.10", - "@waku/utils": "0.0.23", + "@waku/enr": "^0.0.30", + "@waku/interfaces": "0.0.31", + "@waku/proto": "0.0.11", + "@waku/utils": "0.0.24", "debug": "^4.3.4", "it-all": "^3.0.4", "it-length-prefixed": "^9.0.4", @@ -36738,14 +36738,14 @@ }, "packages/discovery": { "name": "@waku/discovery", - "version": "0.0.8", + "version": "0.0.9", "license": "MIT OR Apache-2.0", "dependencies": { - "@waku/core": "0.0.35", - "@waku/enr": "0.0.29", - "@waku/interfaces": "0.0.30", - "@waku/proto": "^0.0.10", - "@waku/utils": "0.0.23", + "@waku/core": "0.0.36", + "@waku/enr": "0.0.30", + "@waku/interfaces": "0.0.31", + "@waku/proto": "^0.0.11", + "@waku/utils": "0.0.24", "debug": "^4.3.4", "dns-over-http-resolver": "^3.0.8", "hi-base32": "^0.5.1", @@ -36774,7 +36774,7 @@ }, "packages/enr": { "name": "@waku/enr", - "version": "0.0.29", + "version": "0.0.30", "license": "MIT OR Apache-2.0", "dependencies": { "@ethersproject/rlp": "^5.7.0", @@ -36782,7 +36782,7 @@ "@libp2p/peer-id": "5.1.7", "@multiformats/multiaddr": "^12.0.0", "@noble/secp256k1": "^1.7.1", - "@waku/utils": "0.0.23", + "@waku/utils": "0.0.24", "debug": "^4.3.4", "js-sha3": "^0.9.2" }, @@ -36793,7 +36793,7 @@ "@types/chai": "^4.3.11", "@types/mocha": "^10.0.6", "@waku/build-utils": "*", - "@waku/interfaces": "0.0.30", + "@waku/interfaces": "0.0.31", "chai": "^4.3.10", "cspell": "^8.6.1", "fast-check": "^3.19.0", @@ -37313,7 +37313,7 @@ }, "packages/interfaces": { "name": "@waku/interfaces", - "version": "0.0.30", + "version": "0.0.31", "license": "MIT OR Apache-2.0", "devDependencies": { "@chainsafe/libp2p-gossipsub": "14.1.1", @@ -37328,14 +37328,14 @@ }, "packages/message-encryption": { "name": "@waku/message-encryption", - "version": "0.0.33", + "version": "0.0.34", "license": "MIT OR Apache-2.0", "dependencies": { "@noble/secp256k1": "^1.7.1", - "@waku/core": "0.0.35", - "@waku/interfaces": "0.0.30", - "@waku/proto": "0.0.10", - "@waku/utils": "0.0.23", + "@waku/core": "0.0.36", + "@waku/interfaces": "0.0.31", + "@waku/proto": "0.0.11", + "@waku/utils": "0.0.24", "debug": "^4.3.4", "js-sha3": "^0.9.2", "uint8arrays": "^5.0.1" @@ -37365,7 +37365,7 @@ }, "packages/proto": { "name": "@waku/proto", - "version": "0.0.10", + "version": "0.0.11", "license": "MIT OR Apache-2.0", "dependencies": { "protons-runtime": "^5.4.0" @@ -37387,16 +37387,16 @@ }, "packages/relay": { "name": "@waku/relay", - "version": "0.0.18", + "version": "0.0.19", "license": "MIT OR Apache-2.0", "dependencies": { "@chainsafe/libp2p-gossipsub": "14.1.1", "@noble/hashes": "^1.3.2", - "@waku/core": "0.0.35", - "@waku/interfaces": "0.0.30", - "@waku/proto": "0.0.10", - "@waku/sdk": "0.0.31", - "@waku/utils": "0.0.23", + "@waku/core": "0.0.36", + "@waku/interfaces": "0.0.31", + "@waku/proto": "0.0.11", + "@waku/sdk": "0.0.32", + "@waku/utils": "0.0.24", "chai": "^4.3.10", "debug": "^4.3.4", "fast-check": "^3.19.0", @@ -37473,13 +37473,13 @@ }, "packages/rln": { "name": "@waku/rln", - "version": "0.1.5", + "version": "0.1.6", "license": "MIT OR Apache-2.0", "dependencies": { "@chainsafe/bls-keystore": "3.0.0", "@noble/hashes": "^1.2.0", - "@waku/core": "^0.0.35", - "@waku/utils": "^0.0.23", + "@waku/core": "^0.0.36", + "@waku/utils": "^0.0.24", "@waku/zerokit-rln-wasm": "^0.0.13", "chai": "^5.1.2", "chai-as-promised": "^8.0.1", @@ -37501,8 +37501,8 @@ "@types/lodash": "^4.17.15", "@types/sinon": "^17.0.3", "@waku/build-utils": "^1.0.0", - "@waku/interfaces": "0.0.30", - "@waku/message-encryption": "^0.0.33", + "@waku/interfaces": "0.0.31", + "@waku/message-encryption": "^0.0.34", "deep-equal-in-any-order": "^2.0.6", "fast-check": "^3.23.2", "rollup-plugin-copy": "^3.5.0" @@ -37618,7 +37618,7 @@ }, "packages/sdk": { "name": "@waku/sdk", - "version": "0.0.31", + "version": "0.0.32", "license": "MIT OR Apache-2.0", "dependencies": { "@chainsafe/libp2p-noise": "16.1.3", @@ -37628,11 +37628,11 @@ "@libp2p/ping": "2.0.35", "@libp2p/websockets": "9.2.16", "@noble/hashes": "^1.3.3", - "@waku/core": "0.0.35", - "@waku/discovery": "0.0.8", - "@waku/interfaces": "0.0.30", - "@waku/proto": "^0.0.10", - "@waku/utils": "0.0.23", + "@waku/core": "0.0.36", + "@waku/discovery": "0.0.9", + "@waku/interfaces": "0.0.31", + "@waku/proto": "^0.0.11", + "@waku/utils": "0.0.24", "libp2p": "2.8.11" }, "devDependencies": { @@ -37743,13 +37743,13 @@ }, "packages/sds": { "name": "@waku/sds", - "version": "0.0.3", + "version": "0.0.4", "license": "MIT OR Apache-2.0", "dependencies": { "@libp2p/interface": "2.10.4", "@noble/hashes": "^1.7.1", - "@waku/proto": "^0.0.10", - "@waku/utils": "^0.0.23", + "@waku/proto": "^0.0.11", + "@waku/utils": "^0.0.24", "chai": "^5.1.2" }, "devDependencies": { @@ -37868,11 +37868,11 @@ }, "packages/utils": { "name": "@waku/utils", - "version": "0.0.23", + "version": "0.0.24", "license": "MIT OR Apache-2.0", "dependencies": { "@noble/hashes": "^1.3.2", - "@waku/interfaces": "0.0.30", + "@waku/interfaces": "0.0.31", "chai": "^4.3.10", "debug": "^4.3.4", "uint8arrays": "^5.0.1" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 13533d09b6..e8e2b3b511 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -5,6 +5,45 @@ 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, and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.0.36](https://github.com/waku-org/js-waku/compare/core-v0.0.35...core-v0.0.36) (2025-06-23) + + +### ⚠ BREAKING CHANGES + +* upgrade libp2p, nodejs and typescript ([#2401](https://github.com/waku-org/js-waku/issues/2401)) +* remove IBaseProtocol and improve interface on PeerExchange ([#2422](https://github.com/waku-org/js-waku/issues/2422)) +* re-work messaging parts and sharding ([#2399](https://github.com/waku-org/js-waku/issues/2399)) + +### Features + +* Event based approach to Filter ([#2300](https://github.com/waku-org/js-waku/issues/2300)) ([a4dfd34](https://github.com/waku-org/js-waku/commit/a4dfd3455c88db6ff60531c15a58128afb25db05)) +* Re-work messaging parts and sharding ([#2399](https://github.com/waku-org/js-waku/issues/2399)) ([1905558](https://github.com/waku-org/js-waku/commit/1905558753a7bf61c3dd27d6892d0f561d4c57c6)) +* Shard retrieval for store and store peers selection ([#2417](https://github.com/waku-org/js-waku/issues/2417)) ([f55db3e](https://github.com/waku-org/js-waku/commit/f55db3eb4bbbbbdf454e420b7238ede0642d996f)) + + +### Bug Fixes + +* Rebase package lock ([f649f59](https://github.com/waku-org/js-waku/commit/f649f59e64cd1d9bd2fcc01509f6725790534a7b)) +* Remove unnecessary comments from store validation ([5f63cb5](https://github.com/waku-org/js-waku/commit/5f63cb5bfbb8c7926597490a867c11ab90af8159)) +* **store:** Update store query validation logic to support msg hash q… ([49f26d8](https://github.com/waku-org/js-waku/commit/49f26d89a8032386ee5b3ba629713b4f84891d5d)) +* **store:** Update store query validation logic to support msg hash queries ([9f7a15d](https://github.com/waku-org/js-waku/commit/9f7a15dfb19e765c4cbfa43f5d4f9323d2804f50)) + + +### Miscellaneous Chores + +* Remove IBaseProtocol and improve interface on PeerExchange ([#2422](https://github.com/waku-org/js-waku/issues/2422)) ([7c8d107](https://github.com/waku-org/js-waku/commit/7c8d1073b0d076117fb33ce05452a88871259782)) +* Upgrade libp2p, nodejs and typescript ([#2401](https://github.com/waku-org/js-waku/issues/2401)) ([fcc6496](https://github.com/waku-org/js-waku/commit/fcc6496fef914c56f6a4d2d17c494c8b94caea3c)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @waku/enr bumped from ^0.0.29 to ^0.0.30 + * @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 + ## [0.0.35](https://github.com/waku-org/js-waku/compare/core-v0.0.34...core-v0.0.35) (2025-04-23) diff --git a/packages/core/package.json b/packages/core/package.json index fc2a5e7996..636eed34ee 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@waku/core", - "version": "0.0.35", + "version": "0.0.36", "description": "TypeScript implementation of the Waku v2 protocol", "types": "./dist/index.d.ts", "module": "./dist/index.js", @@ -64,11 +64,11 @@ "node": ">=22" }, "dependencies": { - "@waku/enr": "^0.0.29", - "@waku/interfaces": "0.0.30", + "@waku/enr": "^0.0.30", + "@waku/interfaces": "0.0.31", "@libp2p/ping": "2.0.35", - "@waku/proto": "0.0.10", - "@waku/utils": "0.0.23", + "@waku/proto": "0.0.11", + "@waku/utils": "0.0.24", "debug": "^4.3.4", "@noble/hashes": "^1.3.2", "it-all": "^3.0.4", diff --git a/packages/discovery/CHANGELOG.md b/packages/discovery/CHANGELOG.md index 821dc5cd3d..eb7a2abadc 100644 --- a/packages/discovery/CHANGELOG.md +++ b/packages/discovery/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [0.0.9](https://github.com/waku-org/js-waku/compare/discovery-v0.0.8...discovery-v0.0.9) (2025-06-23) + + +### ⚠ BREAKING CHANGES + +* upgrade libp2p, nodejs and typescript ([#2401](https://github.com/waku-org/js-waku/issues/2401)) +* remove IBaseProtocol and improve interface on PeerExchange ([#2422](https://github.com/waku-org/js-waku/issues/2422)) + +### Miscellaneous Chores + +* Remove IBaseProtocol and improve interface on PeerExchange ([#2422](https://github.com/waku-org/js-waku/issues/2422)) ([7c8d107](https://github.com/waku-org/js-waku/commit/7c8d1073b0d076117fb33ce05452a88871259782)) +* Upgrade libp2p, nodejs and typescript ([#2401](https://github.com/waku-org/js-waku/issues/2401)) ([fcc6496](https://github.com/waku-org/js-waku/commit/fcc6496fef914c56f6a4d2d17c494c8b94caea3c)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @waku/core bumped from 0.0.35 to 0.0.36 + * @waku/enr bumped from 0.0.29 to 0.0.30 + * @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 + ## [0.0.8](https://github.com/waku-org/js-waku/compare/discovery-v0.0.7...discovery-v0.0.8) (2025-04-23) diff --git a/packages/discovery/package.json b/packages/discovery/package.json index cde4d0c762..c95e32deb1 100644 --- a/packages/discovery/package.json +++ b/packages/discovery/package.json @@ -1,6 +1,6 @@ { "name": "@waku/discovery", - "version": "0.0.8", + "version": "0.0.9", "description": "Contains various discovery mechanisms: DNS Discovery (EIP-1459, Peer Exchange, Local Peer Cache Discovery.", "types": "./dist/index.d.ts", "module": "./dist/index.js", @@ -51,11 +51,11 @@ "node": ">=22" }, "dependencies": { - "@waku/core": "0.0.35", - "@waku/enr": "0.0.29", - "@waku/interfaces": "0.0.30", - "@waku/proto": "^0.0.10", - "@waku/utils": "0.0.23", + "@waku/core": "0.0.36", + "@waku/enr": "0.0.30", + "@waku/interfaces": "0.0.31", + "@waku/proto": "^0.0.11", + "@waku/utils": "0.0.24", "debug": "^4.3.4", "dns-over-http-resolver": "^3.0.8", "hi-base32": "^0.5.1", diff --git a/packages/enr/CHANGELOG.md b/packages/enr/CHANGELOG.md index 600fe4d81e..e418d413f3 100644 --- a/packages/enr/CHANGELOG.md +++ b/packages/enr/CHANGELOG.md @@ -99,6 +99,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * devDependencies * @waku/interfaces bumped from 0.0.27 to 0.0.28 +## [0.0.30](https://github.com/waku-org/js-waku/compare/enr-v0.0.29...enr-v0.0.30) (2025-06-23) + + +### ⚠ BREAKING CHANGES + +* upgrade libp2p, nodejs and typescript ([#2401](https://github.com/waku-org/js-waku/issues/2401)) + +### Miscellaneous Chores + +* Upgrade libp2p, nodejs and typescript ([#2401](https://github.com/waku-org/js-waku/issues/2401)) ([fcc6496](https://github.com/waku-org/js-waku/commit/fcc6496fef914c56f6a4d2d17c494c8b94caea3c)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @waku/utils bumped from 0.0.23 to 0.0.24 + * devDependencies + * @waku/interfaces bumped from 0.0.30 to 0.0.31 + ## [0.0.29](https://github.com/waku-org/js-waku/compare/enr-v0.0.28...enr-v0.0.29) (2025-04-23) diff --git a/packages/enr/package.json b/packages/enr/package.json index 5f1b5a8033..dc79f77cc1 100644 --- a/packages/enr/package.json +++ b/packages/enr/package.json @@ -1,6 +1,6 @@ { "name": "@waku/enr", - "version": "0.0.29", + "version": "0.0.30", "description": "ENR (EIP-778) for Waku", "types": "./dist/index.d.ts", "module": "./dist/index.js", @@ -56,7 +56,7 @@ "@libp2p/peer-id": "5.1.7", "@multiformats/multiaddr": "^12.0.0", "@noble/secp256k1": "^1.7.1", - "@waku/utils": "0.0.23", + "@waku/utils": "0.0.24", "debug": "^4.3.4", "js-sha3": "^0.9.2" }, @@ -67,7 +67,7 @@ "@types/chai": "^4.3.11", "@types/mocha": "^10.0.6", "@waku/build-utils": "*", - "@waku/interfaces": "0.0.30", + "@waku/interfaces": "0.0.31", "chai": "^4.3.10", "cspell": "^8.6.1", "fast-check": "^3.19.0", diff --git a/packages/interfaces/CHANGELOG.md b/packages/interfaces/CHANGELOG.md index fbe9e08ba0..014e91cbfc 100644 --- a/packages/interfaces/CHANGELOG.md +++ b/packages/interfaces/CHANGELOG.md @@ -5,6 +5,28 @@ 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, and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.0.31](https://github.com/waku-org/js-waku/compare/interfaces-v0.0.30...interfaces-v0.0.31) (2025-06-23) + + +### ⚠ BREAKING CHANGES + +* upgrade libp2p, nodejs and typescript ([#2401](https://github.com/waku-org/js-waku/issues/2401)) +* remove IBaseProtocol and improve interface on PeerExchange ([#2422](https://github.com/waku-org/js-waku/issues/2422)) +* re-work messaging parts and sharding ([#2399](https://github.com/waku-org/js-waku/issues/2399)) + +### Features + +* Enable/disable discoveries without `defaultBootstrap: true` ([#2363](https://github.com/waku-org/js-waku/issues/2363)) ([16328a3](https://github.com/waku-org/js-waku/commit/16328a3f11efa91d16d59ab958f1fc90f45d9ee0)) +* Event based approach to Filter ([#2300](https://github.com/waku-org/js-waku/issues/2300)) ([a4dfd34](https://github.com/waku-org/js-waku/commit/a4dfd3455c88db6ff60531c15a58128afb25db05)) +* Re-work messaging parts and sharding ([#2399](https://github.com/waku-org/js-waku/issues/2399)) ([1905558](https://github.com/waku-org/js-waku/commit/1905558753a7bf61c3dd27d6892d0f561d4c57c6)) +* Shard retrieval for store and store peers selection ([#2417](https://github.com/waku-org/js-waku/issues/2417)) ([f55db3e](https://github.com/waku-org/js-waku/commit/f55db3eb4bbbbbdf454e420b7238ede0642d996f)) + + +### Miscellaneous Chores + +* Remove IBaseProtocol and improve interface on PeerExchange ([#2422](https://github.com/waku-org/js-waku/issues/2422)) ([7c8d107](https://github.com/waku-org/js-waku/commit/7c8d1073b0d076117fb33ce05452a88871259782)) +* Upgrade libp2p, nodejs and typescript ([#2401](https://github.com/waku-org/js-waku/issues/2401)) ([fcc6496](https://github.com/waku-org/js-waku/commit/fcc6496fef914c56f6a4d2d17c494c8b94caea3c)) + ## [0.0.30](https://github.com/waku-org/js-waku/compare/interfaces-v0.0.29...interfaces-v0.0.30) (2025-04-23) diff --git a/packages/interfaces/package.json b/packages/interfaces/package.json index d87cc7e621..eedc0b2caf 100644 --- a/packages/interfaces/package.json +++ b/packages/interfaces/package.json @@ -1,6 +1,6 @@ { "name": "@waku/interfaces", - "version": "0.0.30", + "version": "0.0.31", "description": "Definition of Waku interfaces", "types": "./dist/index.d.ts", "module": "./dist/index.js", diff --git a/packages/message-encryption/CHANGELOG.md b/packages/message-encryption/CHANGELOG.md index 6a9103c02f..668deb7053 100644 --- a/packages/message-encryption/CHANGELOG.md +++ b/packages/message-encryption/CHANGELOG.md @@ -101,6 +101,33 @@ 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/utils bumped from 0.0.20 to 0.0.21 +## [0.0.34](https://github.com/waku-org/js-waku/compare/message-encryption-v0.0.33...message-encryption-v0.0.34) (2025-06-23) + + +### ⚠ BREAKING CHANGES + +* upgrade libp2p, nodejs and typescript ([#2401](https://github.com/waku-org/js-waku/issues/2401)) +* re-work messaging parts and sharding ([#2399](https://github.com/waku-org/js-waku/issues/2399)) + +### Features + +* Re-work messaging parts and sharding ([#2399](https://github.com/waku-org/js-waku/issues/2399)) ([1905558](https://github.com/waku-org/js-waku/commit/1905558753a7bf61c3dd27d6892d0f561d4c57c6)) + + +### Miscellaneous Chores + +* Upgrade libp2p, nodejs and typescript ([#2401](https://github.com/waku-org/js-waku/issues/2401)) ([fcc6496](https://github.com/waku-org/js-waku/commit/fcc6496fef914c56f6a4d2d17c494c8b94caea3c)) + + +### 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 + ## [0.0.33](https://github.com/waku-org/js-waku/compare/message-encryption-v0.0.32...message-encryption-v0.0.33) (2025-04-23) diff --git a/packages/message-encryption/package.json b/packages/message-encryption/package.json index 1ca569fd92..d4c0f70105 100644 --- a/packages/message-encryption/package.json +++ b/packages/message-encryption/package.json @@ -1,6 +1,6 @@ { "name": "@waku/message-encryption", - "version": "0.0.33", + "version": "0.0.34", "description": "Waku Message Payload Encryption", "types": "./dist/index.d.ts", "module": "./dist/index.js", @@ -76,10 +76,10 @@ }, "dependencies": { "@noble/secp256k1": "^1.7.1", - "@waku/core": "0.0.35", - "@waku/interfaces": "0.0.30", - "@waku/proto": "0.0.10", - "@waku/utils": "0.0.23", + "@waku/core": "0.0.36", + "@waku/interfaces": "0.0.31", + "@waku/proto": "0.0.11", + "@waku/utils": "0.0.24", "debug": "^4.3.4", "js-sha3": "^0.9.2", "uint8arrays": "^5.0.1" diff --git a/packages/proto/CHANGELOG.md b/packages/proto/CHANGELOG.md index fbd42931ca..e130f38858 100644 --- a/packages/proto/CHANGELOG.md +++ b/packages/proto/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.0.11](https://github.com/waku-org/js-waku/compare/proto-v0.0.10...proto-v0.0.11) (2025-06-23) + + +### ⚠ BREAKING CHANGES + +* upgrade libp2p, nodejs and typescript ([#2401](https://github.com/waku-org/js-waku/issues/2401)) + +### Miscellaneous Chores + +* Upgrade libp2p, nodejs and typescript ([#2401](https://github.com/waku-org/js-waku/issues/2401)) ([fcc6496](https://github.com/waku-org/js-waku/commit/fcc6496fef914c56f6a4d2d17c494c8b94caea3c)) + ## [0.0.10](https://github.com/waku-org/js-waku/compare/proto-v0.0.9...proto-v0.0.10) (2025-04-23) diff --git a/packages/proto/package.json b/packages/proto/package.json index 8a875d5031..093b31978c 100644 --- a/packages/proto/package.json +++ b/packages/proto/package.json @@ -1,6 +1,6 @@ { "name": "@waku/proto", - "version": "0.0.10", + "version": "0.0.11", "description": "Protobuf definitions for Waku", "types": "./dist/index.d.ts", "module": "./dist/index.js", diff --git a/packages/relay/CHANGELOG.md b/packages/relay/CHANGELOG.md index ca41420529..c13e4c4945 100644 --- a/packages/relay/CHANGELOG.md +++ b/packages/relay/CHANGELOG.md @@ -25,6 +25,34 @@ * @waku/interfaces bumped from 0.0.16 to 0.0.17 * @waku/utils bumped from 0.0.9 to 0.0.10 +## [0.0.19](https://github.com/waku-org/js-waku/compare/relay-v0.0.18...relay-v0.0.19) (2025-06-23) + + +### ⚠ BREAKING CHANGES + +* upgrade libp2p, nodejs and typescript ([#2401](https://github.com/waku-org/js-waku/issues/2401)) +* re-work messaging parts and sharding ([#2399](https://github.com/waku-org/js-waku/issues/2399)) + +### Features + +* Re-work messaging parts and sharding ([#2399](https://github.com/waku-org/js-waku/issues/2399)) ([1905558](https://github.com/waku-org/js-waku/commit/1905558753a7bf61c3dd27d6892d0f561d4c57c6)) + + +### Miscellaneous Chores + +* Upgrade libp2p, nodejs and typescript ([#2401](https://github.com/waku-org/js-waku/issues/2401)) ([fcc6496](https://github.com/waku-org/js-waku/commit/fcc6496fef914c56f6a4d2d17c494c8b94caea3c)) + + +### 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 + ## [0.0.18](https://github.com/waku-org/js-waku/compare/relay-v0.0.17...relay-v0.0.18) (2025-04-23) diff --git a/packages/relay/package.json b/packages/relay/package.json index bd05878552..b678c8ef59 100644 --- a/packages/relay/package.json +++ b/packages/relay/package.json @@ -1,6 +1,6 @@ { "name": "@waku/relay", - "version": "0.0.18", + "version": "0.0.19", "description": "Relay Protocol for Waku", "types": "./dist/index.d.ts", "module": "./dist/index.js", @@ -51,11 +51,11 @@ "dependencies": { "@chainsafe/libp2p-gossipsub": "14.1.1", "@noble/hashes": "^1.3.2", - "@waku/core": "0.0.35", - "@waku/sdk": "0.0.31", - "@waku/interfaces": "0.0.30", - "@waku/proto": "0.0.10", - "@waku/utils": "0.0.23", + "@waku/core": "0.0.36", + "@waku/sdk": "0.0.32", + "@waku/interfaces": "0.0.31", + "@waku/proto": "0.0.11", + "@waku/utils": "0.0.24", "chai": "^4.3.10", "debug": "^4.3.4", "fast-check": "^3.19.0", diff --git a/packages/rln/CHANGELOG.md b/packages/rln/CHANGELOG.md index c3d2c0195b..3f685ed95e 100644 --- a/packages/rln/CHANGELOG.md +++ b/packages/rln/CHANGELOG.md @@ -1,5 +1,34 @@ # Changelog +## [0.1.6](https://github.com/waku-org/js-waku/compare/rln-v0.1.5...rln-v0.1.6) (2025-06-23) + + +### ⚠ BREAKING CHANGES + +* upgrade libp2p, nodejs and typescript ([#2401](https://github.com/waku-org/js-waku/issues/2401)) +* re-work messaging parts and sharding ([#2399](https://github.com/waku-org/js-waku/issues/2399)) + +### Features + +* Re-work messaging parts and sharding ([#2399](https://github.com/waku-org/js-waku/issues/2399)) ([1905558](https://github.com/waku-org/js-waku/commit/1905558753a7bf61c3dd27d6892d0f561d4c57c6)) +* Refine work with membership info and other meta information ([#2341](https://github.com/waku-org/js-waku/issues/2341)) ([3b23bce](https://github.com/waku-org/js-waku/commit/3b23bceb9de5a0c250788ffb824367eabafe3728)) + + +### Miscellaneous Chores + +* Upgrade libp2p, nodejs and typescript ([#2401](https://github.com/waku-org/js-waku/issues/2401)) ([fcc6496](https://github.com/waku-org/js-waku/commit/fcc6496fef914c56f6a4d2d17c494c8b94caea3c)) + + +### 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 + ## [0.1.5](https://github.com/waku-org/js-waku/compare/rln-v0.1.4...rln-v0.1.5) (2025-04-23) diff --git a/packages/rln/package.json b/packages/rln/package.json index e645fd766c..e5f5ab8f56 100644 --- a/packages/rln/package.json +++ b/packages/rln/package.json @@ -1,6 +1,6 @@ { "name": "@waku/rln", - "version": "0.1.5", + "version": "0.1.6", "description": "RLN (Rate Limiting Nullifier) implementation for Waku", "types": "./dist/index.d.ts", "module": "./dist/index.js", @@ -54,12 +54,12 @@ "@rollup/plugin-node-resolve": "^15.2.3", "@types/chai": "^5.0.1", "@types/chai-spies": "^1.0.6", - "@waku/interfaces": "0.0.30", + "@waku/interfaces": "0.0.31", "@types/deep-equal-in-any-order": "^1.0.4", "@types/lodash": "^4.17.15", "@types/sinon": "^17.0.3", "@waku/build-utils": "^1.0.0", - "@waku/message-encryption": "^0.0.33", + "@waku/message-encryption": "^0.0.34", "deep-equal-in-any-order": "^2.0.6", "fast-check": "^3.23.2", "rollup-plugin-copy": "^3.5.0" @@ -76,8 +76,8 @@ ], "dependencies": { "@chainsafe/bls-keystore": "3.0.0", - "@waku/core": "^0.0.35", - "@waku/utils": "^0.0.23", + "@waku/core": "^0.0.36", + "@waku/utils": "^0.0.24", "@noble/hashes": "^1.2.0", "@waku/zerokit-rln-wasm": "^0.0.13", "ethereum-cryptography": "^3.1.0", diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index 2664a76af7..121520b990 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -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/peer-exchange bumped from ^0.0.17 to ^0.0.18 +## [0.0.32](https://github.com/waku-org/js-waku/compare/sdk-v0.0.31...sdk-v0.0.32) (2025-06-23) + + +### ⚠ BREAKING CHANGES + +* upgrade libp2p, nodejs and typescript ([#2401](https://github.com/waku-org/js-waku/issues/2401)) +* remove IBaseProtocol and improve interface on PeerExchange ([#2422](https://github.com/waku-org/js-waku/issues/2422)) +* re-work messaging parts and sharding ([#2399](https://github.com/waku-org/js-waku/issues/2399)) + +### Features + +* Enable/disable discoveries without `defaultBootstrap: true` ([#2363](https://github.com/waku-org/js-waku/issues/2363)) ([16328a3](https://github.com/waku-org/js-waku/commit/16328a3f11efa91d16d59ab958f1fc90f45d9ee0)) +* Event based approach to Filter ([#2300](https://github.com/waku-org/js-waku/issues/2300)) ([a4dfd34](https://github.com/waku-org/js-waku/commit/a4dfd3455c88db6ff60531c15a58128afb25db05)) +* Re-work messaging parts and sharding ([#2399](https://github.com/waku-org/js-waku/issues/2399)) ([1905558](https://github.com/waku-org/js-waku/commit/1905558753a7bf61c3dd27d6892d0f561d4c57c6)) +* Shard retrieval for store and store peers selection ([#2417](https://github.com/waku-org/js-waku/issues/2417)) ([f55db3e](https://github.com/waku-org/js-waku/commit/f55db3eb4bbbbbdf454e420b7238ede0642d996f)) + + +### Bug Fixes + +* **store:** Update store query validation logic to support msg hash q… ([49f26d8](https://github.com/waku-org/js-waku/commit/49f26d89a8032386ee5b3ba629713b4f84891d5d)) +* **store:** Update store query validation logic to support msg hash queries ([9f7a15d](https://github.com/waku-org/js-waku/commit/9f7a15dfb19e765c4cbfa43f5d4f9323d2804f50)) + + +### Miscellaneous Chores + +* Remove IBaseProtocol and improve interface on PeerExchange ([#2422](https://github.com/waku-org/js-waku/issues/2422)) ([7c8d107](https://github.com/waku-org/js-waku/commit/7c8d1073b0d076117fb33ce05452a88871259782)) +* Upgrade libp2p, nodejs and typescript ([#2401](https://github.com/waku-org/js-waku/issues/2401)) ([fcc6496](https://github.com/waku-org/js-waku/commit/fcc6496fef914c56f6a4d2d17c494c8b94caea3c)) + + +### 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 + ## [0.0.31](https://github.com/waku-org/js-waku/compare/sdk-v0.0.30...sdk-v0.0.31) (2025-04-23) diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 2f073c568a..a31823caba 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@waku/sdk", - "version": "0.0.31", + "version": "0.0.32", "description": "A unified SDK for easy creation and management of js-waku nodes.", "types": "./dist/index.d.ts", "module": "./dist/index.js", @@ -67,11 +67,11 @@ "@libp2p/ping": "2.0.35", "@libp2p/websockets": "9.2.16", "@noble/hashes": "^1.3.3", - "@waku/core": "0.0.35", - "@waku/discovery": "0.0.8", - "@waku/interfaces": "0.0.30", - "@waku/proto": "^0.0.10", - "@waku/utils": "0.0.23", + "@waku/core": "0.0.36", + "@waku/discovery": "0.0.9", + "@waku/interfaces": "0.0.31", + "@waku/proto": "^0.0.11", + "@waku/utils": "0.0.24", "libp2p": "2.8.11" }, "devDependencies": { diff --git a/packages/sds/CHANGELOG.md b/packages/sds/CHANGELOG.md index 8f4810e03e..627cc858ee 100644 --- a/packages/sds/CHANGELOG.md +++ b/packages/sds/CHANGELOG.md @@ -1,5 +1,36 @@ # Changelog +## [0.0.4](https://github.com/waku-org/js-waku/compare/sds-v0.0.3...sds-v0.0.4) (2025-06-23) + + +### ⚠ BREAKING CHANGES + +* upgrade libp2p, nodejs and typescript ([#2401](https://github.com/waku-org/js-waku/issues/2401)) +* re-work messaging parts and sharding ([#2399](https://github.com/waku-org/js-waku/issues/2399)) + +### Features + +* Add command queue architecture and improve message handling ([a0fc9e0](https://github.com/waku-org/js-waku/commit/a0fc9e05d4ef103b58c8ef0574bdaaaa421bf4da)) +* Re-work messaging parts and sharding ([#2399](https://github.com/waku-org/js-waku/issues/2399)) ([1905558](https://github.com/waku-org/js-waku/commit/1905558753a7bf61c3dd27d6892d0f561d4c57c6)) + + +### Bug Fixes + +* Reorder methods by visibility ([8444bc9](https://github.com/waku-org/js-waku/commit/8444bc940fd26b52a0b1662f6923b49a22f9325d)) + + +### Miscellaneous Chores + +* Upgrade libp2p, nodejs and typescript ([#2401](https://github.com/waku-org/js-waku/issues/2401)) ([fcc6496](https://github.com/waku-org/js-waku/commit/fcc6496fef914c56f6a4d2d17c494c8b94caea3c)) + + +### 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 + ## [0.0.3](https://github.com/waku-org/js-waku/compare/sds-v0.0.2...sds-v0.0.3) (2025-04-23) diff --git a/packages/sds/package.json b/packages/sds/package.json index 6beeb616de..334e0330f3 100644 --- a/packages/sds/package.json +++ b/packages/sds/package.json @@ -1,6 +1,6 @@ { "name": "@waku/sds", - "version": "0.0.3", + "version": "0.0.4", "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", "module": "./dist/index.js", @@ -61,8 +61,8 @@ "dependencies": { "@libp2p/interface": "2.10.4", "@noble/hashes": "^1.7.1", - "@waku/proto": "^0.0.10", - "@waku/utils": "^0.0.23", + "@waku/proto": "^0.0.11", + "@waku/utils": "^0.0.24", "chai": "^5.1.2" }, "devDependencies": { diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index a44536239a..5369683f63 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -12,6 +12,24 @@ * devDependencies * @waku/interfaces bumped from 0.0.16 to 0.0.17 +## [0.0.24](https://github.com/waku-org/js-waku/compare/utils-v0.0.23...utils-v0.0.24) (2025-06-23) + + +### ⚠ BREAKING CHANGES + +* upgrade libp2p, nodejs and typescript ([#2401](https://github.com/waku-org/js-waku/issues/2401)) + +### Miscellaneous Chores + +* Upgrade libp2p, nodejs and typescript ([#2401](https://github.com/waku-org/js-waku/issues/2401)) ([fcc6496](https://github.com/waku-org/js-waku/commit/fcc6496fef914c56f6a4d2d17c494c8b94caea3c)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @waku/interfaces bumped from 0.0.30 to 0.0.31 + ## [0.0.23](https://github.com/waku-org/js-waku/compare/utils-v0.0.22...utils-v0.0.23) (2025-04-23) diff --git a/packages/utils/package.json b/packages/utils/package.json index ba736f42e2..38daf4a1d4 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@waku/utils", - "version": "0.0.23", + "version": "0.0.24", "description": "Different utilities for Waku", "types": "./dist/index.d.ts", "module": "./dist/index.js", @@ -64,7 +64,7 @@ }, "dependencies": { "@noble/hashes": "^1.3.2", - "@waku/interfaces": "0.0.30", + "@waku/interfaces": "0.0.31", "chai": "^4.3.10", "debug": "^4.3.4", "uint8arrays": "^5.0.1"