Skip to content

Releases: CorentinB/warc

v0.8.26

01 Mar 13:51
fd94387
Compare
Choose a tag to compare
Update warc.go

v0.8.25

23 Nov 08:59
4a7a791
Compare
Choose a tag to compare
Don't write "ERROR" for payload digest in case of error (#29)

Return an error if there's an issue generating the payload digest

I'm genuinely unsure how we've reached this in the past, but this should prevent it from every showing up again.

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

v0.8.24

26 Oct 10:04
8f76b75
Compare
Choose a tag to compare
Add counter for the total amount of data crawled since startup (#28)

Add: counter for the total amount of data crawled since startup

v0.8.23

08 Sep 15:11
c655036
Compare
Choose a tag to compare
Fix proxy implementation (#27)

* WIP proxy test

* Fix TestHTTPClientWithProxy

* Fix proxy implementation

* Fix: remove WARC-IP-Address when being used with proxies due to us connecting to the "proxy" ip address, rather than the actual host.

Fix goleak.IgnoreTopFunction

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

v0.8.22

25 Jul 17:46
c37a475
Compare
Choose a tag to compare
Update uTLS to the latest version with certificate compression (#26)

Update uTLS to the latest version with certificate compression.

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

v0.8.21

13 Jul 22:04
2602668
Compare
Choose a tag to compare

What's Changed

  • Changing our TLS fingerprint with uTLS by @NGTmeaty in #25

Full Changelog: v0.8.20...v0.8.21

v0.8.20

04 Jul 20:30
60f9ab4
Compare
Choose a tag to compare

What's Changed

  • Add benchmark and calculate Block-Digest on dialer.go by @NGTmeaty in #22
  • Add optimized, parallel gzip for payloads over 1MB and parallel WARC writing to multiple different WARC files by @CorentinB in #23

Full Changelog: v0.8.19...v0.8.20

v0.8.19

03 Jul 22:54
a531bc1
Compare
Choose a tag to compare
Move to klauspost/compress/gzip (#21)

v0.8.18

03 Jul 21:55
ac54276
Compare
Choose a tag to compare
Add: custom struct to add count to WaitGroup

v0.8.17

01 Jul 17:49
9ff7ddd
Compare
Choose a tag to compare
Properly check error when removing temp file