-
I have noticed that libp2p-swarm v0.43.7 and libp2p-request-response v0.25.3 were released a few days ago, but there was no indication in the changelog for these releases or anything from the commit history showing this change made to the respected |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Ah yes, good catch! I think we released those ones as backports. See:
@mxinden How do we best get these into master but retain the commit SHA to have the tag as well? I don't think we have merge-commits enabled at all. Should we enable that and then do a regular merge of |
Beta Was this translation helpful? Give feedback.
-
Good catch @dariusc93. We should have done a better job on our release flow. In general, you can find a tag corresponding to each release, see https://github.com/libp2p/rust-libp2p/releases/tag/libp2p-request-response-v0.25.3. Note that these tags should as well be signed for authenticity. #4724 is already in I don't think we need to get #4714 into |
Beta Was this translation helpful? Give feedback.
Good catch @dariusc93. We should have done a better job on our release flow. In general, you can find a tag corresponding to each release, see https://github.com/libp2p/rust-libp2p/releases/tag/libp2p-request-response-v0.25.3. Note that these tags should as well be signed for authenticity.
#4724 is already in
master
through #4700. Ideally we would have merged #4724 intov0.52
first and then mergedv0.52
intomaster
.I don't think we need to get #4714 into
master
given thatConnectionHandlerEvent::Close
is removed with #4755.