Skip to content

Releases: nlnwa/gowarc

v1.0.0-alpha.22

30 Nov 18:57
341d3bc
Compare
Choose a tag to compare
Digest encoding (#51)

* * Support for base16, base32 and base64 encoding of digests.
* Option for setting the default encoding to use for new digests.

v1.0.0-alpha.21

24 Nov 10:07
e60a399
Compare
Choose a tag to compare
Merge pull request #50 from nlnwa/eof_panic

Validate content-length and avoid panic on unexpected EOF

v1.0.0-alpha.20

26 Oct 17:06
16f1eea
Compare
Choose a tag to compare
Merge pull request #49 from nlnwa/warcid

optional WarcidFunc, better evaluation and typos

v1.0.0-alpha.19

22 Oct 10:50
24db9cc
Compare
Choose a tag to compare
Merge pull request #48 from nlnwa/revisit

Support making revisit records from resource records

v1.0.0-alpha.18

22 Oct 06:40
eb23d67
Compare
Choose a tag to compare
Merge pull request #47 from nlnwa/fixes

* Fixed error when reading: Skipped too few bytes between records

v1.0.0-alpha.17

21 Oct 11:41
7b48182
Compare
Choose a tag to compare
Merge pull request #46 from nlnwa/fixes

Fixed reading of gzipped records + several small enhancements

v1.0.0-alpha.16

12 Oct 08:25
5f214ee
Compare
Choose a tag to compare
Merge pull request #45 from nlnwa/gzip_performance

Gzip performance

v1.0.0-alpha.15

08 Oct 11:56
74cc4f8
Compare
Choose a tag to compare
Merge pull request #44 from nlnwa/versioned-profiles

Versioned profiles for Identical Payload Digest and Server Not Modified

v1.0.0-alpha.14

05 Oct 18:31
23951ab
Compare
Choose a tag to compare
Merge pull request #37 from nlnwa/refactor

Refactor library

v1.0.0-alpha.13

28 Sep 13:03
Compare
Choose a tag to compare

Changelog

8da5877 Allow closing of already closed buffers
ce92343 Ensure int64 is 8 byte aligned for sync/atomic to work on 32 bit arcitechtures
b304dc0 Fix problem writing more data to buffer than fits in memory
e29ab16 Option to set if files should be flushed to disk between every record write.