Skip to content

Releases: chfoo/warcat-rs

Version 0.3.2

14 Nov 21:51
v0.3.2
e229b87
Compare
Choose a tag to compare

What's new

  • Fixed: application named with version isn't detected as installer on macOS/Linux.

Version 0.3.1

22 Oct 15:41
v0.3.1
1f2879c
Compare
Choose a tag to compare

What's new

  • Fixed: memory error reading ".warc.zst" files with compressed dictionaries.
  • Fixed: corrupted data reading and file offsets for highly compressed ".warc.zst" files.
  • Fixed: exclude-check from verify command not respected.
  • Fixed: ANSI codes written to log files.
  • Fixed: corrupted decoding Chunk-Transfer Encoding in cases where data aligns within a boundary.

Version 0.3.0

20 Oct 15:26
v0.3.0
546ebcf
Compare
Choose a tag to compare

What's new

  • Fixed: false positive Payload Digest problem during verify for "revisit" records.
  • Added: Get command for exporting/extracting single records.
  • Added: Record-at-time compression check to verify.
  • Added: Zstandard (.warc.zst) support.

Library

  • Changed: compress: structs now take a configuration, renamed function for reading concatenated members
  • Added warc::PushDecoder.

Version 0.2.0

12 Oct 09:15
v0.2.0
637011e
Compare
Choose a tag to compare

What's new

  • Fixed: HTTP decoder (and Extract command) incorrectly truncated data with Content-Length.
  • Fixed: Verify functionality: block and payload digest checks were not functional.
  • Added: filter options for Extract command.
  • Added: extract option for Export command.
  • Changed: Made the EndOfFile message explicit for the Export and Import commands.

Version 0.1.0

11 Oct 09:14
v0.1.0
13d49e7
Compare
Choose a tag to compare

First release