Skip to content

Commit 14b80be

Browse files
committed
Release 0.31.0
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
1 parent 9652eaa commit 14b80be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>org.netpreserve</groupId>
1111
<artifactId>jwarc</artifactId>
12-
<version>0.30.0</version>
12+
<version>0.31.0</version>
1313

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

0 commit comments

Comments
 (0)