Skip to content

v0.28.1: Release 0.28.1

Compare
Choose a tag to compare
@ato ato released this 02 Aug 07:22
· 42 commits to master since this release

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