Skip to content

v0.34.0

Latest

Choose a tag to compare

@ato ato released this 16 Jan 08:20
· 3 commits to master since this release

Run the jar: java -jar jwarc-0.34.0.jar
Or the container: docker run -it --rm iipc/jwarc:0.34.0
Or add a Maven dependency:

<dependency>
  <groupId>org.netpreserve</groupId>
  <artifactId>jwarc</artifactId>
  <version>0.34.0</version>
</dependency>

New features

  • Added view command: interactive TUI for exploring WARC files
    • view captures, WARC and HTTP headers
    • filter captures by type, status, method or url
    • save payload to a file, open in browser or external editor

Fixed

  • HttpParser: lenient mode now accepts "0" as a status code for compatibility with Browsertrix WARCs