Skip to content
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

Bump smoltcp from 0.7.1 to 0.8.0 #27

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 13, 2021

Bumps smoltcp from 0.7.1 to 0.8.0.

Changelog

Sourced from smoltcp's changelog.

[0.8.0] - 2021-12-11

  • Minimum Supported Rust Version (MSRV) bumped from 1.40 to 1.56
  • Add support for IEEE 802.15.4 + 6LoWPAN medium (#469)
  • Add support for IP medium (#401)
  • Add defmt logging supprt (#455)
  • Add RNG infrastructure (#547, #573)
  • Add Context struct that must be passed to some socket methods (#500)
  • Remove SocketSet, sockets are owned by Interface now. (#557, #571)
  • TCP: Add Nagle's Algorithm. (#500)
  • TCP crash and correctness fixes:
    • Add Nagle's Algorithm. (#500)
    • Window scaling fixes. (#500)
    • Fix delayed ack causing ack not to be sent after 3 packets. (#530)
    • Fix RTT estimation for RTTs longer than 1 second (#538)
    • Fix infinite loop when remote side sets a MSS of 0 (#538)
    • Fix infinite loop when retransmit when remote window is 0 (#538)
    • Fix crash when receiving a FIN in SYN_SENT state (#538)
    • Fix overflow crash when receiving a wrong ACK seq in SYN_RECEIVED state (#538)
    • Fix overflow crash when initial sequence number is u32::MAX (#538)
    • Fix infinite loop on challenge ACKs (#542)
    • Reply with RST to invalid packets in SynReceived state. (#542)
    • Do not abort socket when receiving some invalid packets. (#542)
    • Make initial sequence number random. (#547)
    • Reply with RST to ACKs with invalid ackno in SYN_SENT. (#522)
  • ARP fixes to deal better with broken networks:
    • Fill cache only from ARP packets, not any packets. (#544)
    • Fill cache only from ARP packets directed at us. (#544)
    • Reject ARP packets with a source address not in the local network. (#536, #544)
    • Ignore unknown ARP packets. (#544)
    • Flush neighbor cache on IP change (#564)
  • UDP: Add close() method to unbind socket. (#475, #482)
  • DHCP client improvements:
    • Refactored implementation to improve reliability and RFC compliance (#459)
    • Convert to socket (#459)
    • Added max_lease_duration option (#459)
    • Do not set the BROADCAST flag (#548)
    • Add option to ignore NAKs (#548)
  • DHCP wire:
    • Fix DhcpRepr::buffer_len not accounting for lease time, router and subnet options (#478)
    • Emit DNS servers in DhcpRepr (#510)
    • Fix incorrect bit for BROADCAST flag (#548)
  • Improve resilience against packet ingress processing errors (#281, #483)
  • Implement std::error::Error for smoltcp::Error (#485)
  • Update managed from 0.7 to 0.8 (442)
  • Fix incorrect timestamp in PCAP captures (#513)
  • Use microseconds instead of milliseconds in Instant and Duration (#514)
  • Expose inner Device in PcapWriter (#524)
  • Fix assert with any_ip + broadcast dst_addr. (#533, #534)
  • Simplify PcapSink trait (#535)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 13, 2021
Bumps [smoltcp](https://github.com/smoltcp-rs/smoltcp) from 0.7.1 to 0.8.0.
- [Release notes](https://github.com/smoltcp-rs/smoltcp/releases)
- [Changelog](https://github.com/smoltcp-rs/smoltcp/blob/master/CHANGELOG.md)
- [Commits](smoltcp-rs/smoltcp@v0.7.1...v0.8.0)

---
updated-dependencies:
- dependency-name: smoltcp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/smoltcp-0.8.0 branch from 9af474d to 428af51 Compare April 1, 2022 23:57
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 16, 2022

Superseded by #41.

@dependabot dependabot bot closed this May 16, 2022
@dependabot dependabot bot deleted the dependabot/cargo/smoltcp-0.8.0 branch May 16, 2022 05:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants