-
Notifications
You must be signed in to change notification settings - Fork 1.2k
protocols/identify: Change default cache_size of Config to 100 #2995
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
Changes from 9 commits
1b67948
c52625d
7288f29
38c2e76
4237a6f
a57b0a2
3d33643
8f426a2
d822863
a63a0a1
223e273
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,3 +1,9 @@ | ||||||
| # 0.41.0 | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Whilst technically not breaking, I think it is good to communicate the semantic change here in a minor version. |
||||||
|
|
||||||
| - Change default `cache_size` of `Config` to 100. See [PR 2995]. | ||||||
|
|
||||||
| [PR 2995]: https://github.com/libp2p/rust-libp2p/pull/2995 | ||||||
|
|
||||||
| # 0.40.0 | ||||||
|
|
||||||
| - Update dependencies. | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ name = "libp2p-identify" | |
| edition = "2021" | ||
| rust-version = "1.56.1" | ||
| description = "Nodes identifcation protocol for libp2p" | ||
| version = "0.40.0" | ||
| version = "0.41.0" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This version bump will require a change to metrics too. |
||
| authors = ["Parity Technologies <admin@parity.io>"] | ||
| license = "MIT" | ||
| repository = "https://github.com/libp2p/rust-libp2p" | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.