Skip to content

Releases: humanlogio/humanlog

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

0.2.2

10 Dec 08:04
26ff24a
Compare
Choose a tag to compare

Changelog

f5e8798 Fix panic when scanning logfmt values of 0 length. Use Go modules.
05f401a Fix panic when scanning logfmt values of 0 length. Use Go modules.
26ff24a Merge pull request #27 from aybabtme/fix-issue-26
07042e6 fix #26
a59d1d5 reproducer for #26
fc94e66 replace glide with go modules
3c3cf5d Merge pull request #25 from choppedpork/logstash-encoder-support
5412604 add support for bunyan and logstash JSON formats
5b53c97 Merge pull request #24 from bettio/can-handle-should-handle-aliases
9b6d86d Accept short aliases such as ts for timestamp
54cd1ed Merge pull request #23 from ssgreg/master
2dd850c fix: incorrect parsing of UNIX nanoseconds
d6d7e34 differentiate between light/dark BG for text

0.2.1

16 Aug 16:51
eaf74d8
Compare
Choose a tag to compare

Changelog

d6d7e34 differentiate between light/dark BG for text
eaf74d8 Merge pull request #22 from nanzhong/light-dark-colors
84b0b19 handle light/dark background terminals better

--
Automated with @goreleaser
Built with go version go1.10.3 darwin/amd64

0.2.0

12 Jul 15:17
2a2e84b
Compare
Choose a tag to compare

Changelog

abb3b0e use ANSI colors
2a2e84b Merge pull request #17 from aybabtme/use-ansi-colors
b634e05 use ANSI colors to support terminal themes

--
Automated with @goreleaser
Built with go version go1.10.2 darwin/amd64

0.1.19

22 Jun 09:27
aa7e9e1
Compare
Choose a tag to compare

Changelog

a79aead 'time' can now be a UNIX integer or float
aa7e9e1 Merge pull request #15 from diag/upstream-pr
46b521a Merge pull request #16 from aybabtme/fix-travis
c00b868 make dir if possible
5f4bfb8 changing module for PR
be6fda4 better support for numeric timestamps
8ae8b64 add Apache 2 license

--
Automated with @goreleaser
Built with go version go1.10.2 darwin/amd64

0.1.18

09 Jul 00:12
72fc53a
Compare
Choose a tag to compare

Changelog

e248f74 flag to allow ignoring interrupts
72fc53a remove IgnoreInterrupts from handler, since its used only in main()
345d339 Merge pull request #14 from jboelter/master
09c6d21 add ignore-interrupts option

--
Automated with @goreleaser
Built with go version go1.8.3 darwin/amd64

0.1.17

16 Jun 23:20
f818c75
Compare
Choose a tag to compare

Changelog

8a4c996 support 'message' as key along with 'msg'
f818c75 add lenient parsing of keys to logrus_handler
d83d791 Merge pull request #13 from soldiermoth/allow-message-key
bdda93f Allow 'message' to be used as the message key instead of 'msg'

--
Automated with @goreleaser
Built with go version go1.8.3 darwin/amd64

0.1.16

06 Jun 16:06
Compare
Choose a tag to compare

Changelog

cda9ae1 flag to specify time format string
5cbbfa5 Merge pull request #12 from aybabtme/add-travis-ci
8250eb9 update README with build status
ee05d02 add travis-ci
c4d8c0e Merge pull request #11 from pamburus/feature/time-format
b5a2164 add time-format option

--
Automated with @goreleaser
Built with go version go1.8.3 darwin/amd64

0.1.15

25 May 22:11
Compare
Choose a tag to compare

Changelog

65b9b2c support uber/zap log format
4a50000 Merge pull request #10 from gholt/master
e58d25e Support for "ts" timestamps in JSON
04911e1 Update README.md
e18a6c9 Update README.tmpl.md

--
Automated with @goreleaser
Built with go version go1.8.3 darwin/amd64