Releases: at-wat/ebml-go
Releases · at-wat/ebml-go
v0.17.1
What's Changed
- Add Go 1.20 to build matrix by @at-wat in #179
- chore(deps): update actions/checkout action to v4 in #180
- chore(deps): update github/codeql-action action to v3 in #183
- fix: stop adding unnecessary null terminators to strings by @voxeljorge in #172
- chore(deps): update codecov/codecov-action action to v4 in #184
- chore(deps): update actions/setup-go action to v5 in #182
New Contributors
- @voxeljorge made their first contribution in #172
Full Changelog: v0.17.0...v0.17.1
v0.17.0
New feature
- Add track flags by @t-richards in #177
Misc
- Add renovate config by @at-wat in #157
- Update codecov/codecov-action action to v2 in #158
- Add CI on Go 1.17 by @at-wat in #160
- Add Go 1.17 build tag lines by @at-wat in #161
- Update actions/setup-go action to v3 in #163
- Update actions/checkout action to v3 in #162
- Update codecov/codecov-action action to v3 in #164
- Migrate linter to revive by @at-wat in #165
- Add CI on Go 1.18 by @at-wat in #166
- Enable code scanning by @at-wat in #168
- tests: fix Opus CodecID by @tmatth in #169
- Add Go 1.19 to CI matrix by @at-wat in #173
- chore(deps): update actions/setup-go action to v4 in #176
New Contributors
- @renovate made their first contribution in #158
- @tmatth made their first contribution in #169
- @t-richards made their first contribution in #177
Full Changelog: v0.16.0...v0.17.0
v0.16.0
New feature
- Add save sorter that drops based on duration (#153)
Breaking change
- Arguments of
NewMultiTrackBlockSorter()
are changed to the functional options pattern.should be replaced byNewMultiTrackBlockSorter(maxDelay, rule)
NewMultiTrackBlockSorter(WithMaxDelayedPackets(maxDelay), WithSortRule(rule))