File tree Expand file tree Collapse file tree 2 files changed +26
-3
lines changed Expand file tree Collapse file tree 2 files changed +26
-3
lines changed Original file line number Diff line number Diff line change
1
+ # v1.0.0 / 3.11.2018
2
+
3
+ Changes:
4
+ * 9affdbe Add go mod files
5
+ * 5df161a Add Connection.User() to lookup user associated with the connection
6
+ * 2ae5436 Add UserID, Transmit/ReceiveQueue to Connection
7
+ * 644fb01 Add TCPState TCPNewSynRecv
8
+ * a509188 Add Connection.State to represent the tcp state of a connection
9
+
10
+ Not Backwards Compatible Changes:
11
+ * 94a7073 Rename Netstat to Protocol, add Name field, reference in Connection
12
+ * 3dc8bec Connections(): Return pointers to connections
13
+ * a8c2beb Change type of Netstat from string to struct.
14
+
15
+ # v0.2.0-beta.1 / 16.10.2018
16
+
17
+ Not Backwards Compatible Changes:
18
+ * 73dd025 Rename Entries() to Connections() to be more symmetrical
19
+
20
+ # v0.1.0-beta.1 / 16.10.2018
21
+
22
+ Initial release
Original file line number Diff line number Diff line change @@ -18,10 +18,11 @@ netstat.UDP6.Connections()
18
18
19
19
See [ netstat_tulpen.go] ( examples/netstat_tulpen/netstat_tulpen.go ) for a more throughout example.
20
20
21
- ## Development Status: Work in Progress
21
+ ## Development Status: Stable
22
22
23
- The api is not yet final and can change.
24
- First stable release will be version 1.0.0.
23
+ This library is v1 and follows SemVer.
24
+
25
+ No breaking changes will be made to exported APIs before v2.0.0.
25
26
26
27
## Support for Mac OS and * BSD
27
28
You can’t perform that action at this time.
0 commit comments