Skip to content

Commit

Permalink
Release 0.28.0
Browse files Browse the repository at this point in the history
New features:

* Added fetch options to WarcWriter.fetch and fetch tool: maxTime, maxLength, readTimeout, userAgent
* Added fetch tool option --output-file

Bugs fixed:

* Fixed missing response.http().body().size() value when response is truncated and WarcReader.calculateBlockDigest() is enabled
  • Loading branch information
ato committed Jul 27, 2023
1 parent 07be2c8 commit 4103989
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.27.1</version>
<version>0.28.0</version>

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

0 comments on commit 4103989

Please sign in to comment.