Conversation
Signed-off-by: Alexandru Vasile <[email protected]>
Signed-off-by: Alexandru Vasile <[email protected]>
Signed-off-by: Alexandru Vasile <[email protected]>
|
Would be 0.5.0 then as we had to do some immediate release yesterday: #117 |
|
Thanks Oliver for looking into this! I'll update the changelogs for 0.4 and for this release. I hope to get the latest PRs before merging #117 if possible. |
Signed-off-by: Alexandru Vasile <[email protected]>
Signed-off-by: Alexandru Vasile <[email protected]>
Signed-off-by: Alexandru Vasile <[email protected]>
Signed-off-by: Alexandru Vasile <[email protected]>
I think Oliver meant that the release 0.4.0 is already out: https://crates.io/crates/litep2p/versions So this here should to be 0.5.0 then. |
Signed-off-by: Alexandru Vasile <[email protected]>
[0.5.0] - 2023-05-24
This is a small patch release that makes the
FindNodecommand a bit more robst:FindNodecommand now retains the K (replication factor) best results.FindNodecommand has been updated to handle errors and unexpected states without panicking.Changed
[0.4.0] - 2023-05-23
This release introduces breaking changes to the litep2p crate, primarily affecting the
kadmodule. Key updates include:GetRecordcommand now exposes all peer records, not just the latest one.RecordTypehas been introduced to clearly distinguish between locally stored records and those discovered from the network.Significant refactoring has been done to enhance the efficiency and accuracy of the
kadmodule. The updates are as follows:GetRecordcommand now exposes all peer records.GetRecordcommand has been updated to handle errors and unexpected states without panicking.Additionally, we've improved code coverage in the
kadmodule by adding more tests.Added
multihash&multiaddrtypes (#79)GET_VALUEquery (#96)Changed
GetRecordquery and add tests (#97)rustfmt.tomlin sync with polkadot-sdk (Bringrustfmt.tomlin sync with polkadot-sdk #71)" (#74)Fixed