Skip to content

Releases: internetarchive/gowarc

v0.8.98

06 Mar 02:38
3085677

Choose a tag to compare

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

Full Changelog: v0.8.97...v0.8.98

v0.8.97

03 Feb 19:51
e9d5bde

Choose a tag to compare

What's Changed

  • Add Happy Eyeballs support by @NGTmeaty in #176

  • 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

20 Nov 14:22
a5b6f10

Choose a tag to compare

What's Changed

  • Add support for memory detection on Windows by @NGTmeaty in #159

Full Changelog: v0.8.95...v0.8.96

v0.8.95

13 Nov 10:46
4501d83

Choose a tag to compare

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

04 Nov 20:32
ab0a13e

Choose a tag to compare

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

03 Nov 10:24
52f00a3

Choose a tag to compare

What's Changed

  • build(deps): bump the go-modules group with 2 updates by @dependabot[bot] in #153
  • fix: the value of warcVer changed 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

17 Oct 15:51
33b826c

Choose a tag to compare

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

07 Oct 00:21
4dfb7f9

Choose a tag to compare

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

Full Changelog: v0.8.90...v0.8.91

v0.8.90

04 Sep 10:31
7da6bd3

Choose a tag to compare

What's Changed

  • Add standard_gzip build tag to use standard Go gzip package by @CorentinB in #140
  • Use valyala/bytebufferpool for spooledTempFile by @equals215 in #141

Full Changelog: v0.8.89...v0.8.90

v0.8.89

03 Sep 10:42
28aae2c

Choose a tag to compare

What's Changed

  • Add logging and more conservative behaviour on spooledtempfile by @CorentinB in #139

Full Changelog: v0.8.88...v0.8.89