File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 44
55- n/a
66
7+ ## v1.2.0
8+
9+ ** This is the first release of package netlink that only supports Go 1.12+. Users on older versions must use v1.1.1.**
10+
11+ - [ Improvement] [ #173 ] ( https://github.com/mdlayher/netlink/pull/173 ) : support
12+ for Go 1.11 and below has been dropped. All users are highly recommended to
13+ use a stable and supported release of Go for their applications.
14+ - [ Performance] [ #171 ] ( https://github.com/mdlayher/netlink/pull/171 ) :
15+ ` netlink.Conn ` no longer requires a locked OS thread for the vast majority of
16+ operations, which should result in a significant speedup for highly concurrent
17+ callers. Thanks @ti-mo .
18+ - [ Bug Fix] [ #169 ] ( https://github.com/mdlayher/netlink/pull/169 ) : calls to
19+ ` netlink.Conn.Close ` are now able to unblock concurrent calls to
20+ ` netlink.Conn.Receive ` and other blocking operations.
21+
722## v1.1.1
823
924** This is the last release of package netlink that supports Go 1.11.**
You can’t perform that action at this time.
0 commit comments