warcio.js 2.2.0
Major Changes
- New WARCSerializer with support for buffering payload to temp file (or custom buffer).
- Node-specific version available via new
warcio/nodelibrary which uses Node APIs (for temp file). - More flexible indexer, de-coupled from WARCParser
- Support for multiple
Set-Cookieheaders
Breaking Change
keepHeadersCaseonly applies to HTTP headers, WARC headers always stored with case-preserving way to maximize compatibility.
What's Changed
- New WARCSerializer: serialize records with buffering to temp file without reading fully into memory by @ikreymer in #59
- indexer: add IndexerOffsetLength type to decouple custom indexing without a WARCParser by @ikreymer in #60
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #57
- Add cookie test to serializer by @patrickheeney in #56
- misc type fixes by @ikreymer in #61
New Contributors
- @patrickheeney made their first contribution in #56
Full Changelog: v2.1.0...v2.2.0