Skip to content

Releases: nlnwa/gowarc

v3.1.0

24 Mar 21:15
9881784

Choose a tag to compare

What's Changed

  • fix: handle unpadded base32/base64 digests and improve defaults by @maeb in #91
  • Revert encode to padded base32/base64 output by @maeb in #92

Breaking change

  • Default digest algorithm changed from SHA-1 to SHA-256. Records created without an explicit algorithm will now use sha256 instead of sha1.

Full Changelog: v3.0.0...v3.1.0

v3.0.0

26 Feb 12:52
f87960b

Choose a tag to compare

What's Changed

  • v3: redesign reader/writer architecture, improve error model, and optimize parsing performance by @maeb in #89

Full Changelog: v2.2.4...v3.0.0

v2.2.4

09 Jan 12:03
1e26e4f

Choose a tag to compare

What's Changed

  • Improved warc fields parsing by @maeb in #88

Full Changelog: v2.2.3...v2.2.4

v2.2.3

08 Jan 11:07
e4d0bc1

Choose a tag to compare

What's Changed

  • fix: handle more fatal read errors in WARC fields parser by @maeb in #87

Full Changelog: v2.2.2...v2.2.3

v2.2.2

05 Jan 13:23
a45df05

Choose a tag to compare

What's Changed

  • fix: improved error handling for fatal read errors in WARC fields parser by @maeb in #86

Full Changelog: v2.2.1...v2.2.2

v2.2.1

26 Sep 13:21
926cb9c

Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.2.1

v2.2.0

01 Apr 15:09
7b3524a

Choose a tag to compare

What's Changed

  • Add option to configure url parser by @maeb in #84

Full Changelog: v2.1.0...v2.2.0

v2.1.0

31 Mar 15:09
f8d4ccd

Choose a tag to compare

What's Changed

  • feat: Write WARC-Date with up to nanosecond precision by @maeb in #83
  • enhancement: improve named field handling in PatternNameGenerator by @mschfh in #80

New Contributors

Full Changelog: v2.0.1...v2.1.0

v2.0.1

31 Oct 13:42
2cff962

Choose a tag to compare

v2.0.1 Pre-release
Pre-release

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

31 Oct 13:28
e72241c

Choose a tag to compare

v2.0.0 Pre-release
Pre-release

What's Changed

  • Don't close record before reading next by @maeb in #77

Full Changelog: v1.6.0...v2.0.0