Releases: florianl/go-tc
Releases · florianl/go-tc
v0.4.5
What's Changed
- feat: class support dsmark. by @xujunjie-cover in #155
- ematch/nbyte: fix encoding by @florianl in #158
- CI: add workflow to check commits by @florianl in #159
- CI: set default permission to read-only by @florianl in #160
- Add test for actions by @florianl in #161
- Bump actions/checkout from 3 to 4 by @dependabot in #162
- CI: use Go 1.23 by @florianl in #163
- Fix: validateClassObject for deleting class by @ChriMarMe in #164
- Make basic filter ignore PCNT by @ChriMarMe in #165
- extend test for actions by @florianl in #166
- improve tests by @florianl in #167
- add m_ctinfo by @florianl in #168
- example: fix format by @florianl in #169
- extend test by @florianl in #171
- extend test for dsmark by @florianl in #170
- extend tests by @florianl in #172
- add integration test by @florianl in #173
- CI: add more kernels for testing by @florianl in #174
- CI: unify arm64 && amd64 integration test by @florianl in #175
- flower: add fields and fix endian by @florianl in #177
- drop test helper changeEndianess by @florianl in #178
- extend tests by @florianl in #179
- use netlink functions by @florianl in #180
- extend tests by @florianl in #181
- extend tests by @florianl in #182
- extend test by @florianl in #183
- improve test by @florianl in #184
- q_htb: add offload by @florianl in #185
- add PCNT and PAD by @florianl in #187
- extend m_ct by @florianl in #188
- add doc string by @florianl in #189
- tc: drop logging by @florianl in #190
- extend m_mirred by @florianl in #191
- exten m_tunnel_key by @florianl in #192
- drop Config.Logger by @florianl in #193
- extend q_pie by @florianl in #194
- extend test by @florianl in #195
- fix formating by @florianl in #196
- add m_skbmod by @florianl in #197
- simplify code by @florianl in #198
- add OffloadHorizion by @florianl in #199
- add CeThresholdSelector and CeThresholdMask by @florianl in #200
- extend tests by @florianl in #201
- CI: use arm runner by @florianl in #202
- extend tests by @florianl in #203
- extend tests by @florianl in #204
- extend tests by @florianl in #205
- CI: add Go 1.24 by @florianl in #206
- README: fix Github Action badge by @florianl in #208
- add helper for Filter.Msg.Info by @florianl in #209
- ci: pin dependencies by @florianl in #210
- LICENSE: update year by @florianl in #212
- CI: update kernels for integration tests by @florianl in #211
- ci: minor updates by @florianl in #214
- Bump github/codeql-action from 3.28.10 to 3.28.11 by @dependabot in #213
New Contributors
- @xujunjie-cover made their first contribution in #155
- @ChriMarMe made their first contribution in #164
Full Changelog: v0.4.4...v0.4.5
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