Skip to content

Commit 0e4ceb6

Browse files
authored
chore: release master (#1568)
1 parent 9fe04d8 commit 0e4ceb6

21 files changed

+247
-47
lines changed

.release-please-manifest.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"packages/utils": "0.0.11",
2+
"packages/utils": "0.0.12",
33
"packages/proto": "0.0.5",
4-
"packages/interfaces": "0.0.18",
5-
"packages/message-hash": "0.1.7",
6-
"packages/enr": "0.0.17",
7-
"packages/peer-exchange": "0.0.16",
8-
"packages/core": "0.0.23",
9-
"packages/dns-discovery": "0.0.17",
10-
"packages/message-encryption": "0.0.21",
11-
"packages/relay": "0.0.6",
12-
"packages/sdk": "0.0.19"
4+
"packages/interfaces": "0.0.19",
5+
"packages/message-hash": "0.1.8",
6+
"packages/enr": "0.0.18",
7+
"packages/peer-exchange": "0.0.17",
8+
"packages/core": "0.0.24",
9+
"packages/dns-discovery": "0.0.18",
10+
"packages/message-encryption": "0.0.22",
11+
"packages/relay": "0.0.7",
12+
"packages/sdk": "0.0.20"
1313
}

packages/core/CHANGELOG.md

+34
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,40 @@ All notable changes to this project will be documented in this file.
55
The file is maintained by [Release Please](https://github.com/googleapis/release-please) based on [Conventional Commits](https://www.conventionalcommits.org) specification,
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.0.24](https://github.com/waku-org/js-waku/compare/core-v0.0.23...core-v0.0.24) (2023-10-16)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* **store:** use `pubSubTopic` from `DecodedMessage` for `createCursor` ([#1640](https://github.com/waku-org/js-waku/issues/1640))
14+
* **static-sharding:** allow multiple pubSubTopics ([#1586](https://github.com/waku-org/js-waku/issues/1586))
15+
* return `REMOTE_PEER_REJECTED` if remote peer rejected the message
16+
17+
### Features
18+
19+
* Add Firefox and Webkit to karma ([#1598](https://github.com/waku-org/js-waku/issues/1598)) ([d9e4bcb](https://github.com/waku-org/js-waku/commit/d9e4bcbe3f7bcc092f20621bd362d76426701dab))
20+
* Enable pinging connected peers by default ([#1647](https://github.com/waku-org/js-waku/issues/1647)) ([1d60c4b](https://github.com/waku-org/js-waku/commit/1d60c4ba44f7fd511371e926247d9151590edec5))
21+
* Return `REMOTE_PEER_REJECTED` if remote peer rejected the message ([053b654](https://github.com/waku-org/js-waku/commit/053b6545ad0c2450af5687495eb7b6049c0f21ad))
22+
* **static-sharding:** Allow multiple pubSubTopics ([#1586](https://github.com/waku-org/js-waku/issues/1586)) ([a3c45b6](https://github.com/waku-org/js-waku/commit/a3c45b6e1a9beae488cae3c71c48949fa47bcaf6))
23+
* **static-sharding:** Filter peer connections per shards ([#1626](https://github.com/waku-org/js-waku/issues/1626)) ([124a29e](https://github.com/waku-org/js-waku/commit/124a29ebba59c05fbbf199d969e6ba3f9e57d45b))
24+
25+
26+
### Bug Fixes
27+
28+
* Catch stream creation promise rejection for `lightPush.send` ([b696a89](https://github.com/waku-org/js-waku/commit/b696a8957211bf20577f419a207a23ceca03d23f))
29+
* Catch top level exception when preemptively creating streams ([fb37c89](https://github.com/waku-org/js-waku/commit/fb37c89e40a9d7c98bef17a085876478486fca8b))
30+
* **store:** Use `pubSubTopic` from `DecodedMessage` for `createCursor` ([#1640](https://github.com/waku-org/js-waku/issues/1640)) ([b10c46b](https://github.com/waku-org/js-waku/commit/b10c46b910511418a048d7092dfd8b500a71a931))
31+
* Throw error when no response ([#1567](https://github.com/waku-org/js-waku/issues/1567)) ([d049ebb](https://github.com/waku-org/js-waku/commit/d049ebbc3417e5c20eccba3aa1b9fc5382e8d7fc))
32+
33+
34+
### Dependencies
35+
36+
* The following workspace dependencies were updated
37+
* dependencies
38+
* @waku/enr bumped from ^0.0.17 to ^0.0.18
39+
* @waku/interfaces bumped from 0.0.18 to 0.0.19
40+
* @waku/utils bumped from 0.0.11 to 0.0.12
41+
842
## [0.0.23](https://github.com/waku-org/js-waku/compare/core-v0.0.22...core-v0.0.23) (2023-09-11)
943

1044

packages/core/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@waku/core",
3-
"version": "0.0.23",
3+
"version": "0.0.24",
44
"description": "TypeScript implementation of the Waku v2 protocol",
55
"types": "./dist/index.d.ts",
66
"module": "./dist/index.js",
@@ -73,10 +73,10 @@
7373
},
7474
"dependencies": {
7575
"@noble/hashes": "^1.3.2",
76-
"@waku/enr": "^0.0.17",
77-
"@waku/interfaces": "0.0.18",
76+
"@waku/enr": "^0.0.18",
77+
"@waku/interfaces": "0.0.19",
7878
"@waku/proto": "0.0.5",
79-
"@waku/utils": "0.0.11",
79+
"@waku/utils": "0.0.12",
8080
"debug": "^4.3.4",
8181
"it-all": "^3.0.3",
8282
"it-length-prefixed": "^9.0.1",

packages/dns-discovery/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4646
* devDependencies
4747
* @waku/interfaces bumped from 0.0.13 to 0.0.14
4848

49+
## [0.0.18](https://github.com/waku-org/js-waku/compare/dns-discovery-v0.0.17...dns-discovery-v0.0.18) (2023-10-16)
50+
51+
52+
### Features
53+
54+
* Add Firefox and Webkit to karma ([#1598](https://github.com/waku-org/js-waku/issues/1598)) ([d9e4bcb](https://github.com/waku-org/js-waku/commit/d9e4bcbe3f7bcc092f20621bd362d76426701dab))
55+
* **static-sharding:** Filter peer connections per shards ([#1626](https://github.com/waku-org/js-waku/issues/1626)) ([124a29e](https://github.com/waku-org/js-waku/commit/124a29ebba59c05fbbf199d969e6ba3f9e57d45b))
56+
57+
58+
### Dependencies
59+
60+
* The following workspace dependencies were updated
61+
* dependencies
62+
* @waku/enr bumped from 0.0.17 to 0.0.18
63+
* @waku/utils bumped from 0.0.11 to 0.0.12
64+
* devDependencies
65+
* @waku/interfaces bumped from 0.0.18 to 0.0.19
66+
4967
## [0.0.17](https://github.com/waku-org/js-waku/compare/dns-discovery-v0.0.16...dns-discovery-v0.0.17) (2023-09-11)
5068

5169

packages/dns-discovery/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@waku/dns-discovery",
3-
"version": "0.0.17",
3+
"version": "0.0.18",
44
"description": "DNS Peer Discovery (EIP-1459)",
55
"types": "./dist/index.d.ts",
66
"module": "./dist/index.js",
@@ -51,8 +51,8 @@
5151
"node": ">=18"
5252
},
5353
"dependencies": {
54-
"@waku/enr": "0.0.17",
55-
"@waku/utils": "0.0.11",
54+
"@waku/enr": "0.0.18",
55+
"@waku/utils": "0.0.12",
5656
"debug": "^4.3.4",
5757
"dns-query": "^0.11.2",
5858
"hi-base32": "^0.5.1",
@@ -67,7 +67,7 @@
6767
"@rollup/plugin-node-resolve": "^15.1.0",
6868
"@types/chai": "^4.3.5",
6969
"@waku/build-utils": "*",
70-
"@waku/interfaces": "0.0.18",
70+
"@waku/interfaces": "0.0.19",
7171
"chai": "^4.3.7",
7272
"cspell": "^7.3.2",
7373
"mocha": "^10.2.0",

packages/enr/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5959
* devDependencies
6060
* @waku/interfaces bumped from 0.0.16 to 0.0.17
6161

62+
## [0.0.18](https://github.com/waku-org/js-waku/compare/enr-v0.0.17...enr-v0.0.18) (2023-10-16)
63+
64+
65+
### Features
66+
67+
* Add Firefox and Webkit to karma ([#1598](https://github.com/waku-org/js-waku/issues/1598)) ([d9e4bcb](https://github.com/waku-org/js-waku/commit/d9e4bcbe3f7bcc092f20621bd362d76426701dab))
68+
* **static-sharding:** Filter peer connections per shards ([#1626](https://github.com/waku-org/js-waku/issues/1626)) ([124a29e](https://github.com/waku-org/js-waku/commit/124a29ebba59c05fbbf199d969e6ba3f9e57d45b))
69+
70+
71+
### Dependencies
72+
73+
* The following workspace dependencies were updated
74+
* dependencies
75+
* @waku/utils bumped from 0.0.11 to 0.0.12
76+
* devDependencies
77+
* @waku/interfaces bumped from 0.0.18 to 0.0.19
78+
6279
## [0.0.17](https://github.com/waku-org/js-waku/compare/enr-v0.0.16...enr-v0.0.17) (2023-09-11)
6380

6481

packages/enr/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@waku/enr",
3-
"version": "0.0.17",
3+
"version": "0.0.18",
44
"description": "ENR (EIP-778) for Waku",
55
"types": "./dist/index.d.ts",
66
"module": "./dist/index.js",
@@ -56,7 +56,7 @@
5656
"@libp2p/peer-id": "^3.0.2",
5757
"@multiformats/multiaddr": "^12.0.0",
5858
"@noble/secp256k1": "^1.7.1",
59-
"@waku/utils": "0.0.11",
59+
"@waku/utils": "0.0.12",
6060
"debug": "^4.3.4",
6161
"js-sha3": "^0.9.2"
6262
},
@@ -68,7 +68,7 @@
6868
"@types/chai": "^4.3.5",
6969
"@types/mocha": "^10.0.1",
7070
"@waku/build-utils": "*",
71-
"@waku/interfaces": "0.0.18",
71+
"@waku/interfaces": "0.0.19",
7272
"chai": "^4.3.7",
7373
"cspell": "^7.3.2",
7474
"fast-check": "^3.13.1",

packages/interfaces/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
55
The file is maintained by [Release Please](https://github.com/googleapis/release-please) based on [Conventional Commits](https://www.conventionalcommits.org) specification,
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.0.19](https://github.com/waku-org/js-waku/compare/interfaces-v0.0.18...interfaces-v0.0.19) (2023-10-16)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* **static-sharding:** allow multiple pubSubTopics ([#1586](https://github.com/waku-org/js-waku/issues/1586))
14+
* return `REMOTE_PEER_REJECTED` if remote peer rejected the message
15+
16+
### Features
17+
18+
* Return `REMOTE_PEER_REJECTED` if remote peer rejected the message ([053b654](https://github.com/waku-org/js-waku/commit/053b6545ad0c2450af5687495eb7b6049c0f21ad))
19+
* **static-sharding:** Allow multiple pubSubTopics ([#1586](https://github.com/waku-org/js-waku/issues/1586)) ([a3c45b6](https://github.com/waku-org/js-waku/commit/a3c45b6e1a9beae488cae3c71c48949fa47bcaf6))
20+
* **static-sharding:** Filter peer connections per shards ([#1626](https://github.com/waku-org/js-waku/issues/1626)) ([124a29e](https://github.com/waku-org/js-waku/commit/124a29ebba59c05fbbf199d969e6ba3f9e57d45b))
21+
22+
23+
### Bug Fixes
24+
25+
* Catch stream creation promise rejection for `lightPush.send` ([b696a89](https://github.com/waku-org/js-waku/commit/b696a8957211bf20577f419a207a23ceca03d23f))
26+
827
## [0.0.18](https://github.com/waku-org/js-waku/compare/interfaces-v0.0.17...interfaces-v0.0.18) (2023-09-11)
928

1029

packages/interfaces/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@waku/interfaces",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"description": "Definition of Waku interfaces",
55
"types": "./dist/index.d.ts",
66
"module": "./dist/index.js",

packages/message-encryption/CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6868
* @waku/interfaces bumped from 0.0.17 to 0.0.18
6969
* @waku/utils bumped from 0.0.10 to 0.0.11
7070

71+
## [0.0.22](https://github.com/waku-org/js-waku/compare/message-encryption-v0.0.21...message-encryption-v0.0.22) (2023-10-16)
72+
73+
74+
### ⚠ BREAKING CHANGES
75+
76+
* **static-sharding:** allow multiple pubSubTopics ([#1586](https://github.com/waku-org/js-waku/issues/1586))
77+
78+
### Features
79+
80+
* Add Firefox and Webkit to karma ([#1598](https://github.com/waku-org/js-waku/issues/1598)) ([d9e4bcb](https://github.com/waku-org/js-waku/commit/d9e4bcbe3f7bcc092f20621bd362d76426701dab))
81+
* **static-sharding:** Allow multiple pubSubTopics ([#1586](https://github.com/waku-org/js-waku/issues/1586)) ([a3c45b6](https://github.com/waku-org/js-waku/commit/a3c45b6e1a9beae488cae3c71c48949fa47bcaf6))
82+
83+
84+
### Dependencies
85+
86+
* The following workspace dependencies were updated
87+
* dependencies
88+
* @waku/core bumped from 0.0.23 to 0.0.24
89+
* @waku/interfaces bumped from 0.0.18 to 0.0.19
90+
* @waku/utils bumped from 0.0.11 to 0.0.12
91+
7192
## [0.0.19](https://github.com/waku-org/js-waku/compare/message-encryption-v0.0.18...message-encryption-v0.0.19) (2023-07-26)
7293

7394

packages/message-encryption/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@waku/message-encryption",
3-
"version": "0.0.21",
3+
"version": "0.0.22",
44
"description": "Waku Message Payload Encryption",
55
"types": "./dist/index.d.ts",
66
"module": "./dist/index.js",
@@ -72,10 +72,10 @@
7272
},
7373
"dependencies": {
7474
"@noble/secp256k1": "^1.7.1",
75-
"@waku/core": "0.0.23",
76-
"@waku/interfaces": "0.0.18",
75+
"@waku/core": "0.0.24",
76+
"@waku/interfaces": "0.0.19",
7777
"@waku/proto": "0.0.5",
78-
"@waku/utils": "0.0.11",
78+
"@waku/utils": "0.0.12",
7979
"debug": "^4.3.4",
8080
"js-sha3": "^0.9.2"
8181
},

packages/message-hash/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,22 @@
3232
* devDependencies
3333
* @waku/interfaces bumped from 0.0.16 to 0.0.17
3434

35+
## [0.1.8](https://github.com/waku-org/js-waku/compare/message-hash-v0.1.7...message-hash-v0.1.8) (2023-10-16)
36+
37+
38+
### Features
39+
40+
* Add Firefox and Webkit to karma ([#1598](https://github.com/waku-org/js-waku/issues/1598)) ([d9e4bcb](https://github.com/waku-org/js-waku/commit/d9e4bcbe3f7bcc092f20621bd362d76426701dab))
41+
42+
43+
### Dependencies
44+
45+
* The following workspace dependencies were updated
46+
* dependencies
47+
* @waku/utils bumped from 0.0.11 to 0.0.12
48+
* devDependencies
49+
* @waku/interfaces bumped from 0.0.18 to 0.0.19
50+
3551
## [0.1.7](https://github.com/waku-org/js-waku/compare/message-hash-v0.1.6...message-hash-v0.1.7) (2023-09-11)
3652

3753

packages/message-hash/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@waku/message-hash",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "TypeScript implementation of the Deterministic Message Hashing as specified in 14/WAKU2-MESSAGE",
55
"types": "./dist/index.d.ts",
66
"module": "./dist/index.js",
@@ -51,7 +51,7 @@
5151
},
5252
"dependencies": {
5353
"@noble/hashes": "^1.3.2",
54-
"@waku/utils": "0.0.11"
54+
"@waku/utils": "0.0.12"
5555
},
5656
"devDependencies": {
5757
"@rollup/plugin-commonjs": "^25.0.4",
@@ -61,7 +61,7 @@
6161
"@types/debug": "^4.1.8",
6262
"@types/mocha": "^10.0.1",
6363
"@waku/build-utils": "*",
64-
"@waku/interfaces": "0.0.18",
64+
"@waku/interfaces": "0.0.19",
6565
"chai": "^4.3.7",
6666
"cspell": "^7.3.2",
6767
"fast-check": "^3.13.1",

packages/peer-exchange/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,23 @@
6464
* devDependencies
6565
* @waku/interfaces bumped from 0.0.14 to 0.0.15
6666

67+
## [0.0.17](https://github.com/waku-org/js-waku/compare/peer-exchange-v0.0.16...peer-exchange-v0.0.17) (2023-10-16)
68+
69+
70+
### Features
71+
72+
* **static-sharding:** Filter peer connections per shards ([#1626](https://github.com/waku-org/js-waku/issues/1626)) ([124a29e](https://github.com/waku-org/js-waku/commit/124a29ebba59c05fbbf199d969e6ba3f9e57d45b))
73+
74+
75+
### Dependencies
76+
77+
* The following workspace dependencies were updated
78+
* dependencies
79+
* @waku/core bumped from 0.0.23 to 0.0.24
80+
* @waku/enr bumped from 0.0.17 to 0.0.18
81+
* @waku/interfaces bumped from 0.0.18 to 0.0.19
82+
* @waku/utils bumped from 0.0.11 to 0.0.12
83+
6784
## [0.0.16](https://github.com/waku-org/js-waku/compare/peer-exchange-v0.0.15...peer-exchange-v0.0.16) (2023-09-11)
6885

6986

packages/peer-exchange/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@waku/peer-exchange",
3-
"version": "0.0.16",
3+
"version": "0.0.17",
44
"description": "Peer Exchange (https://rfc.vac.dev/spec/34/) protocol for Waku",
55
"types": "./dist/index.d.ts",
66
"module": "./dist/index.js",
@@ -49,11 +49,11 @@
4949
},
5050
"dependencies": {
5151
"@libp2p/interfaces": "^3.3.2",
52-
"@waku/core": "0.0.23",
53-
"@waku/enr": "0.0.17",
54-
"@waku/interfaces": "0.0.18",
52+
"@waku/core": "0.0.24",
53+
"@waku/enr": "0.0.18",
54+
"@waku/interfaces": "0.0.19",
5555
"@waku/proto": "0.0.5",
56-
"@waku/utils": "0.0.11",
56+
"@waku/utils": "0.0.12",
5757
"debug": "^4.3.4",
5858
"it-all": "^3.0.3",
5959
"it-length-prefixed": "^9.0.1",

packages/relay/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,26 @@
2525
* @waku/interfaces bumped from 0.0.16 to 0.0.17
2626
* @waku/utils bumped from 0.0.9 to 0.0.10
2727

28+
## [0.0.7](https://github.com/waku-org/js-waku/compare/relay-v0.0.6...relay-v0.0.7) (2023-10-16)
29+
30+
31+
### ⚠ BREAKING CHANGES
32+
33+
* **static-sharding:** allow multiple pubSubTopics ([#1586](https://github.com/waku-org/js-waku/issues/1586))
34+
35+
### Features
36+
37+
* **static-sharding:** Allow multiple pubSubTopics ([#1586](https://github.com/waku-org/js-waku/issues/1586)) ([a3c45b6](https://github.com/waku-org/js-waku/commit/a3c45b6e1a9beae488cae3c71c48949fa47bcaf6))
38+
39+
40+
### Dependencies
41+
42+
* The following workspace dependencies were updated
43+
* dependencies
44+
* @waku/core bumped from 0.0.23 to 0.0.24
45+
* @waku/interfaces bumped from 0.0.18 to 0.0.19
46+
* @waku/utils bumped from 0.0.11 to 0.0.12
47+
2848
## [0.0.6](https://github.com/waku-org/js-waku/compare/relay-v0.0.5...relay-v0.0.6) (2023-09-11)
2949

3050

0 commit comments

Comments
 (0)