-
Notifications
You must be signed in to change notification settings - Fork 446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: release 0.38.0 #1253
chore: release 0.38.0 #1253
Conversation
27cdc45
to
5298ee2
Compare
7bbc8c1
to
e856ab8
Compare
e856ab8
to
70ae733
Compare
bd9df67
to
f9654e4
Compare
@achingbrain, any chance we could get the release please? This contains few bug fixes I'd love to get :) |
@D4nte soon! I'm just treading carefully around some of the protocol stream limiting stuff as it will cause things to break if the limits are not set correctly. Can you please try out the RC with |
I have actually been using master locally and yes, I found an issue with protocol stream limits and libp2p-gossipsub. I haven't had the time to write up an issue or PR yet. In short, the outbound limit is being reached and throwing an error when connecting to a new peer because gossipsub tries to open an outbound stream. This is because an outbound stream already exists but gossipsub class isn't aware of it. I guess libp2p opens the stream upon dial. I was going to write a fix in gossipsub to check existing stream on libp2p and register it before trying to open Will provide more details soon. |
The issue I was referring to: ChainSafe/js-libp2p-gossipsub#306 |
9c1169e
to
421818a
Compare
96f3947
to
be0ad3f
Compare
44f6018
to
cc54a3a
Compare
cc54a3a
to
d986794
Compare
π congrats @achingbrain |
π€ Release is at https://github.com/libp2p/js-libp2p/releases/tag/v0.38.0 π» |
Updates all dependencies to allow use of `libp2p@0.38.x`. See the [release issue](libp2p/js-libp2p#1253) for what's new!
Updates all dependencies to allow use of `libp2p@0.38.x`. See the [release issue](libp2p/js-libp2p#1253) for what's new!
π€ I have created a release *beep* *boop*
0.38.0 (2022-08-17)
β BREAKING CHANGES
Duplex<Uint8ArrayList, Uint8ArrayList | Uint8Array>
connectionManager.peerValue
has been removed, usepeerStore.tagPeer
insteadFeatures
Bug Fixes
deps
This PR was generated with Release Please. See documentation.