Skip to content

Commit

Permalink
Release 0.31.0
Browse files Browse the repository at this point in the history
New features

* Added optional support for brotli content encoding #88  (Sabastian Nagel)
* Added HttpMessage.bodyDecoded() #88  (Sabastian Nagel)
* WarcTool: Added `dedupe` subcommand
* DedupeTool: Added --verbose option and silenced default logging

Bugs fixed

* GunzipChannel: Fixed incorrect record length calculation when gzip footer aligns with the end of the buffer
* ValidateTool: Fixed digest validation #87 (Sabastian Nagel)
* DedupeTool: Used matchType=exact to properly handle CDX queries for URLs ending with `*`
* DedupeTool: Fixed record copying when transferTo copies fewer bytes than requested
* DedupeTool: Prevented appending of an empty gzip member when no records were deduplicated
* DedupeTool: Fixed exception when input files are in the current working directory
  • Loading branch information
ato committed Nov 14, 2024
1 parent 9652eaa commit 14b80be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.netpreserve</groupId>
<artifactId>jwarc</artifactId>
<version>0.30.0</version>
<version>0.31.0</version>

<name>jwarc</name>
<description>Java library for reading and writing WARC files with a typed API</description>
Expand Down

0 comments on commit 14b80be

Please sign in to comment.