Skip to content

0.4.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@noglitchyo noglitchyo released this 05 Aug 15:24
· 6 commits to master since this release
7a17bb8

This release includes major bugfixes and refactoring.

  • UDP/TCP client (StdClient) was fixed and improved: supports multiple dns URI format, TCP transport class attempts to handle errors in a best effort, tests are run against a dns stub server
  • Refactored Header/Message to simplify how they work together: MessageSectionAwareInterface was removed
  • Changes toward the immutability of the Message and Header classes.