Skip to content

Releases: CorentinB/warc

v0.8.37

05 Apr 13:20
d986b14
Compare
Choose a tag to compare
Add command line utilities (#35)

* Add: warc extract

* Add: results report printing

* Oops, forgot to push utils.go

* Add .gitignore for output folder

* fix: improve support for spaces in the msgtype.

* fix: add warc executable and warc files to ignore.

* Add: warc verify

* Update cmd/verify.go

* small cosmetic fix

* fix: we currently cannot process revisit records.

this is currently outside of the scope of this tool, but could be added in the future.

* feat: add gzip content decoding

* fix: revisit records in verify

* small cosmetic fix

* fix: revisit if statement

* feat: add folder structure to extract output.

* fix: add support for SHA-256 Base16 verify support

Base16 appears to be the most common SHA-256 encoding. As such, we will check based on that.
https://github.com/iipc/warc-specifications/issues/80#issuecomment-1161479051

* Add: --host-sort

* Truncate filenames too long

* Cmd/extract: use filename from Content-Disposition only when it's not empty

* cmd/extract: replace / in filenames

* cmd/extract: handle mime parsing failure

* feat: add (default) support to suffix duplicate file names with a SHA1 hash if they are different.

* fix: resolve EOF read error

---------

Co-authored-by: Jake L <[email protected]>

v0.8.36

21 Feb 15:50
7b425a0
Compare
Choose a tag to compare
Add: custom metadata records writing

v0.8.35

07 Feb 09:16
fd84c9e
Compare
Choose a tag to compare

Add cookie support to CDX requests

v0.8.34

14 Sep 21:29
fd3ee1c
Compare
Choose a tag to compare
Update dependencies

v0.8.33

23 Aug 10:14
2dd25be
Compare
Choose a tag to compare
Write requests AFTER responses and upgrade to 1.21

v0.8.32

23 Jun 13:32
6e5bb31
Compare
Choose a tag to compare

Full Changelog: v0.8.31...v0.8.32

v0.8.31

16 Jun 11:32
9b88877
Compare
Choose a tag to compare

Full Changelog: v0.8.30...v0.8.31

v0.8.30

08 Jun 09:29
1196190
Compare
Choose a tag to compare

Full Changelog: v0.8.29...v0.8.30

v0.8.29

17 May 18:25
63b4f96
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.27...v0.8.29

v0.8.28

04 Apr 22:15
c6e08a4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.26...v0.8.28