Skip to content

Releases: bastjan/netstat

v1.0.0

03 Nov 16:13
Compare
Choose a tag to compare

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:

  • 94a7073 Rename Netstat to Protocol, add Name field, reference in Connection
  • 3dc8bec Connections(): Return pointers to connections
  • a8c2beb Change type of Netstat from string to struct.

v0.2.0-beta.1

16 Oct 08:06
Compare
Choose a tag to compare
v0.2.0-beta.1 Pre-release
Pre-release

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

16 Oct 07:38
Compare
Choose a tag to compare
v0.1.0-beta.1 Pre-release
Pre-release

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.