File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 15
15
* chore: update cd action by @mpetrunic in https://github.com/ChainSafe/js-libp2p-gossipsub/pull/245
16
16
17
17
18
+ ## [ 1.2.0] ( https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v1.1.2...v1.2.0 ) (2022-06-15)
19
+
20
+
21
+ ### Features
22
+
23
+ * add msgIdToStrFn option ([ #270 ] ( https://github.com/ChainSafe/js-libp2p-gossipsub/issues/270 ) ) ([ 7f475c5] ( https://github.com/ChainSafe/js-libp2p-gossipsub/commit/7f475c5e02a6dae4b490ec8608b0cc60d9dd19f1 ) )
24
+ * improve heartbeat performance ([ #268 ] ( https://github.com/ChainSafe/js-libp2p-gossipsub/issues/268 ) ) ([ 840883d] ( https://github.com/ChainSafe/js-libp2p-gossipsub/commit/840883dabe02520164ff889e649c76d57fbf0d09 ) )
25
+ * remove messageIdFromString ([ #274 ] ( https://github.com/ChainSafe/js-libp2p-gossipsub/issues/274 ) ) ([ 43faf93] ( https://github.com/ChainSafe/js-libp2p-gossipsub/commit/43faf93a16e3cb0dc5dabe2ec63e866bbd0dbc82 ) )
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * finding outbound peers in heartbeat ([ #266 ] ( https://github.com/ChainSafe/js-libp2p-gossipsub/issues/266 ) ) ([ 17c25a1] ( https://github.com/ChainSafe/js-libp2p-gossipsub/commit/17c25a1b4af1446615c42bdb2ed2f208b3f6a5ad ) )
31
+ * only gossip validated messages ([ #277 ] ( https://github.com/ChainSafe/js-libp2p-gossipsub/issues/277 ) ) ([ c8784c7] ( https://github.com/ChainSafe/js-libp2p-gossipsub/commit/c8784c7f41593cdd9ffa8670fd306ccab6c1e671 ) )
32
+
33
+
34
+ ### Miscellaneous
35
+
36
+ * add linting to tests ([ #279 ] ( https://github.com/ChainSafe/js-libp2p-gossipsub/issues/279 ) ) ([ 4b9b040] ( https://github.com/ChainSafe/js-libp2p-gossipsub/commit/4b9b0402b898b71e6de4e6e4f1ce17688d8f1d13 ) )
37
+ * add missing release token ([ #280 ] ( https://github.com/ChainSafe/js-libp2p-gossipsub/issues/280 ) ) ([ fd75b2a] ( https://github.com/ChainSafe/js-libp2p-gossipsub/commit/fd75b2a76ba05bf572e3e408274054a459655fc2 ) )
38
+ * remove gossipIncoming param ([ #281 ] ( https://github.com/ChainSafe/js-libp2p-gossipsub/issues/281 ) ) ([ d327999] ( https://github.com/ChainSafe/js-libp2p-gossipsub/commit/d327999f790047e545f90a44dd920abf00b5c4fd ) )
39
+ * update aegir ([ #285 ] ( https://github.com/ChainSafe/js-libp2p-gossipsub/issues/285 ) ) ([ e487d08] ( https://github.com/ChainSafe/js-libp2p-gossipsub/commit/e487d0886e1b90fb87cd102af493240e629de7c9 ) )
40
+
18
41
## [ 1.1.2] ( https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v1.1.1...v1.1.2 ) (2022-06-03)
19
42
20
43
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @chainsafe/libp2p-gossipsub" ,
3
- "version" : " 1.1.2 " ,
3
+ "version" : " 1.2.0 " ,
4
4
"description" : " A typescript implementation of gossipsub" ,
5
5
"leadMaintainer" :
" Cayman Nava <[email protected] >" ,
6
6
"files" : [
You can’t perform that action at this time.
0 commit comments