Releases: bastjan/netstat
Releases · bastjan/netstat
v1.0.0
Changes:
- 9affdbe Add go mod files
- 5df161a Add Connection.User() to lookup user associated with the connection
- 2ae5436 Add UserID, Transmit/ReceiveQueue to Connection
- 644fb01 Add TCPState TCPNewSynRecv
- a509188 Add Connection.State to represent the tcp state of a connection
Not Backwards Compatible Changes:
v0.2.0-beta.1
Changes:
- Rename Entries() to Connections() to be more symetrical
This change is not backwards compatible. All calls to Entries()
have to be modified to call Connections()
.
v0.1.0-beta.1
This is a minor version, tagged to allow users to pin to the pre-1.0 APIs and upgrade at their leisure. Since this is the first tagged release, there are no backwards compatibility concerns and all functionality is new.