Skip to content

Commit 7088551

Browse files
committed
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
1 parent 32b3090 commit 7088551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
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.28.0</version>
12+
<version>0.28.1</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)