diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5673cb8623..0af5e21441 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,13 +1,13 @@ { - "packages/utils": "0.0.18", + "packages/utils": "0.0.19", "packages/proto": "0.0.7", - "packages/interfaces": "0.0.25", - "packages/message-hash": "0.1.14", - "packages/enr": "0.0.24", - "packages/core": "0.0.30", - "packages/message-encryption": "0.0.28", - "packages/relay": "0.0.13", - "packages/sdk": "0.0.26", - "packages/discovery": "0.0.3", + "packages/interfaces": "0.0.26", + "packages/message-hash": "0.1.15", + "packages/enr": "0.0.25", + "packages/core": "0.0.31", + "packages/message-encryption": "0.0.29", + "packages/relay": "0.0.14", + "packages/sdk": "0.0.27", + "packages/discovery": "0.0.4", "packages/react-native-polyfills": "0.0.1" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index ca1474fe24..72158d480d 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -5,6 +5,24 @@ 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/core-v0.0.30...core-v0.0.31) (2024-08-01) + + +### Features + +* Fix peer renewal, change Filter keep alive ([#2065](https://github.com/waku-org/js-waku/issues/2065)) ([00635b7](https://github.com/waku-org/js-waku/commit/00635b7afe60c2ed739f2ccd1f07b2a6cc04f797)) +* Node and protocols health ([#2080](https://github.com/waku-org/js-waku/issues/2080)) ([d464af3](https://github.com/waku-org/js-waku/commit/d464af3645d769034d6c6293607de5b00e904ae4)) +* Validate messages for individual filter nodes & perform renewals ([#2057](https://github.com/waku-org/js-waku/issues/2057)) ([9b0f1e8](https://github.com/waku-org/js-waku/commit/9b0f1e855aa3a1f7b9aec3a4c726568d37595c28)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @waku/enr bumped from ^0.0.24 to ^0.0.25 + * @waku/interfaces bumped from 0.0.25 to 0.0.26 + * @waku/utils bumped from 0.0.18 to 0.0.19 + ## [0.0.30](https://github.com/waku-org/js-waku/compare/core-v0.0.29...core-v0.0.30) (2024-07-10) diff --git a/packages/core/package.json b/packages/core/package.json index b907c05b45..23f99f7320 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@waku/core", - "version": "0.0.30", + "version": "0.0.31", "description": "TypeScript implementation of the Waku v2 protocol", "types": "./dist/index.d.ts", "module": "./dist/index.js", @@ -69,10 +69,10 @@ }, "dependencies": { "@libp2p/ping": "^1.0.12", - "@waku/enr": "^0.0.24", - "@waku/interfaces": "0.0.25", + "@waku/enr": "^0.0.25", + "@waku/interfaces": "0.0.26", "@waku/proto": "0.0.7", - "@waku/utils": "0.0.18", + "@waku/utils": "0.0.19", "debug": "^4.3.4", "it-all": "^3.0.4", "it-length-prefixed": "^9.0.4", diff --git a/packages/discovery/CHANGELOG.md b/packages/discovery/CHANGELOG.md index 5e0a56d352..d1909d8c47 100644 --- a/packages/discovery/CHANGELOG.md +++ b/packages/discovery/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.0.4](https://github.com/waku-org/js-waku/compare/discovery-v0.0.3...discovery-v0.0.4) (2024-08-01) + + +### Features + +* **peer-exchange:** Support continuous peer information updates ([#2088](https://github.com/waku-org/js-waku/issues/2088)) ([defe41b](https://github.com/waku-org/js-waku/commit/defe41bb9a826ab6d06f9aace283c0e90b7af56c)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @waku/interfaces bumped from 0.0.25 to 0.0.26 + * @waku/enr bumped from 0.0.24 to 0.0.25 + * @waku/core bumped from 0.0.30 to 0.0.31 + * @waku/utils bumped from 0.0.18 to 0.0.19 + ## [0.0.3](https://github.com/waku-org/js-waku/compare/discovery-v0.0.2...discovery-v0.0.3) (2024-07-10) diff --git a/packages/discovery/package.json b/packages/discovery/package.json index c228ae751f..1bcc880b78 100644 --- a/packages/discovery/package.json +++ b/packages/discovery/package.json @@ -1,6 +1,6 @@ { "name": "@waku/discovery", - "version": "0.0.3", + "version": "0.0.4", "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": ">=18" }, "dependencies": { - "@waku/interfaces": "0.0.25", + "@waku/interfaces": "0.0.26", "@waku/proto": "^0.0.7", - "@waku/enr": "0.0.24", - "@waku/core": "0.0.30", - "@waku/utils": "0.0.18", + "@waku/enr": "0.0.25", + "@waku/core": "0.0.31", + "@waku/utils": "0.0.19", "debug": "^4.3.4", "dns-query": "^0.11.2", "hi-base32": "^0.5.1", diff --git a/packages/enr/CHANGELOG.md b/packages/enr/CHANGELOG.md index ad98cf2c89..a541d325a0 100644 --- a/packages/enr/CHANGELOG.md +++ b/packages/enr/CHANGELOG.md @@ -83,6 +83,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * devDependencies * @waku/interfaces bumped from 0.0.24 to 0.0.25 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @waku/utils bumped from 0.0.18 to 0.0.19 + * devDependencies + * @waku/interfaces bumped from 0.0.25 to 0.0.26 + ## [0.0.22](https://github.com/waku-org/js-waku/compare/enr-v0.0.21...enr-v0.0.22) (2024-04-09) diff --git a/packages/enr/package.json b/packages/enr/package.json index 3e49ff10f1..f3e36d05c8 100644 --- a/packages/enr/package.json +++ b/packages/enr/package.json @@ -1,6 +1,6 @@ { "name": "@waku/enr", - "version": "0.0.24", + "version": "0.0.25", "description": "ENR (EIP-778) for Waku", "types": "./dist/index.d.ts", "module": "./dist/index.js", @@ -56,7 +56,7 @@ "@libp2p/peer-id": "^4.0.4", "@multiformats/multiaddr": "^12.0.0", "@noble/secp256k1": "^1.7.1", - "@waku/utils": "0.0.18", + "@waku/utils": "0.0.19", "debug": "^4.3.4", "js-sha3": "^0.9.2" }, @@ -68,7 +68,7 @@ "@types/chai": "^4.3.11", "@types/mocha": "^10.0.6", "@waku/build-utils": "*", - "@waku/interfaces": "0.0.25", + "@waku/interfaces": "0.0.26", "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 98c2ca25e0..66cf97ee8e 100644 --- a/packages/interfaces/CHANGELOG.md +++ b/packages/interfaces/CHANGELOG.md @@ -5,6 +5,14 @@ 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.26](https://github.com/waku-org/js-waku/compare/interfaces-v0.0.25...interfaces-v0.0.26) (2024-08-01) + + +### Features + +* Node and protocols health ([#2080](https://github.com/waku-org/js-waku/issues/2080)) ([d464af3](https://github.com/waku-org/js-waku/commit/d464af3645d769034d6c6293607de5b00e904ae4)) +* Validate messages for individual filter nodes & perform renewals ([#2057](https://github.com/waku-org/js-waku/issues/2057)) ([9b0f1e8](https://github.com/waku-org/js-waku/commit/9b0f1e855aa3a1f7b9aec3a4c726568d37595c28)) + ## [0.0.25](https://github.com/waku-org/js-waku/compare/interfaces-v0.0.24...interfaces-v0.0.25) (2024-07-10) diff --git a/packages/interfaces/package.json b/packages/interfaces/package.json index 725afd846b..8ba8bd268b 100644 --- a/packages/interfaces/package.json +++ b/packages/interfaces/package.json @@ -1,6 +1,6 @@ { "name": "@waku/interfaces", - "version": "0.0.25", + "version": "0.0.26", "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 f8faa7bd36..af50dc724a 100644 --- a/packages/message-encryption/CHANGELOG.md +++ b/packages/message-encryption/CHANGELOG.md @@ -84,6 +84,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * @waku/interfaces bumped from 0.0.24 to 0.0.25 * @waku/utils bumped from 0.0.17 to 0.0.18 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @waku/core bumped from 0.0.30 to 0.0.31 + * @waku/interfaces bumped from 0.0.25 to 0.0.26 + * @waku/utils bumped from 0.0.18 to 0.0.19 + ## [0.0.27](https://github.com/waku-org/js-waku/compare/message-encryption-v0.0.26...message-encryption-v0.0.27) (2024-04-30) diff --git a/packages/message-encryption/package.json b/packages/message-encryption/package.json index f6f577abf2..a74d5b5e79 100644 --- a/packages/message-encryption/package.json +++ b/packages/message-encryption/package.json @@ -1,6 +1,6 @@ { "name": "@waku/message-encryption", - "version": "0.0.28", + "version": "0.0.29", "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.30", - "@waku/interfaces": "0.0.25", + "@waku/core": "0.0.31", + "@waku/interfaces": "0.0.26", "@waku/proto": "0.0.7", - "@waku/utils": "0.0.18", + "@waku/utils": "0.0.19", "debug": "^4.3.4", "js-sha3": "^0.9.2", "uint8arrays": "^5.0.1" diff --git a/packages/message-hash/CHANGELOG.md b/packages/message-hash/CHANGELOG.md index 361c224216..3bde0174d9 100644 --- a/packages/message-hash/CHANGELOG.md +++ b/packages/message-hash/CHANGELOG.md @@ -56,6 +56,14 @@ * devDependencies * @waku/interfaces bumped from 0.0.24 to 0.0.25 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @waku/utils bumped from 0.0.18 to 0.0.19 + * devDependencies + * @waku/interfaces bumped from 0.0.25 to 0.0.26 + ## [0.1.13](https://github.com/waku-org/js-waku/compare/message-hash-v0.1.12...message-hash-v0.1.13) (2024-04-30) diff --git a/packages/message-hash/package.json b/packages/message-hash/package.json index 3cb6df2964..4d8ba1d533 100644 --- a/packages/message-hash/package.json +++ b/packages/message-hash/package.json @@ -1,6 +1,6 @@ { "name": "@waku/message-hash", - "version": "0.1.14", + "version": "0.1.15", "description": "TypeScript implementation of the Deterministic Message Hashing as specified in 14/WAKU2-MESSAGE", "types": "./dist/index.d.ts", "module": "./dist/index.js", @@ -51,7 +51,7 @@ }, "dependencies": { "@noble/hashes": "^1.3.2", - "@waku/utils": "0.0.18" + "@waku/utils": "0.0.19" }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.7", @@ -61,7 +61,7 @@ "@types/debug": "^4.1.12", "@types/mocha": "^10.0.6", "@waku/build-utils": "*", - "@waku/interfaces": "0.0.25", + "@waku/interfaces": "0.0.26", "chai": "^4.3.10", "cspell": "^8.6.1", "fast-check": "^3.19.0", diff --git a/packages/relay/CHANGELOG.md b/packages/relay/CHANGELOG.md index 7f267ea58b..c5f6ae7408 100644 --- a/packages/relay/CHANGELOG.md +++ b/packages/relay/CHANGELOG.md @@ -25,6 +25,14 @@ * @waku/interfaces bumped from 0.0.16 to 0.0.17 * @waku/utils bumped from 0.0.9 to 0.0.10 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @waku/core bumped from 0.0.30 to 0.0.31 + * @waku/interfaces bumped from 0.0.25 to 0.0.26 + * @waku/utils bumped from 0.0.18 to 0.0.19 + ## [0.0.13](https://github.com/waku-org/js-waku/compare/relay-v0.0.12...relay-v0.0.13) (2024-07-10) diff --git a/packages/relay/package.json b/packages/relay/package.json index 858ae88075..5124ed8ec5 100644 --- a/packages/relay/package.json +++ b/packages/relay/package.json @@ -1,6 +1,6 @@ { "name": "@waku/relay", - "version": "0.0.13", + "version": "0.0.14", "description": "Relay Protocol for Waku", "types": "./dist/index.d.ts", "module": "./dist/index.js", @@ -51,10 +51,10 @@ "dependencies": { "@chainsafe/libp2p-gossipsub": "^12.0.0", "@noble/hashes": "^1.3.2", - "@waku/core": "0.0.30", - "@waku/interfaces": "0.0.25", + "@waku/core": "0.0.31", + "@waku/interfaces": "0.0.26", "@waku/proto": "0.0.7", - "@waku/utils": "0.0.18", + "@waku/utils": "0.0.19", "chai": "^4.3.10", "debug": "^4.3.4", "fast-check": "^3.19.0" diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index f36099e171..97d53594df 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -47,6 +47,26 @@ 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.27](https://github.com/waku-org/js-waku/compare/sdk-v0.0.26...sdk-v0.0.27) (2024-08-01) + + +### Features + +* Fix peer renewal, change Filter keep alive ([#2065](https://github.com/waku-org/js-waku/issues/2065)) ([00635b7](https://github.com/waku-org/js-waku/commit/00635b7afe60c2ed739f2ccd1f07b2a6cc04f797)) +* Node and protocols health ([#2080](https://github.com/waku-org/js-waku/issues/2080)) ([d464af3](https://github.com/waku-org/js-waku/commit/d464af3645d769034d6c6293607de5b00e904ae4)) +* Validate messages for individual filter nodes & perform renewals ([#2057](https://github.com/waku-org/js-waku/issues/2057)) ([9b0f1e8](https://github.com/waku-org/js-waku/commit/9b0f1e855aa3a1f7b9aec3a4c726568d37595c28)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @waku/core bumped from 0.0.30 to 0.0.31 + * @waku/discovery bumped from 0.0.3 to 0.0.4 + * @waku/interfaces bumped from 0.0.25 to 0.0.26 + * @waku/relay bumped from 0.0.13 to 0.0.14 + * @waku/utils bumped from 0.0.18 to 0.0.19 + ## [0.0.26](https://github.com/waku-org/js-waku/compare/sdk-v0.0.25...sdk-v0.0.26) (2024-07-10) diff --git a/packages/sdk/package.json b/packages/sdk/package.json index f9ef240c36..756bd825c6 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@waku/sdk", - "version": "0.0.26", + "version": "0.0.27", "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/ping": "^1.0.12", "@libp2p/websockets": "^8.0.11", "@noble/hashes": "^1.3.3", - "@waku/core": "0.0.30", - "@waku/discovery": "0.0.3", - "@waku/interfaces": "0.0.25", + "@waku/core": "0.0.31", + "@waku/discovery": "0.0.4", + "@waku/interfaces": "0.0.26", "@waku/proto": "^0.0.7", - "@waku/relay": "0.0.13", - "@waku/utils": "0.0.18", + "@waku/relay": "0.0.14", + "@waku/utils": "0.0.19", "libp2p": "^1.1.2" }, "devDependencies": { diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 077f8e11d4..8641a9336a 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.19](https://github.com/waku-org/js-waku/compare/utils-v0.0.18...utils-v0.0.19) (2024-08-01) + + +### Features + +* Fix peer renewal, change Filter keep alive ([#2065](https://github.com/waku-org/js-waku/issues/2065)) ([00635b7](https://github.com/waku-org/js-waku/commit/00635b7afe60c2ed739f2ccd1f07b2a6cc04f797)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @waku/interfaces bumped from 0.0.25 to 0.0.26 + ## [0.0.18](https://github.com/waku-org/js-waku/compare/utils-v0.0.17...utils-v0.0.18) (2024-07-10) diff --git a/packages/utils/package.json b/packages/utils/package.json index 1484332420..8cafe8fb15 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@waku/utils", - "version": "0.0.18", + "version": "0.0.19", "description": "Different utilities for Waku", "types": "./dist/index.d.ts", "module": "./dist/index.js", @@ -68,7 +68,7 @@ }, "dependencies": { "@noble/hashes": "^1.3.2", - "@waku/interfaces": "0.0.25", + "@waku/interfaces": "0.0.26", "chai": "^4.3.10", "debug": "^4.3.4", "uint8arrays": "^5.0.1"