Releases: nlnwa/gowarc
Releases · nlnwa/gowarc
v1.0.3
What's Changed
- Bump whatwg-url github.com/nlnwa/whatwg-url from v0.1.2 to v0.4.0 by @johnerikhalse in #63
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- Bump golang.org/x/net from 0.1.0 to 0.7.0 by @dependabot in #62
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Bugfix
- Fix delete tmp file when record is closed by @johnerikhalse in #61
Full Changelog: v1.0.0...v1.0.1
v1.0.0
First official release
We think that code is stable enough for an official release. Documentation is still sparse.
What's Changed
- Validate and fix syntax errors while parsing by @johnerikhalse in #60
Full Changelog: v1.0.0-beta.5...v1.0.0
v1.0.0-beta.5
Merge pull request #59 from nlnwa/protocol_header General access to Protocol headers
v1.0.0-beta.4
Merge pull request #57 from nlnwa/offset Return offset for EOF record
v1.0.0-beta.3
Merge pull request #56 from Avokadoen/memory-fix Memory fix
v1.0.0-beta.2
Merge pull request #55 from nlnwa/newline Handle http records without payload and missing crlf after http headers
v1.0.0-beta.1
Merge pull request #54 from nlnwa/helper_methods Helper functions for int, int64, time and id
v1.0.0-alpha.23
Merge pull request #52 from nlnwa/digest_encoding Fix regression for case-insensitive encodings.