Skip to content

Commit 32b5c01

Browse files
committed
Add changelog, update readme to reflect coming v1 release
1 parent 9affdbe commit 32b5c01

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ netstat.UDP6.Connections()
1818

1919
See [netstat_tulpen.go](examples/netstat_tulpen/netstat_tulpen.go) for a more throughout example.
2020

21-
## Development Status: Work in Progress
21+
## Development Status: Stable
2222

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.
2526

2627
## Support for Mac OS and *BSD
2728

0 commit comments

Comments
 (0)