Releases: florianl/go-tc
Releases · florianl/go-tc
v0.4.4
What's Changed
- Add NByte ematch by @florianl in #140
- CI: replace docker-buildx-plugin with moby-buildx by @florianl in #141
- CI: update staticcheck to 2023.1.7 by @florianl in #142
- Bump dominikh/staticcheck-action from 1.3.0 to 1.3.1 by @dependabot in #144
- CI: use Go 1.22 by @florianl in #147
- Improve support for FQ qdisc stats and options available in newer kernel versions by @gizmoguy in #146
- tc: add TCA_EXT_WARN_MSG by @florianl in #148
- CI: exclude Go 1.13 on arm64 based Mac OS X by @florianl in #149
- add
tc actions
by @florianl in #150 - add missing comments by @florianl in #151
- Example: Add netem example with a 100ms delay by @florianl in #152
- CI: add kernels for integration test by @florianl in #153
- adding support for prngseed by @Caesurus in #156
New Contributors
Full Changelog: v0.4.3...v0.4.4
v0.4.3
What's Changed
- improve error handling in tests by @florianl in #90
- improve error handling in tests by @florianl in #91
- github: add integration test for arm64 by @florianl in #93
- add support for PROC_ROOT by @florianl in #94
- improve error handling in tests by @florianl in #95
- Bump dominikh/staticcheck-action from 1.2.0 to 1.3.0 by @dependabot in #96
- improve error handling in tests by @florianl in #97
- update to Go 1.20 by @florianl in #98
- update example in README by @Asphaltt in #100
- improve error handling by @florianl in #104
- improve error handling by @florianl in #105
- Improve documentation in eBPF example by @florianl in #106
- Use NETLINK_EXT_ACK in example by @florianl in #107
- unmarshal matchall pcnt by @Asphaltt in #109
- Bump actions/setup-go from 3 to 4 by @dependabot in #110
- improve comments of example by @florianl in #111
- Leave multicast group on error by @florianl in #112
- monitor: add context stop to return from Go routine by @florianl in #113
- docs(readme): adjust example by @rfyiamcool in #114
- fix ematch container parse by @TanyaWong in #115
- add SECURITY.md by @florianl in #117
- filter: simplify arguments check by @florianl in #120
- extend tests by @florianl in #122
- extend tests by @florianl in #123
- github action: update to Go 1.21 by @florianl in #124
- github action: update to Go 1.21 by @florianl in #125
- add q_cbs by @florianl in #126
- add q_taprio by @florianl in #127
- qdisc: enable cbs and taprio by @florianl in #128
- Bump actions/checkout from 3 to 4 by @dependabot in #129
- CI: update staticcheck to 2013.1.6 by @florianl in #130
- ci: update kernel integration tests by @florianl in #131
- Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 by @dependabot in #132
- extend test by @florianl in #134
- Bump actions/setup-go from 4 to 5 by @dependabot in #135
- Bump github/codeql-action from 2 to 3 by @dependabot in #138
- Bump actions/download-artifact from 3 to 4 by @dependabot in #137
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #136
- CI: update per kernel tests by @florianl in #139
New Contributors
- @Asphaltt made their first contribution in #100
- @rfyiamcool made their first contribution in #114
- @TanyaWong made their first contribution in #115
Full Changelog: v0.4.2...v0.4.3