Skip to content

v0.3.3 - Minor Bug Fixes & Improvements

Latest
Compare
Choose a tag to compare
@john-bv john-bv released this 28 Apr 19:42

Change Logs

  • 5d5eb96 Fixes a bug that caused mtu discovery to dead lock on the Client.
  • Fixes a bug that caused servers with a partial motd to not be joinable via Client.
  • 5f62c00 Client::Ping has a more user friendly api, allowing the user to pass any type of str to ping.
  • cd95e89 Fixes a bug where the OrderedQueue would not flush properly.
  • #57 Allows anyhow to be used on the client side for all errors.

Git Logs

  • Implement std::fmt::Display and std::error::Error for exposed error types by @lexika979 in #57
  • Add more fields to Motd and fix Motd Reader by @GoodLucky777 in #60

New Contributors