Skip to content

Commit

Permalink
Release 0.28.1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ato committed Aug 2, 2023
1 parent 32b3090 commit 7088551
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.28.0</version>
<version>0.28.1</version>

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

0 comments on commit 7088551

Please sign in to comment.