What's Changed
- cmd/zstdseek: bump dependencies by @SaveTheRbtz in #174
- build(deps): bump codecov/codecov-action from 4 to 5 by @dependabot in #182
- build(deps): bump dcarbone/install-jq-action from 2.1.0 to 3.0.1 by @dependabot in #181
- build(deps): bump github.com/schollz/progressbar/v3 from 3.16.1 to 3.18.0 in /cmd/zstdseek by @dependabot in #186
- build(deps): bump golang.org/x/term from 0.25.0 to 0.28.0 in /cmd/zstdseek by @dependabot in #185
- build(deps): bump github.com/klauspost/compress from 1.17.10 to 1.17.11 in /cmd/zstdseek by @dependabot in #175
- Fix comment typo in seekable.go by @SaveTheRbtz in #188
- Fix variable name typo by @SaveTheRbtz in #189
- Handle partial seek table writes by @SaveTheRbtz in #190
- Handle nil ReadSeeker in NewReader by @SaveTheRbtz in #191
- build(deps): bump golang.org/x/sync from 0.8.0 to 0.10.0 in /pkg by @dependabot in #184
- build(deps): bump github.com/klauspost/compress from 1.17.10 to 1.17.11 in /pkg by @dependabot in #176
- Fix log message variable in encoder by @SaveTheRbtz in #192
- build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in /pkg by @dependabot in #195
- build(deps): bump dcarbone/install-jq-action from 3.0.1 to 3.1.1 by @dependabot in #193
- Fix errcheck lints by @SaveTheRbtz in #196
- build(deps): bump golangci/golangci-lint-action from 6.1.1 to 8.0.0 by @dependabot in #194
- Update repo to Go 1.24.4 by @SaveTheRbtz in #197
- build(deps): bump dcarbone/install-jq-action from 3.1.1 to 3.2.0 by @dependabot in #198
- Add fuzz test for corrupt seek tables by @SaveTheRbtz in #200
- Ensure thread safety when io.ReaderAt is missing by @SaveTheRbtz in #202
- Fix zero-length frame handling in writer by @SaveTheRbtz in #201
- writer: fix writer close semantics by @SaveTheRbtz in #204
Full Changelog: pkg/v0.7.3...pkg/v0.8.0