From 7088551c3be94e02b9625a2c1f702eaf1c5dcf83 Mon Sep 17 00:00:00 2001 From: Alex Osborne Date: Wed, 2 Aug 2023 16:18:34 +0900 Subject: [PATCH] Release 0.28.1 Bugs fixed: * Fixed output truncation with the CDX CLI tool due to OutputStreamWriter buffer not being flushed or closed before exit * CdxWriter.process(files, useAbsolutePaths) ignored the useAbsolutePaths=false option case was always outputting absolute path * CdxRequestEncoder: Improved pywb compatiblity for non-ASCII characters in url encoded request bodies * CdxRequestEncoder: Fixed URLDecoder exception for large request bodies or those including invalid percent encoding * WarcWriter.fetch: Fixed bug where maxTime limit accidentally used the value of maxLength option instead --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5f80d04..48bbbd5 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ 4.0.0 org.netpreserve jwarc - 0.28.0 + 0.28.1 jwarc Java library for reading and writing WARC files with a typed API