chore: release master

This commit is contained in:
Sasha 2025-02-22 00:33:17 +01:00
parent 4cd1eea05a
commit 81d69bdfc8
21 changed files with 204 additions and 50 deletions

View File

@ -1,13 +1,13 @@
{
"packages/utils": "0.0.21",
"packages/proto": "0.0.8",
"packages/interfaces": "0.0.28",
"packages/message-hash": "0.1.17",
"packages/enr": "0.0.27",
"packages/core": "0.0.33",
"packages/message-encryption": "0.0.31",
"packages/relay": "0.0.16",
"packages/sdk": "0.0.29",
"packages/discovery": "0.0.6",
"packages/utils": "0.0.22",
"packages/proto": "0.0.9",
"packages/interfaces": "0.0.29",
"packages/message-hash": "0.1.18",
"packages/enr": "0.0.28",
"packages/core": "0.0.34",
"packages/message-encryption": "0.0.32",
"packages/relay": "0.0.17",
"packages/sdk": "0.0.30",
"packages/discovery": "0.0.7",
"packages/react-native-polyfills": "0.0.1"
}

View File

@ -5,6 +5,26 @@ 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.34](https://github.com/waku-org/js-waku/compare/core-v0.0.33...core-v0.0.34) (2025-02-21)
### Features
* Add HealthIndicator with simplified logic and testing ([#2251](https://github.com/waku-org/js-waku/issues/2251)) ([3136f3a](https://github.com/waku-org/js-waku/commit/3136f3a70452cbec8b4361cc9697622b0a2debf7))
* Improve peer manager and re-integrate to light push ([#2191](https://github.com/waku-org/js-waku/issues/2191)) ([62f93dc](https://github.com/waku-org/js-waku/commit/62f93dc8428132161dba8881c6adc162040ae758))
* Move Peer to PeerId ([#2246](https://github.com/waku-org/js-waku/issues/2246)) ([fc93fae](https://github.com/waku-org/js-waku/commit/fc93fae873ad032cc4f18c41ab98959eef785279))
* **store:** Allow specifying node to use ([#2192](https://github.com/waku-org/js-waku/issues/2192)) ([4153396](https://github.com/waku-org/js-waku/commit/415339601476925874904b19be43f6e055a45004))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @waku/enr bumped from ^0.0.27 to ^0.0.28
* @waku/interfaces bumped from 0.0.28 to 0.0.29
* @waku/proto bumped from 0.0.8 to 0.0.9
* @waku/utils bumped from 0.0.21 to 0.0.22
## [0.0.33](https://github.com/waku-org/js-waku/compare/core-v0.0.32...core-v0.0.33) (2024-10-16)

View File

@ -1,6 +1,6 @@
{
"name": "@waku/core",
"version": "0.0.33",
"version": "0.0.34",
"description": "TypeScript implementation of the Waku v2 protocol",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
@ -68,11 +68,11 @@
"node": ">=20"
},
"dependencies": {
"@waku/enr": "^0.0.27",
"@waku/interfaces": "0.0.28",
"@waku/enr": "^0.0.28",
"@waku/interfaces": "0.0.29",
"@libp2p/ping": "2.0.1",
"@waku/proto": "0.0.8",
"@waku/utils": "0.0.21",
"@waku/proto": "0.0.9",
"@waku/utils": "0.0.22",
"debug": "^4.3.4",
"it-all": "^3.0.4",
"it-length-prefixed": "^9.0.4",

View File

@ -1,5 +1,30 @@
# Changelog
## [0.0.7](https://github.com/waku-org/js-waku/compare/discovery-v0.0.6...discovery-v0.0.7) (2025-02-21)
### Features
* Add HealthIndicator with simplified logic and testing ([#2251](https://github.com/waku-org/js-waku/issues/2251)) ([3136f3a](https://github.com/waku-org/js-waku/commit/3136f3a70452cbec8b4361cc9697622b0a2debf7))
* Improve peer manager and re-integrate to light push ([#2191](https://github.com/waku-org/js-waku/issues/2191)) ([62f93dc](https://github.com/waku-org/js-waku/commit/62f93dc8428132161dba8881c6adc162040ae758))
* Move Peer to PeerId ([#2246](https://github.com/waku-org/js-waku/issues/2246)) ([fc93fae](https://github.com/waku-org/js-waku/commit/fc93fae873ad032cc4f18c41ab98959eef785279))
### Bug Fixes
* Remove peer deps ([#2200](https://github.com/waku-org/js-waku/issues/2200)) ([f34fc4b](https://github.com/waku-org/js-waku/commit/f34fc4b2442f1cec326c8ebd45596445232fa65b))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @waku/interfaces bumped from 0.0.28 to 0.0.29
* @waku/proto bumped from ^0.0.8 to ^0.0.9
* @waku/enr bumped from 0.0.27 to 0.0.28
* @waku/core bumped from 0.0.33 to 0.0.34
* @waku/utils bumped from 0.0.21 to 0.0.22
## [0.0.6](https://github.com/waku-org/js-waku/compare/discovery-v0.0.5...discovery-v0.0.6) (2024-10-16)

View File

@ -1,6 +1,6 @@
{
"name": "@waku/discovery",
"version": "0.0.6",
"version": "0.0.7",
"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": ">=20"
},
"dependencies": {
"@waku/interfaces": "0.0.28",
"@waku/proto": "^0.0.8",
"@waku/enr": "0.0.27",
"@waku/core": "0.0.33",
"@waku/utils": "0.0.21",
"@waku/interfaces": "0.0.29",
"@waku/proto": "^0.0.9",
"@waku/enr": "0.0.28",
"@waku/core": "0.0.34",
"@waku/utils": "0.0.22",
"debug": "^4.3.4",
"dns-query": "^0.11.2",
"hi-base32": "^0.5.1",

View File

@ -99,6 +99,14 @@ 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
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @waku/utils bumped from 0.0.21 to 0.0.22
* devDependencies
* @waku/interfaces bumped from 0.0.28 to 0.0.29
## [0.0.26](https://github.com/waku-org/js-waku/compare/enr-v0.0.25...enr-v0.0.26) (2024-09-05)

View File

@ -1,6 +1,6 @@
{
"name": "@waku/enr",
"version": "0.0.27",
"version": "0.0.28",
"description": "ENR (EIP-778) for Waku",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
@ -56,7 +56,7 @@
"@libp2p/peer-id": "^5.0.1",
"@multiformats/multiaddr": "^12.0.0",
"@noble/secp256k1": "^1.7.1",
"@waku/utils": "0.0.21",
"@waku/utils": "0.0.22",
"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.28",
"@waku/interfaces": "0.0.29",
"chai": "^4.3.10",
"cspell": "^8.6.1",
"fast-check": "^3.19.0",

View File

@ -5,6 +5,22 @@ 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.29](https://github.com/waku-org/js-waku/compare/interfaces-v0.0.28...interfaces-v0.0.29) (2025-02-21)
### Features
* Add HealthIndicator with simplified logic and testing ([#2251](https://github.com/waku-org/js-waku/issues/2251)) ([3136f3a](https://github.com/waku-org/js-waku/commit/3136f3a70452cbec8b4361cc9697622b0a2debf7))
* Improve peer manager and re-integrate to light push ([#2191](https://github.com/waku-org/js-waku/issues/2191)) ([62f93dc](https://github.com/waku-org/js-waku/commit/62f93dc8428132161dba8881c6adc162040ae758))
* **store:** Allow specifying node to use ([#2192](https://github.com/waku-org/js-waku/issues/2192)) ([4153396](https://github.com/waku-org/js-waku/commit/415339601476925874904b19be43f6e055a45004))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @waku/proto bumped from ^0.0.8 to ^0.0.9
## [0.0.28](https://github.com/waku-org/js-waku/compare/interfaces-v0.0.27...interfaces-v0.0.28) (2024-10-16)

View File

@ -1,6 +1,6 @@
{
"name": "@waku/interfaces",
"version": "0.0.28",
"version": "0.0.29",
"description": "Definition of Waku interfaces",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
@ -64,6 +64,6 @@
"README.md"
],
"dependencies": {
"@waku/proto": "^0.0.8"
"@waku/proto": "^0.0.9"
}
}

View File

@ -101,6 +101,15 @@ 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
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @waku/core bumped from 0.0.33 to 0.0.34
* @waku/interfaces bumped from 0.0.28 to 0.0.29
* @waku/proto bumped from 0.0.8 to 0.0.9
* @waku/utils bumped from 0.0.21 to 0.0.22
## [0.0.30](https://github.com/waku-org/js-waku/compare/message-encryption-v0.0.29...message-encryption-v0.0.30) (2024-09-05)

View File

@ -1,6 +1,6 @@
{
"name": "@waku/message-encryption",
"version": "0.0.31",
"version": "0.0.32",
"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.33",
"@waku/interfaces": "0.0.28",
"@waku/proto": "0.0.8",
"@waku/utils": "0.0.21",
"@waku/core": "0.0.34",
"@waku/interfaces": "0.0.29",
"@waku/proto": "0.0.9",
"@waku/utils": "0.0.22",
"debug": "^4.3.4",
"js-sha3": "^0.9.2",
"uint8arrays": "^5.0.1"

View File

@ -64,6 +64,14 @@
* devDependencies
* @waku/interfaces bumped from 0.0.25 to 0.0.26
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @waku/utils bumped from 0.0.21 to 0.0.22
* devDependencies
* @waku/interfaces bumped from 0.0.28 to 0.0.29
## [0.1.17](https://github.com/waku-org/js-waku/compare/message-hash-v0.1.16...message-hash-v0.1.17) (2024-10-16)

View File

@ -1,6 +1,6 @@
{
"name": "@waku/message-hash",
"version": "0.1.17",
"version": "0.1.18",
"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.21"
"@waku/utils": "0.0.22"
},
"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.28",
"@waku/interfaces": "0.0.29",
"chai": "^4.3.10",
"cspell": "^8.6.1",
"fast-check": "^3.19.0",

View File

@ -1,5 +1,13 @@
# Changelog
## [0.0.9](https://github.com/waku-org/js-waku/compare/proto-v0.0.8...proto-v0.0.9) (2025-02-21)
### Features
* **sds:** Add message channel with buffers and send/receive logic ([389ca40](https://github.com/waku-org/js-waku/commit/389ca4062eebda91eac6d8e212ca4d063e7ac103))
* **sds:** Create package for sds and add protobuf def ([468512f](https://github.com/waku-org/js-waku/commit/468512fa85a5e6c1618803338e0e9d17e1a9c4b7))
## [0.0.8](https://github.com/waku-org/js-waku/compare/proto-v0.0.7...proto-v0.0.8) (2024-08-29)

View File

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

View File

@ -25,6 +25,24 @@
* @waku/interfaces bumped from 0.0.16 to 0.0.17
* @waku/utils bumped from 0.0.9 to 0.0.10
## [0.0.17](https://github.com/waku-org/js-waku/compare/relay-v0.0.16...relay-v0.0.17) (2025-02-21)
### Features
* Improve peer manager and re-integrate to light push ([#2191](https://github.com/waku-org/js-waku/issues/2191)) ([62f93dc](https://github.com/waku-org/js-waku/commit/62f93dc8428132161dba8881c6adc162040ae758))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @waku/core bumped from 0.0.33 to 0.0.34
* @waku/sdk bumped from 0.0.29 to 0.0.30
* @waku/interfaces bumped from 0.0.28 to 0.0.29
* @waku/proto bumped from 0.0.8 to 0.0.9
* @waku/utils bumped from 0.0.21 to 0.0.22
## [0.0.16](https://github.com/waku-org/js-waku/compare/relay-v0.0.15...relay-v0.0.16) (2024-10-16)

View File

@ -1,6 +1,6 @@
{
"name": "@waku/relay",
"version": "0.0.16",
"version": "0.0.17",
"description": "Relay Protocol for Waku",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
@ -51,11 +51,11 @@
"dependencies": {
"@chainsafe/libp2p-gossipsub": "^14.1.0",
"@noble/hashes": "^1.3.2",
"@waku/core": "0.0.33",
"@waku/sdk": "0.0.29",
"@waku/interfaces": "0.0.28",
"@waku/proto": "0.0.8",
"@waku/utils": "0.0.21",
"@waku/core": "0.0.34",
"@waku/sdk": "0.0.30",
"@waku/interfaces": "0.0.29",
"@waku/proto": "0.0.9",
"@waku/utils": "0.0.22",
"chai": "^4.3.10",
"debug": "^4.3.4",
"fast-check": "^3.19.0",

View File

@ -47,6 +47,34 @@ 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.30](https://github.com/waku-org/js-waku/compare/sdk-v0.0.29...sdk-v0.0.30) (2025-02-21)
### Features
* Add HealthIndicator with simplified logic and testing ([#2251](https://github.com/waku-org/js-waku/issues/2251)) ([3136f3a](https://github.com/waku-org/js-waku/commit/3136f3a70452cbec8b4361cc9697622b0a2debf7))
* Improve peer manager and re-integrate to light push ([#2191](https://github.com/waku-org/js-waku/issues/2191)) ([62f93dc](https://github.com/waku-org/js-waku/commit/62f93dc8428132161dba8881c6adc162040ae758))
* Move Peer to PeerId ([#2246](https://github.com/waku-org/js-waku/issues/2246)) ([fc93fae](https://github.com/waku-org/js-waku/commit/fc93fae873ad032cc4f18c41ab98959eef785279))
* **store:** Allow specifying node to use ([#2192](https://github.com/waku-org/js-waku/issues/2192)) ([4153396](https://github.com/waku-org/js-waku/commit/415339601476925874904b19be43f6e055a45004))
### Bug Fixes
* Remove peer deps ([#2200](https://github.com/waku-org/js-waku/issues/2200)) ([f34fc4b](https://github.com/waku-org/js-waku/commit/f34fc4b2442f1cec326c8ebd45596445232fa65b))
* Remove window reference and improve waitForRemotePeer ([#2194](https://github.com/waku-org/js-waku/issues/2194)) ([88e33a9](https://github.com/waku-org/js-waku/commit/88e33a90fd2a4de93d4ce0cb99dbd77ff454ef34))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @waku/core bumped from 0.0.33 to 0.0.34
* @waku/discovery bumped from 0.0.6 to 0.0.7
* @waku/interfaces bumped from 0.0.28 to 0.0.29
* @waku/proto bumped from ^0.0.8 to ^0.0.9
* @waku/utils bumped from 0.0.21 to 0.0.22
* @waku/message-hash bumped from 0.1.17 to 0.1.18
## [0.0.29](https://github.com/waku-org/js-waku/compare/sdk-v0.0.28...sdk-v0.0.29) (2024-10-16)

View File

@ -1,6 +1,6 @@
{
"name": "@waku/sdk",
"version": "0.0.29",
"version": "0.0.30",
"description": "A unified SDK for easy creation and management of js-waku nodes.",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
@ -67,12 +67,12 @@
"@libp2p/ping": "2.0.1",
"@libp2p/websockets": "^9.0.1",
"@noble/hashes": "^1.3.3",
"@waku/core": "0.0.33",
"@waku/discovery": "0.0.6",
"@waku/interfaces": "0.0.28",
"@waku/proto": "^0.0.8",
"@waku/utils": "0.0.21",
"@waku/message-hash": "0.1.17",
"@waku/core": "0.0.34",
"@waku/discovery": "0.0.7",
"@waku/interfaces": "0.0.29",
"@waku/proto": "^0.0.9",
"@waku/utils": "0.0.22",
"@waku/message-hash": "0.1.18",
"libp2p": "2.1.8"
},
"devDependencies": {

View File

@ -12,6 +12,20 @@
* devDependencies
* @waku/interfaces bumped from 0.0.16 to 0.0.17
## [0.0.22](https://github.com/waku-org/js-waku/compare/utils-v0.0.21...utils-v0.0.22) (2025-02-21)
### Features
* Improve peer manager and re-integrate to light push ([#2191](https://github.com/waku-org/js-waku/issues/2191)) ([62f93dc](https://github.com/waku-org/js-waku/commit/62f93dc8428132161dba8881c6adc162040ae758))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @waku/interfaces bumped from 0.0.28 to 0.0.29
## [0.0.21](https://github.com/waku-org/js-waku/compare/utils-v0.0.20...utils-v0.0.21) (2024-10-16)

View File

@ -1,6 +1,6 @@
{
"name": "@waku/utils",
"version": "0.0.21",
"version": "0.0.22",
"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.28",
"@waku/interfaces": "0.0.29",
"chai": "^4.3.10",
"debug": "^4.3.4",
"uint8arrays": "^5.0.1"