Skip to content

Commit 2a4e264

Browse files
committed
CHANGELOG: release v1.2.0
Signed-off-by: Matt Layher <mdlayher@gmail.com>
1 parent 7815448 commit 2a4e264

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@
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.**

0 commit comments

Comments
 (0)