Skip to content

Releases: humanlogio/humanlog

0.4.3

08 Nov 10:43
Compare
Choose a tag to compare

Changelog

34ec2e8 Go 1.15 and show version in help message.
a33cae9 actually set the version
51e3b04 go1.15

0.4.2

08 Nov 10:39
Compare
Choose a tag to compare

Changelog

ccc8f89 Support ISO8601 time parsing.
0a2608c Fix format string
4104ae6 Add ISO8601 time format

0.4.1

23 Jul 19:57
Compare
Choose a tag to compare

Changelog

de6b14b Support stack driver severity levels.
e91479b accept stackdriver 'severity' tag as level
34aa9a8 support more time format
56a03cf Merge branch 'master' of github.com:aybabtme/humanlog
e40d8fc fix release URL
ccfa4da Fix indentation
119d3b3 Add YYYY-MM-DD hh:mm:ss date format to parser

v0.4.1

25 Jun 03:31
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

Changelog

34aa9a8 support more time format
56a03cf Merge branch 'master' of github.com:aybabtme/humanlog
e40d8fc fix release URL
ccfa4da Fix indentation
119d3b3 Add YYYY-MM-DD hh:mm:ss date format to parser
e5cc348 Support docker-compose logging.

0.4.0

18 Feb 22:19
Compare
Choose a tag to compare

Changelog

e5cc348 Support docker-compose logging.
071acc3 Add verbose comment explaning the regex
93d28d1 Add names to capture groups
1568415 Add docker-compose handler

0.3.4

04 Feb 11:14
e35321a
Compare
Choose a tag to compare

Changelog

1c9bb30 Support more log and timestamp fields in JSON logging.
e35321a Merge pull request #32 from morbidick/patch-1
5b78f79 Add addtional time and level field

0.3.3

18 Dec 01:41
Compare
Choose a tag to compare

Changelog

67fe215 Actually release with the proper code fix.
5edcc1e fix release script
9311fdd Fix broken time field parsing.
f0655c5 Merge pull request #31 from aybabtme/fix-time-parsing
450ea4a parse time using supported time fields, not level fields...

0.3.2

18 Dec 01:33
f0655c5
Compare
Choose a tag to compare

Changelog

42ebf4f Fix broken time field parsing.

0.3.1

10 Dec 09:29
cece21a
Compare
Choose a tag to compare

Changelog

a97d727 New logfmt parser is overly eager to accept anything. Check that there's at least an = rune in there before feeding to the logfmt parser.
cece21a Merge pull request #29 from aybabtme/use-logfmt-only-if-it-looks-like-it
3b32c27 the new logfmt parser is too eager to accept any input as valid logfmt

0.3.0

10 Dec 08:22
2ec0ce3
Compare
Choose a tag to compare

Changelog

8cfbf17 Use new logfmt parser. More lenient log and field matching.
2ec0ce3 Merge pull request #28 from aybabtme/use-go-logfmt
4888719 remove old logfmt parser code
4044614 vendor logfmt
520fffd actually use github actions instead
1fe6a2e switch travis to use go modules
f20667e support any parseable logfmt or json key-value, not just those with time
6838ddf convert to logfmt, cleanup unmarshaling a bit