Releases: snabb/httpreaderat
Releases · snabb/httpreaderat
v1.0.3
Changes since v1.0.2
- add Codecov coverage reporting to CI and document it in the README
- add focused tests for store implementations and HTTPReaderAt edge cases to close major coverage gaps
- bump github.com/stretchr/testify from 1.9.0 to 1.10.0
Commits
v1.0.2
What's changed
- Add GitHub Actions CI pipeline (build, test with
-race, vet) across Go 1.21/1.22/1.23 - Add CI status badge to README; replace dead godoc.org badge with pkg.go.dev
- Replace deprecated
ioutil.TempFile→os.CreateTemp - Replace manual header clone with
http.Header.Clone() - Bump minimum Go version from 1.18 to 1.21
- Fix test name typos (
Intial→Initial,Parrallel→Parallel)