-
Notifications
You must be signed in to change notification settings - Fork 11
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 v0.5.0 #118
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
FindNode
command a bit more robst:FindNode
command now retains the K (replication factor) best results.FindNode
command 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
kad
module. Key updates include:GetRecord
command now exposes all peer records, not just the latest one.RecordType
has 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
kad
module. The updates are as follows:GetRecord
command now exposes all peer records.GetRecord
command has been updated to handle errors and unexpected states without panicking.Additionally, we've improved code coverage in the
kad
module by adding more tests.Added
multihash
&multiaddr
types (#79)GET_VALUE
query (#96)Changed
GetRecord
query and add tests (#97)rustfmt.toml
in sync with polkadot-sdk (Bringrustfmt.toml
in sync with polkadot-sdk #71)" (#74)Fixed