Releases: sigp/discv5
Releases · sigp/discv5
v0.10.4
v0.10.3
NOTE: This GitHub release was published with Cargo package version still 0.10.2, so v0.10.3 was never published to crates.io. The follow-up published release is v0.10.4
What's Changed
- Use
hashlink::LruCacheinstead oflru::LruCacheby @macladson in #294 - Add cargo deny on CI by @ackintosh in #295
New Contributors
- @macladson made their first contribution in #294
Full Changelog: v0.10.2...v0.10.3
v0.10.2
What's Changed
- Remove unnecessary k-bucket lookups by @AgeManning in #290
- Remove ping optimization by @AgeManning in #291
- Announce only clear IP winner by @AgeManning in #292
- Version bump to v0.10.2 by @AgeManning in #293
Full Changelog: v0.10.1...v0.10.2
v0.10.1
What's Changed
- Gracefully handle larger ENRs by @AgeManning in #288
- Version bump to v0.10.1 by @AgeManning in #289
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's Changed
- perf: use NodeContact instead of Enr for sending talk_req() by @KolbyML in #279
- Add constructor for NodeContact by @KolbyML in #280
- perf: don't derive node_id from signature unless required by @KolbyML in #278
- Fix clippy lints by @dknopik in #286
- Turn
ProtocolIdentityinto a struct by @dknopik in #285 - Version bump to v0.10 by @AgeManning in #287
- Report expired sessions by @AgeManning in #281
New Contributors
Full Changelog: v0.9.1...v0.10.0
v0.9.1
What's Changed
- Fix encode TalkRequest regression during library transition by @KolbyML in #276
- Prevent dual-stack spamming by @AgeManning in #275
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed
- Downgrade invalid session logs by @AgeManning in #269
- Increase default vote duration to 2 minutes by @AgeManning in #270
- Automatic Firewall/NAT Detection by @AgeManning in #271
- Version bump v0.9.0 by @AgeManning in #273
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- Respond to requests from peers with invalid ENRs by @AgeManning in #265
- More lenient ipv6 auto-update by @AgeManning in #266
- Update dependencies by @AgeManning in #267
- Version 0.8 by @AgeManning in #268
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- chore: slim deps by @onbjerg in #255
- Fix clippy errors by @ackintosh in #259
- Move to structured logging by @jmezo in #258
- chore: fix clippy errors by @kevaundray in #262
- chore!: Update aes-gcm to 0.10.3 and aes to 0.8.4 by @kevaundray in #261
- Bump up actions/checkout version to v4 by @ackintosh in #263
New Contributors
- @onbjerg made their first contribution in #255
- @jmezo made their first contribution in #258
- @kevaundray made their first contribution in #262
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- Remove unused event
EnrAddedby @emhane in #251 - Optionally notify app of unverifiable enr by @emhane in #250
- Pin to latest ENR by @AgeManning in #252
Full Changelog: v0.5.0...v0.6.0