initial commit
[govpp.git] / vendor / github.com / Sirupsen / logrus / CHANGELOG.md
1 # 0.11.5
2
3 * feature: add writer and writerlevel to entry (#372)
4
5 # 0.11.4
6
7 * bug: fix undefined variable on solaris (#493)
8
9 # 0.11.3
10
11 * formatter: configure quoting of empty values (#484)
12 * formatter: configure quoting character (default is `"`) (#484)
13 * bug: fix not importing io correctly in non-linux environments (#481)
14
15 # 0.11.2
16
17 * bug: fix windows terminal detection (#476)
18
19 # 0.11.1
20
21 * bug: fix tty detection with custom out (#471)
22
23 # 0.11.0
24
25 * performance: Use bufferpool to allocate (#370)
26 * terminal: terminal detection for app-engine (#343)
27 * feature: exit handler (#375)
28
29 # 0.10.0
30
31 * feature: Add a test hook (#180)
32 * feature: `ParseLevel` is now case-insensitive (#326)
33 * feature: `FieldLogger` interface that generalizes `Logger` and `Entry` (#308)
34 * performance: avoid re-allocations on `WithFields` (#335)
35
36 # 0.9.0
37
38 * logrus/text_formatter: don't emit empty msg
39 * logrus/hooks/airbrake: move out of main repository
40 * logrus/hooks/sentry: move out of main repository
41 * logrus/hooks/papertrail: move out of main repository
42 * logrus/hooks/bugsnag: move out of main repository
43 * logrus/core: run tests with `-race`
44 * logrus/core: detect TTY based on `stderr`
45 * logrus/core: support `WithError` on logger
46 * logrus/core: Solaris support
47
48 # 0.8.7
49
50 * logrus/core: fix possible race (#216)
51 * logrus/doc: small typo fixes and doc improvements
52
53
54 # 0.8.6
55
56 * hooks/raven: allow passing an initialized client
57
58 # 0.8.5
59
60 * logrus/core: revert #208
61
62 # 0.8.4
63
64 * formatter/text: fix data race (#218)
65
66 # 0.8.3
67
68 * logrus/core: fix entry log level (#208)
69 * logrus/core: improve performance of text formatter by 40%
70 * logrus/core: expose `LevelHooks` type
71 * logrus/core: add support for DragonflyBSD and NetBSD
72 * formatter/text: print structs more verbosely
73
74 # 0.8.2
75
76 * logrus: fix more Fatal family functions
77
78 # 0.8.1
79
80 * logrus: fix not exiting on `Fatalf` and `Fatalln`
81
82 # 0.8.0
83
84 * logrus: defaults to stderr instead of stdout
85 * hooks/sentry: add special field for `*http.Request`
86 * formatter/text: ignore Windows for colors
87
88 # 0.7.3
89
90 * formatter/\*: allow configuration of timestamp layout
91
92 # 0.7.2
93
94 * formatter/text: Add configuration option for time format (#158)