Releases: jsimonetti/rtnetlink
Releases · jsimonetti/rtnetlink
v1.3.2
What's Changed
- build(deps): bump golang.org/x/sys from 0.5.0 to 0.6.0 by @dependabot in #168
- Update to go 1.20 by @jsimonetti in #169
- build(deps): bump actions/setup-go from 3 to 4 by @dependabot in #171
- build(deps): bump actions/checkout from 3.3.0 to 3.5.0 by @dependabot in #170
- build(deps): bump golang.org/x/sys from 0.6.0 to 0.7.0 by @dependabot in #172
Full Changelog: v1.3.1...v1.3.2
v1.3.1
What's Changed
- build(deps): bump golang.org/x/sys from 0.2.0 to 0.3.0 by @dependabot in #160
- build(deps): bump github.com/mdlayher/netlink from 1.7.0 to 1.7.1 by @dependabot in #161
- build(deps): bump actions/checkout from 3.1.0 to 3.2.0 by @dependabot in #162
- build(deps): bump golang.org/x/sys from 0.3.0 to 0.4.0 by @dependabot in #163
- build(deps): bump github.com/cilium/ebpf from 0.9.3 to 0.10.0 by @dependabot in #164
- build(deps): bump actions/checkout from 3.2.0 to 3.3.0 by @dependabot in #165
- build(deps): bump golang.org/x/sys from 0.4.0 to 0.5.0 by @dependabot in #166
- build(deps): bump golang.org/x/net from 0.2.0 to 0.7.0 by @dependabot in #167
Full Changelog: v1.3.0...v1.3.1
v1.3.0
This is the first release of package rtnetlink that only supports Go 1.18+. Users on older versions of Go must use v1.2.4
What's Changed
- build(deps): bump github.com/mdlayher/netlink from 1.6.2 to 1.7.0 by @jsimonetti in #159
Full Changelog: v1.2.4...v1.3.0
v1.2.4
What's Changed
Re-release v1.2.4 to fix dependabot invalid tag.
- Update dependabot.yml by @jsimonetti in #154
- build(deps): bump actions/setup-go from 2 to 3 by @dependabot in #156
- build(deps): bump actions/checkout from 2 to 3.1.0 by @dependabot in #155
Full Changelog: v1.2.3...v1.2.4
v1.2.3
What's Changed
- build(deps): bump github.com/google/go-cmp from 0.5.8 to 0.5.9 by @dependabot in #148
- build(deps): bump github.com/cilium/ebpf from 0.9.1 to 0.9.2 by @dependabot in #149
- build(deps): bump github.com/mdlayher/netlink from 1.6.0 to 1.6.2 by @dependabot in #150
- build(deps): bump github.com/cilium/ebpf from 0.9.2 to 0.9.3 by @dependabot in #151
- Improve LinkStats error message by @SuperQ in #152
- Add new attributes to LinkAttributes with decoder. by @raptorsun in #153
New Contributors
- @SuperQ made their first contribution in #152
- @raptorsun made their first contribution in #153
Full Changelog: v1.2.2...v1.2.3
v1.2.2
v1.2.1
What's Changed
- go-native fuzz by @jsimonetti in #140
- build(deps): bump github.com/google/go-cmp from 0.5.7 to 0.5.8 by @dependabot in #141
- build(deps): bump github.com/cilium/ebpf from 0.8.1 to 0.9.0 by @dependabot in #142
- build(deps): bump github.com/cilium/ebpf from 0.9.0 to 0.9.1 by @dependabot in #143
- Fix invalid LinkMessage family by @pzmarzly in #144
New Contributors
Full Changelog: v1.2.0...v1.2.1
v1.2.0
v1.1.1
What's Changed
- build(deps): bump github.com/cilium/ebpf from 0.8.0 to 0.8.1 by @dependabot in #136
- rtnetlink: support for RTA_PREF by @mdlayher in #137
Full Changelog: v1.1.0...v1.1.1
v1.1.0 release
This is the first release of package rtnetlink that only supports Go 1.13+, due to an upstream package dropping support for version 1.12. Users on older versions of Go must continue to use v1.0.0.
What's Changed
- build(deps): bump github.com/mdlayher/netlink from 1.5.0 to 1.6.0 by @dependabot in #135
Full Changelog: v1.0.0...v1.1.0