v0.3.0
This release is only possible with the amazing work by @emersion to whom I want to say thank you very much!
Breaking changes
- Rely on
net.Addr
, which allows to represent any network address, instead of using an IP and a port (#46)- New helpers (
header.{TCPAddrs(),UDPAddrs(),UnixAddrs(),IPs(),Ports()}
) allows to easily extract data fromnet.Addr
attributes. - The
header.{Local,Remote}Addr
helpers have been removed in favor or accessorsheader.{Source,Destination}Addr
.
- New helpers (
TLV.Length
has been removed, in favor of usinglen(TLV.Value)
instead (#42)