v0.28.1: 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