Skip to content

v0.7.0

Compare
Choose a tag to compare
@sergiu128 sergiu128 released this 15 Nov 12:21
· 50 commits to master since this release

What's Changed

Breaking API change around the constructs in codec.go.

  • Removed BlockingCodecConn along with all its methods and constructors
  • Removed NonblockingCodecConn along with all its methods and constructors
  • The CodecConn interface is now a struct. It implements the functionality of both BlockingCodecConn and NonblockingCodecConn.
  • Users should replace BlockingCodecConn and NonblockingCodecConn with CodecConn.

Also removed the unused UDPMulticastClient interface.

Full Changelog: v0.6.1...v0.7.0