Skip to content

v0.3.3-beta.1 - Bug Fixes and improvements

Pre-release
Pre-release
Compare
Choose a tag to compare
@john-bv john-bv released this 17 Mar 18:41
· 2 commits to dev since this release

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

Full Changelog: v0.3.2...v0.3.3-beta.1