Releases: internetarchive/gowarc
v0.8.98
What's Changed
- Fix connection leak; Add deflate and zstd decompressions by @yzqzss in #179
- Add fallback for DNS config by @MathiasDPX in #182
- feat: reuse compressor for each warc record by @yzqzss in #180
- build(deps): bump the go-modules group with 3 updates by @dependabot[bot] in #178
- build(deps): bump golang.org/x/net from 0.50.0 to 0.51.0 in the go-modules group by @dependabot[bot] in #181
New Contributors
- @MathiasDPX made their first contribution in #182
Full Changelog: v0.8.97...v0.8.98
v0.8.97
What's Changed
-
Add cache to dedupe table (which adds limit) by @NGTmeaty in #177
-
build(deps): bump the go-modules group across 1 directory with 4 updates by @dependabot[bot] in #170
-
build(deps): bump the github-actions group across 1 directory with 2 updates by @dependabot[bot] in #169
-
build(deps): bump the go-modules group across 1 directory with 5 updates by @dependabot[bot] in #174
-
build(deps): bump the go-modules group with 2 updates by @dependabot[bot] in #175
Full Changelog: v0.8.96...v0.8.97
v0.8.96
v0.8.95
What's Changed
- Add configurable DNS parallelization & round-robin by @CorentinB in #156
- build(deps): bump the go-modules group across 1 directory with 3 updates by @dependabot[bot] in #158
Full Changelog: v0.8.94...v0.8.95
v0.8.94
What's Changed
- Add platform-specific memory management for macOS to spooledtempfile by @CorentinB in #150
Full Changelog: v0.8.93...v0.8.94
v0.8.93
What's Changed
- build(deps): bump the go-modules group with 2 updates by @dependabot[bot] in #153
- fix: the value of
warcVerchanged unexpectedly by @yzqzss in #154
This fixes a potential issue where the WARC version is incorrectly reported as being invalid.
Full Changelog: v0.8.92...v0.8.93
v0.8.92
What's Changed
- build(deps): bump golang.org/x/net from 0.44.0 to 0.46.0 in the go-modules group by @dependabot[bot] in #149
- Add proper types for context keys by @CorentinB in #151
Full Changelog: v0.8.91...v0.8.92
v0.8.91
What's Changed
- Add mend CLI command by @CorentinB in #145
- build(deps): bump the github-actions group with 2 updates by @dependabot[bot] in #143
- build(deps): bump the go-modules group with 7 updates by @dependabot[bot] in #142
- build(deps): bump the go-modules group with 2 updates by @dependabot[bot] in #144
- fixed README example and adjusted underlying implementation accordingly by @Ahmed-Armaan in #147
New Contributors
- @Ahmed-Armaan made their first contribution in #147
Full Changelog: v0.8.90...v0.8.91
v0.8.90
What's Changed
- Add standard_gzip build tag to use standard Go gzip package by @CorentinB in #140
- Use
valyala/bytebufferpoolforspooledTempFileby @equals215 in #141
Full Changelog: v0.8.89...v0.8.90
v0.8.89
What's Changed
- Add logging and more conservative behaviour on spooledtempfile by @CorentinB in #139
Full Changelog: v0.8.88...v0.8.89