From cbe10536505412ce4e32e5267514fb718d63e3d1 Mon Sep 17 00:00:00 2001 From: Sasha <118575614+weboko@users.noreply.github.com> Date: Wed, 24 Dec 2025 02:13:45 +0100 Subject: [PATCH] chore: release master --- .release-please-manifest.json | 24 +++--- package-lock.json | 94 ++++++++++++------------ packages/core/CHANGELOG.md | 21 ++++++ packages/core/package.json | 8 +- packages/discovery/CHANGELOG.md | 12 +++ packages/discovery/package.json | 10 +-- packages/enr/CHANGELOG.md | 11 +++ packages/enr/package.json | 6 +- packages/interfaces/CHANGELOG.md | 7 ++ packages/interfaces/package.json | 2 +- packages/message-encryption/CHANGELOG.md | 11 +++ packages/message-encryption/package.json | 8 +- packages/react/CHANGELOG.md | 11 +++ packages/react/package.json | 8 +- packages/relay/CHANGELOG.md | 17 +++++ packages/relay/package.json | 10 +-- packages/rln/CHANGELOG.md | 22 ++++++ packages/rln/package.json | 10 +-- packages/run/CHANGELOG.md | 12 +++ packages/run/package.json | 10 +-- packages/sdk/CHANGELOG.md | 26 +++++++ packages/sdk/package.json | 14 ++-- packages/sds/CHANGELOG.md | 15 ++++ packages/sds/package.json | 4 +- packages/utils/CHANGELOG.md | 14 ++++ packages/utils/package.json | 4 +- 26 files changed, 285 insertions(+), 106 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 82d93acfc4..bb89faee7d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,15 +1,15 @@ { - "packages/utils": "0.0.27", + "packages/utils": "0.0.28", "packages/proto": "0.0.15", - "packages/interfaces": "0.0.34", - "packages/enr": "0.0.33", - "packages/core": "0.0.40", - "packages/message-encryption": "0.0.38", - "packages/relay": "0.0.23", - "packages/sdk": "0.0.36", - "packages/discovery": "0.0.13", - "packages/sds": "0.0.8", - "packages/rln": "0.1.10", - "packages/react": "0.0.8", - "packages/run": "0.0.2" + "packages/interfaces": "0.0.35", + "packages/enr": "0.0.34", + "packages/core": "0.0.41", + "packages/message-encryption": "0.0.39", + "packages/relay": "0.0.24", + "packages/sdk": "0.0.37", + "packages/discovery": "0.0.14", + "packages/sds": "0.0.9", + "packages/rln": "0.1.11", + "packages/react": "0.0.9", + "packages/run": "0.0.3" } diff --git a/package-lock.json b/package-lock.json index 5af6364b73..b7fbbb2588 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34056,15 +34056,15 @@ }, "packages/core": { "name": "@waku/core", - "version": "0.0.40", + "version": "0.0.41", "license": "MIT OR Apache-2.0", "dependencies": { "@libp2p/ping": "2.0.35", "@noble/hashes": "^1.3.2", - "@waku/enr": "^0.0.33", - "@waku/interfaces": "0.0.34", + "@waku/enr": "^0.0.34", + "@waku/interfaces": "0.0.35", "@waku/proto": "0.0.15", - "@waku/utils": "0.0.27", + "@waku/utils": "0.0.28", "debug": "^4.3.4", "it-all": "^3.0.4", "it-length-prefixed": "^9.0.4", @@ -34124,14 +34124,14 @@ }, "packages/discovery": { "name": "@waku/discovery", - "version": "0.0.13", + "version": "0.0.14", "license": "MIT OR Apache-2.0", "dependencies": { - "@waku/core": "0.0.40", - "@waku/enr": "0.0.33", - "@waku/interfaces": "0.0.34", + "@waku/core": "0.0.41", + "@waku/enr": "0.0.34", + "@waku/interfaces": "0.0.35", "@waku/proto": "^0.0.15", - "@waku/utils": "0.0.27", + "@waku/utils": "0.0.28", "debug": "^4.3.4", "dns-over-http-resolver": "^3.0.8", "hi-base32": "^0.5.1", @@ -34160,7 +34160,7 @@ }, "packages/enr": { "name": "@waku/enr", - "version": "0.0.33", + "version": "0.0.34", "license": "MIT OR Apache-2.0", "dependencies": { "@ethersproject/rlp": "^5.7.0", @@ -34168,7 +34168,7 @@ "@libp2p/peer-id": "5.1.7", "@multiformats/multiaddr": "^12.0.0", "@noble/secp256k1": "^1.7.1", - "@waku/utils": "0.0.27", + "@waku/utils": "0.0.28", "debug": "^4.3.4", "js-sha3": "^0.9.2" }, @@ -34179,7 +34179,7 @@ "@types/chai": "^4.3.11", "@types/mocha": "^10.0.6", "@waku/build-utils": "*", - "@waku/interfaces": "0.0.34", + "@waku/interfaces": "0.0.35", "chai": "^4.3.10", "cspell": "^8.6.1", "fast-check": "^3.19.0", @@ -34223,7 +34223,7 @@ }, "packages/interfaces": { "name": "@waku/interfaces", - "version": "0.0.34", + "version": "0.0.35", "license": "MIT OR Apache-2.0", "devDependencies": { "@chainsafe/libp2p-gossipsub": "14.1.1", @@ -34238,14 +34238,14 @@ }, "packages/message-encryption": { "name": "@waku/message-encryption", - "version": "0.0.38", + "version": "0.0.39", "license": "MIT OR Apache-2.0", "dependencies": { "@noble/secp256k1": "^1.7.1", - "@waku/core": "0.0.40", - "@waku/interfaces": "0.0.34", + "@waku/core": "0.0.41", + "@waku/interfaces": "0.0.35", "@waku/proto": "0.0.15", - "@waku/utils": "0.0.27", + "@waku/utils": "0.0.28", "debug": "^4.3.4", "js-sha3": "^0.9.2", "uint8arrays": "^5.0.1" @@ -34293,12 +34293,12 @@ }, "packages/react": { "name": "@waku/react", - "version": "0.0.8", + "version": "0.0.9", "license": "MIT OR Apache-2.0", "dependencies": { - "@waku/interfaces": "0.0.34", - "@waku/sdk": "0.0.36", - "@waku/utils": "0.0.27" + "@waku/interfaces": "0.0.35", + "@waku/sdk": "0.0.37", + "@waku/utils": "0.0.28" }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.7", @@ -34641,16 +34641,16 @@ }, "packages/relay": { "name": "@waku/relay", - "version": "0.0.23", + "version": "0.0.24", "license": "MIT OR Apache-2.0", "dependencies": { "@chainsafe/libp2p-gossipsub": "14.1.1", "@noble/hashes": "^1.3.2", - "@waku/core": "0.0.40", - "@waku/interfaces": "0.0.34", + "@waku/core": "0.0.41", + "@waku/interfaces": "0.0.35", "@waku/proto": "0.0.15", - "@waku/sdk": "0.0.36", - "@waku/utils": "0.0.27", + "@waku/sdk": "0.0.37", + "@waku/utils": "0.0.28", "chai": "^4.3.10", "debug": "^4.3.4", "fast-check": "^3.19.0", @@ -34727,14 +34727,14 @@ }, "packages/rln": { "name": "@waku/rln", - "version": "0.1.10", + "version": "0.1.11", "license": "MIT OR Apache-2.0", "dependencies": { "@chainsafe/bls-keystore": "3.0.0", "@noble/hashes": "^1.2.0", "@wagmi/core": "^2.22.1", - "@waku/core": "^0.0.40", - "@waku/utils": "^0.0.27", + "@waku/core": "^0.0.41", + "@waku/utils": "^0.0.28", "@waku/zerokit-rln-wasm": "^0.2.1", "chai": "^5.1.2", "chai-as-promised": "^8.0.1", @@ -34757,8 +34757,8 @@ "@types/sinon": "^17.0.3", "@wagmi/cli": "^2.7.0", "@waku/build-utils": "^1.0.0", - "@waku/interfaces": "0.0.34", - "@waku/message-encryption": "^0.0.37", + "@waku/interfaces": "0.0.35", + "@waku/message-encryption": "^0.0.39", "deep-equal-in-any-order": "^2.0.6", "fast-check": "^3.23.2", "rollup-plugin-copy": "^3.5.0" @@ -34957,13 +34957,13 @@ }, "packages/run": { "name": "@waku/run", - "version": "0.0.2", + "version": "0.0.3", "license": "MIT OR Apache-2.0", "dependencies": { - "@waku/core": "0.0.40", - "@waku/interfaces": "*", - "@waku/sdk": "0.0.36", - "@waku/utils": "*" + "@waku/core": "0.0.41", + "@waku/interfaces": "0.0.35", + "@waku/sdk": "0.0.37", + "@waku/utils": "0.0.28" }, "bin": { "waku-run": "dist/src/cli.js" @@ -34984,7 +34984,7 @@ }, "packages/sdk": { "name": "@waku/sdk", - "version": "0.0.36", + "version": "0.0.37", "license": "MIT OR Apache-2.0", "dependencies": { "@chainsafe/libp2p-noise": "16.1.3", @@ -34995,12 +34995,12 @@ "@libp2p/websockets": "9.2.16", "@noble/hashes": "^1.3.3", "@types/lodash.debounce": "^4.0.9", - "@waku/core": "0.0.40", - "@waku/discovery": "0.0.13", - "@waku/interfaces": "0.0.34", + "@waku/core": "0.0.41", + "@waku/discovery": "0.0.14", + "@waku/interfaces": "0.0.35", "@waku/proto": "^0.0.15", - "@waku/sds": "^0.0.8", - "@waku/utils": "0.0.27", + "@waku/sds": "^0.0.9", + "@waku/utils": "0.0.28", "libp2p": "2.8.11", "lodash.debounce": "^4.0.8" }, @@ -35013,7 +35013,7 @@ "@types/chai": "^4.3.11", "@types/mocha": "^10.0.9", "@waku/build-utils": "*", - "@waku/message-encryption": "^0.0.38", + "@waku/message-encryption": "^0.0.39", "chai": "^5.1.1", "cspell": "^8.6.1", "interface-datastore": "8.3.2", @@ -35209,13 +35209,13 @@ }, "packages/sds": { "name": "@waku/sds", - "version": "0.0.8", + "version": "0.0.9", "license": "MIT OR Apache-2.0", "dependencies": { "@libp2p/interface": "2.10.4", "@noble/hashes": "^1.7.1", "@waku/proto": "^0.0.15", - "@waku/utils": "^0.0.27", + "@waku/utils": "^0.0.28", "chai": "^5.1.2", "lodash": "^4.17.21" }, @@ -35335,11 +35335,11 @@ }, "packages/utils": { "name": "@waku/utils", - "version": "0.0.27", + "version": "0.0.28", "license": "MIT OR Apache-2.0", "dependencies": { "@noble/hashes": "^1.3.2", - "@waku/interfaces": "0.0.34", + "@waku/interfaces": "0.0.35", "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 a11a7f50c1..d079ca5916 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -5,6 +5,27 @@ 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.41](https://github.com/logos-messaging/js-waku/compare/core-v0.0.40...core-v0.0.41) (2025-12-24) + + +### Features + +* Reliable Channel: Status Sync, overflow protection, stop TODOs ([#2729](https://github.com/logos-messaging/js-waku/issues/2729)) ([e5f51d7](https://github.com/logos-messaging/js-waku/commit/e5f51d7df101020a1a6d0787ce68fab4f28922f5)) + + +### Bug Fixes + +* Cleanup routines on reliable channel and core protocols ([#2733](https://github.com/logos-messaging/js-waku/issues/2733)) ([84a6ea6](https://github.com/logos-messaging/js-waku/commit/84a6ea69cf8630dacea0cafd58dd8c605ee8dc48)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @waku/enr bumped from ^0.0.33 to ^0.0.34 + * @waku/interfaces bumped from 0.0.34 to 0.0.35 + * @waku/utils bumped from 0.0.27 to 0.0.28 + ## [0.0.40](https://github.com/waku-org/js-waku/compare/core-v0.0.39...core-v0.0.40) (2025-10-31) diff --git a/packages/core/package.json b/packages/core/package.json index 15fcdfb7f6..b50a5f1a99 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@waku/core", - "version": "0.0.40", + "version": "0.0.41", "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.33", - "@waku/interfaces": "0.0.34", + "@waku/enr": "^0.0.34", + "@waku/interfaces": "0.0.35", "@libp2p/ping": "2.0.35", "@waku/proto": "0.0.15", - "@waku/utils": "0.0.27", + "@waku/utils": "0.0.28", "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 14352ee37a..0b84c69363 100644 --- a/packages/discovery/CHANGELOG.md +++ b/packages/discovery/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.0.14](https://github.com/logos-messaging/js-waku/compare/discovery-v0.0.13...discovery-v0.0.14) (2025-12-24) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @waku/core bumped from 0.0.40 to 0.0.41 + * @waku/enr bumped from 0.0.33 to 0.0.34 + * @waku/interfaces bumped from 0.0.34 to 0.0.35 + * @waku/utils bumped from 0.0.27 to 0.0.28 + ## [0.0.13](https://github.com/waku-org/js-waku/compare/discovery-v0.0.12...discovery-v0.0.13) (2025-10-31) diff --git a/packages/discovery/package.json b/packages/discovery/package.json index 8d02c0d95c..1dec336e35 100644 --- a/packages/discovery/package.json +++ b/packages/discovery/package.json @@ -1,6 +1,6 @@ { "name": "@waku/discovery", - "version": "0.0.13", + "version": "0.0.14", "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.40", - "@waku/enr": "0.0.33", - "@waku/interfaces": "0.0.34", + "@waku/core": "0.0.41", + "@waku/enr": "0.0.34", + "@waku/interfaces": "0.0.35", "@waku/proto": "^0.0.15", - "@waku/utils": "0.0.27", + "@waku/utils": "0.0.28", "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 da19ed4550..9f6e1d71ae 100644 --- a/packages/enr/CHANGELOG.md +++ b/packages/enr/CHANGELOG.md @@ -99,6 +99,17 @@ 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.34](https://github.com/logos-messaging/js-waku/compare/enr-v0.0.33...enr-v0.0.34) (2025-12-24) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @waku/utils bumped from 0.0.27 to 0.0.28 + * devDependencies + * @waku/interfaces bumped from 0.0.34 to 0.0.35 + ## [0.0.33](https://github.com/waku-org/js-waku/compare/enr-v0.0.32...enr-v0.0.33) (2025-09-20) diff --git a/packages/enr/package.json b/packages/enr/package.json index e73b05f5e3..78b717d8c9 100644 --- a/packages/enr/package.json +++ b/packages/enr/package.json @@ -1,6 +1,6 @@ { "name": "@waku/enr", - "version": "0.0.33", + "version": "0.0.34", "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.27", + "@waku/utils": "0.0.28", "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.34", + "@waku/interfaces": "0.0.35", "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 f551033845..d6f4bf2a9a 100644 --- a/packages/interfaces/CHANGELOG.md +++ b/packages/interfaces/CHANGELOG.md @@ -5,6 +5,13 @@ 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.35](https://github.com/logos-messaging/js-waku/compare/interfaces-v0.0.34...interfaces-v0.0.35) (2025-12-24) + + +### Bug Fixes + +* Cleanup routines on reliable channel and core protocols ([#2733](https://github.com/logos-messaging/js-waku/issues/2733)) ([84a6ea6](https://github.com/logos-messaging/js-waku/commit/84a6ea69cf8630dacea0cafd58dd8c605ee8dc48)) + ## [0.0.34](https://github.com/waku-org/js-waku/compare/interfaces-v0.0.33...interfaces-v0.0.34) (2025-09-20) diff --git a/packages/interfaces/package.json b/packages/interfaces/package.json index 4c8fabbb53..2f1395e38e 100644 --- a/packages/interfaces/package.json +++ b/packages/interfaces/package.json @@ -1,6 +1,6 @@ { "name": "@waku/interfaces", - "version": "0.0.34", + "version": "0.0.35", "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 1f81bc50c6..33db30e416 100644 --- a/packages/message-encryption/CHANGELOG.md +++ b/packages/message-encryption/CHANGELOG.md @@ -101,6 +101,17 @@ 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.39](https://github.com/logos-messaging/js-waku/compare/message-encryption-v0.0.38...message-encryption-v0.0.39) (2025-12-24) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @waku/core bumped from 0.0.40 to 0.0.41 + * @waku/interfaces bumped from 0.0.34 to 0.0.35 + * @waku/utils bumped from 0.0.27 to 0.0.28 + ## [0.0.38](https://github.com/waku-org/js-waku/compare/message-encryption-v0.0.37...message-encryption-v0.0.38) (2025-10-31) diff --git a/packages/message-encryption/package.json b/packages/message-encryption/package.json index 2c75937b9c..eed07f88e4 100644 --- a/packages/message-encryption/package.json +++ b/packages/message-encryption/package.json @@ -1,6 +1,6 @@ { "name": "@waku/message-encryption", - "version": "0.0.38", + "version": "0.0.39", "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.40", - "@waku/interfaces": "0.0.34", + "@waku/core": "0.0.41", + "@waku/interfaces": "0.0.35", "@waku/proto": "0.0.15", - "@waku/utils": "0.0.27", + "@waku/utils": "0.0.28", "debug": "^4.3.4", "js-sha3": "^0.9.2", "uint8arrays": "^5.0.1" diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index d0df6a2124..c7e6e97f60 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.0.9](https://github.com/logos-messaging/js-waku/compare/react-v0.0.8...react-v0.0.9) (2025-12-24) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @waku/interfaces bumped from 0.0.34 to 0.0.35 + * @waku/sdk bumped from 0.0.36 to 0.0.37 + * @waku/utils bumped from 0.0.27 to 0.0.28 + ## [0.0.8](https://github.com/waku-org/js-waku/compare/react-v0.0.7...react-v0.0.8) (2025-10-31) diff --git a/packages/react/package.json b/packages/react/package.json index f5dd3681dd..a0afa4da97 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@waku/react", - "version": "0.0.8", + "version": "0.0.9", "description": "React hooks and components to use js-waku", "type": "module", "main": "dist/index.cjs.js", @@ -54,9 +54,9 @@ "node": ">=22" }, "dependencies": { - "@waku/interfaces": "0.0.34", - "@waku/sdk": "0.0.36", - "@waku/utils": "0.0.27" + "@waku/interfaces": "0.0.35", + "@waku/sdk": "0.0.37", + "@waku/utils": "0.0.28" }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.7", diff --git a/packages/relay/CHANGELOG.md b/packages/relay/CHANGELOG.md index e2a56dc990..7fa0c55a14 100644 --- a/packages/relay/CHANGELOG.md +++ b/packages/relay/CHANGELOG.md @@ -25,6 +25,23 @@ * @waku/interfaces bumped from 0.0.16 to 0.0.17 * @waku/utils bumped from 0.0.9 to 0.0.10 +## [0.0.24](https://github.com/logos-messaging/js-waku/compare/relay-v0.0.23...relay-v0.0.24) (2025-12-24) + + +### Bug Fixes + +* Cleanup routines on reliable channel and core protocols ([#2733](https://github.com/logos-messaging/js-waku/issues/2733)) ([84a6ea6](https://github.com/logos-messaging/js-waku/commit/84a6ea69cf8630dacea0cafd58dd8c605ee8dc48)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @waku/core bumped from 0.0.40 to 0.0.41 + * @waku/sdk bumped from 0.0.36 to 0.0.37 + * @waku/interfaces bumped from 0.0.34 to 0.0.35 + * @waku/utils bumped from 0.0.27 to 0.0.28 + ## [0.0.23](https://github.com/waku-org/js-waku/compare/relay-v0.0.22...relay-v0.0.23) (2025-10-31) diff --git a/packages/relay/package.json b/packages/relay/package.json index 97a404f92a..7559d97f3a 100644 --- a/packages/relay/package.json +++ b/packages/relay/package.json @@ -1,6 +1,6 @@ { "name": "@waku/relay", - "version": "0.0.23", + "version": "0.0.24", "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.40", - "@waku/sdk": "0.0.36", - "@waku/interfaces": "0.0.34", + "@waku/core": "0.0.41", + "@waku/sdk": "0.0.37", + "@waku/interfaces": "0.0.35", "@waku/proto": "0.0.15", - "@waku/utils": "0.0.27", + "@waku/utils": "0.0.28", "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 e31237d682..eaba2c400e 100644 --- a/packages/rln/CHANGELOG.md +++ b/packages/rln/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [0.1.11](https://github.com/logos-messaging/js-waku/compare/rln-v0.1.10...rln-v0.1.11) (2025-12-24) + + +### ⚠ BREAKING CHANGES + +* **rln:** generate contract types, migrate from ethers to viem ([#2705](https://github.com/logos-messaging/js-waku/issues/2705)) + +### Features + +* **rln:** Generate contract types, migrate from ethers to viem ([#2705](https://github.com/logos-messaging/js-waku/issues/2705)) ([f2ad23a](https://github.com/logos-messaging/js-waku/commit/f2ad23ad4354fb3440ca369ed91ba4d882bbacf6)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @waku/core bumped from ^0.0.40 to ^0.0.41 + * @waku/utils bumped from ^0.0.27 to ^0.0.28 + * devDependencies + * @waku/interfaces bumped from 0.0.34 to 0.0.35 + * @waku/message-encryption bumped from ^0.0.37 to ^0.0.39 + ## [0.1.10](https://github.com/waku-org/js-waku/compare/rln-v0.1.9...rln-v0.1.10) (2025-10-31) diff --git a/packages/rln/package.json b/packages/rln/package.json index 45f074cf29..b50b3d7def 100644 --- a/packages/rln/package.json +++ b/packages/rln/package.json @@ -1,6 +1,6 @@ { "name": "@waku/rln", - "version": "0.1.10", + "version": "0.1.11", "description": "RLN (Rate Limiting Nullifier) implementation for Waku", "types": "./dist/index.d.ts", "module": "./dist/index.js", @@ -60,8 +60,8 @@ "@types/sinon": "^17.0.3", "@wagmi/cli": "^2.7.0", "@waku/build-utils": "^1.0.0", - "@waku/interfaces": "0.0.34", - "@waku/message-encryption": "^0.0.37", + "@waku/interfaces": "0.0.35", + "@waku/message-encryption": "^0.0.39", "deep-equal-in-any-order": "^2.0.6", "fast-check": "^3.23.2", "rollup-plugin-copy": "^3.5.0" @@ -80,8 +80,8 @@ "@chainsafe/bls-keystore": "3.0.0", "@noble/hashes": "^1.2.0", "@wagmi/core": "^2.22.1", - "@waku/core": "^0.0.40", - "@waku/utils": "^0.0.27", + "@waku/core": "^0.0.41", + "@waku/utils": "^0.0.28", "@waku/zerokit-rln-wasm": "^0.2.1", "chai": "^5.1.2", "chai-as-promised": "^8.0.1", diff --git a/packages/run/CHANGELOG.md b/packages/run/CHANGELOG.md index c3a0424155..0c0860b4ff 100644 --- a/packages/run/CHANGELOG.md +++ b/packages/run/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.0.3](https://github.com/logos-messaging/js-waku/compare/run-v0.0.2...run-v0.0.3) (2025-12-24) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @waku/core bumped from 0.0.40 to 0.0.41 + * @waku/interfaces bumped from * to 0.0.35 + * @waku/sdk bumped from 0.0.36 to 0.0.37 + * @waku/utils bumped from * to 0.0.28 + ## [0.0.2](https://github.com/waku-org/js-waku/compare/run-v0.0.1...run-v0.0.2) (2025-10-31) diff --git a/packages/run/package.json b/packages/run/package.json index 85d2148709..7af91f44bc 100644 --- a/packages/run/package.json +++ b/packages/run/package.json @@ -1,6 +1,6 @@ { "name": "@waku/run", - "version": "0.0.2", + "version": "0.0.3", "description": "Run a local Waku network for development and testing", "type": "module", "author": "Waku Team", @@ -50,10 +50,10 @@ "node": ">=22" }, "dependencies": { - "@waku/core": "0.0.40", - "@waku/interfaces": "*", - "@waku/sdk": "0.0.36", - "@waku/utils": "*" + "@waku/core": "0.0.41", + "@waku/interfaces": "0.0.35", + "@waku/sdk": "0.0.37", + "@waku/utils": "0.0.28" }, "devDependencies": { "@types/chai": "^4.3.11", diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index 92a0cf2a13..0407b377b8 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -47,6 +47,32 @@ 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.37](https://github.com/logos-messaging/js-waku/compare/sdk-v0.0.36...sdk-v0.0.37) (2025-12-24) + + +### Features + +* Incorporate sds-r into reliable channels ([#2701](https://github.com/logos-messaging/js-waku/issues/2701)) ([788f7e6](https://github.com/logos-messaging/js-waku/commit/788f7e62c5141d10d013c91c28d549188d165762)) +* Reliable Channel: Status Sync, overflow protection, stop TODOs ([#2729](https://github.com/logos-messaging/js-waku/issues/2729)) ([e5f51d7](https://github.com/logos-messaging/js-waku/commit/e5f51d7df101020a1a6d0787ce68fab4f28922f5)) + + +### Bug Fixes + +* Cleanup routines on reliable channel and core protocols ([#2733](https://github.com/logos-messaging/js-waku/issues/2733)) ([84a6ea6](https://github.com/logos-messaging/js-waku/commit/84a6ea69cf8630dacea0cafd58dd8c605ee8dc48)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @waku/core bumped from 0.0.40 to 0.0.41 + * @waku/discovery bumped from 0.0.13 to 0.0.14 + * @waku/interfaces bumped from 0.0.34 to 0.0.35 + * @waku/sds bumped from ^0.0.8 to ^0.0.9 + * @waku/utils bumped from 0.0.27 to 0.0.28 + * devDependencies + * @waku/message-encryption bumped from ^0.0.38 to ^0.0.39 + ## [0.0.36](https://github.com/waku-org/js-waku/compare/sdk-v0.0.35...sdk-v0.0.36) (2025-10-31) diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 81a26c9aa6..989526b573 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@waku/sdk", - "version": "0.0.36", + "version": "0.0.37", "description": "A unified SDK for easy creation and management of js-waku nodes.", "types": "./dist/index.d.ts", "module": "./dist/index.js", @@ -68,12 +68,12 @@ "@libp2p/websockets": "9.2.16", "@noble/hashes": "^1.3.3", "@types/lodash.debounce": "^4.0.9", - "@waku/core": "0.0.40", - "@waku/discovery": "0.0.13", - "@waku/interfaces": "0.0.34", + "@waku/core": "0.0.41", + "@waku/discovery": "0.0.14", + "@waku/interfaces": "0.0.35", "@waku/proto": "^0.0.15", - "@waku/sds": "^0.0.8", - "@waku/utils": "0.0.27", + "@waku/sds": "^0.0.9", + "@waku/utils": "0.0.28", "libp2p": "2.8.11", "lodash.debounce": "^4.0.8" }, @@ -86,7 +86,7 @@ "@types/chai": "^4.3.11", "@types/mocha": "^10.0.9", "@waku/build-utils": "*", - "@waku/message-encryption": "^0.0.38", + "@waku/message-encryption": "^0.0.39", "chai": "^5.1.1", "cspell": "^8.6.1", "interface-datastore": "8.3.2", diff --git a/packages/sds/CHANGELOG.md b/packages/sds/CHANGELOG.md index fd3e336327..af8596cda1 100644 --- a/packages/sds/CHANGELOG.md +++ b/packages/sds/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.0.9](https://github.com/logos-messaging/js-waku/compare/sds-v0.0.8...sds-v0.0.9) (2025-12-24) + + +### Features + +* Incorporate sds-r into reliable channels ([#2701](https://github.com/logos-messaging/js-waku/issues/2701)) ([788f7e6](https://github.com/logos-messaging/js-waku/commit/788f7e62c5141d10d013c91c28d549188d165762)) +* Reliable Channel: Status Sync, overflow protection, stop TODOs ([#2729](https://github.com/logos-messaging/js-waku/issues/2729)) ([e5f51d7](https://github.com/logos-messaging/js-waku/commit/e5f51d7df101020a1a6d0787ce68fab4f28922f5)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @waku/utils bumped from ^0.0.27 to ^0.0.28 + ## [0.0.8](https://github.com/waku-org/js-waku/compare/sds-v0.0.7...sds-v0.0.8) (2025-10-31) diff --git a/packages/sds/package.json b/packages/sds/package.json index 4c1155930e..9f90bc1be8 100644 --- a/packages/sds/package.json +++ b/packages/sds/package.json @@ -1,6 +1,6 @@ { "name": "@waku/sds", - "version": "0.0.8", + "version": "0.0.9", "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", @@ -63,7 +63,7 @@ "@libp2p/interface": "2.10.4", "@noble/hashes": "^1.7.1", "@waku/proto": "^0.0.15", - "@waku/utils": "^0.0.27", + "@waku/utils": "^0.0.28", "chai": "^5.1.2", "lodash": "^4.17.21" }, diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index fcab723a80..4797bb228a 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -12,6 +12,20 @@ * devDependencies * @waku/interfaces bumped from 0.0.16 to 0.0.17 +## [0.0.28](https://github.com/logos-messaging/js-waku/compare/utils-v0.0.27...utils-v0.0.28) (2025-12-24) + + +### Features + +* Reliable Channel: Status Sync, overflow protection, stop TODOs ([#2729](https://github.com/logos-messaging/js-waku/issues/2729)) ([e5f51d7](https://github.com/logos-messaging/js-waku/commit/e5f51d7df101020a1a6d0787ce68fab4f28922f5)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @waku/interfaces bumped from 0.0.34 to 0.0.35 + ## [0.0.27](https://github.com/waku-org/js-waku/compare/utils-v0.0.26...utils-v0.0.27) (2025-09-20) diff --git a/packages/utils/package.json b/packages/utils/package.json index 5450aeb6d0..949531511f 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@waku/utils", - "version": "0.0.27", + "version": "0.0.28", "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.34", + "@waku/interfaces": "0.0.35", "chai": "^4.3.10", "debug": "^4.3.4", "uint8arrays": "^5.0.1"