From 14b80bec3de8d93c6179249ab4a95d08422f1d39 Mon Sep 17 00:00:00 2001 From: Alex Osborne Date: Thu, 14 Nov 2024 10:56:23 +0900 Subject: [PATCH] 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 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 051fb08..5a29f67 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ 4.0.0 org.netpreserve jwarc - 0.30.0 + 0.31.0 jwarc Java library for reading and writing WARC files with a typed API