1# 1.0.5
2
3* Fix hooks race (#707)
4* Fix panic deadlock (#695)
5
6# 1.0.4
7
8* Fix race when adding hooks (#612)
9* Fix terminal check in AppEngine (#635)
10
11# 1.0.3
12
13* Replace example files with testable examples
14
15# 1.0.2
16
17* bug: quote non-string values in text formatter (#583)
18* Make (*Logger) SetLevel a public method
19
20# 1.0.1
21
22* bug: fix escaping in text formatter (#575)
23
24# 1.0.0
25
26* Officially changed name to lower-case
27* bug: colors on Windows 10 (#541)
28* bug: fix race in accessing level (#512)
29
30# 0.11.5
31
32* feature: add writer and writerlevel to entry (#372)
33
34# 0.11.4
35
36* bug: fix undefined variable on solaris (#493)
37
38# 0.11.3
39
40* formatter: configure quoting of empty values (#484)
41* formatter: configure quoting character (default is `"`) (#484)
42* bug: fix not importing io correctly in non-linux environments (#481)
43
44# 0.11.2
45
46* bug: fix windows terminal detection (#476)
47
48# 0.11.1
49
50* bug: fix tty detection with custom out (#471)
51
52# 0.11.0
53
54* performance: Use bufferpool to allocate (#370)
55* terminal: terminal detection for app-engine (#343)
56* feature: exit handler (#375)
57
58# 0.10.0
59
60* feature: Add a test hook (#180)
61* feature: `ParseLevel` is now case-insensitive (#326)
62* feature: `FieldLogger` interface that generalizes `Logger` and `Entry` (#308)
63* performance: avoid re-allocations on `WithFields` (#335)
64
65# 0.9.0
66
67* logrus/text_formatter: don't emit empty msg
68* logrus/hooks/airbrake: move out of main repository
69* logrus/hooks/sentry: move out of main repository
70* logrus/hooks/papertrail: move out of main repository
71* logrus/hooks/bugsnag: move out of main repository
72* logrus/core: run tests with `-race`
73* logrus/core: detect TTY based on `stderr`
74* logrus/core: support `WithError` on logger
75* logrus/core: Solaris support
76
77# 0.8.7
78
79* logrus/core: fix possible race (#216)
80* logrus/doc: small typo fixes and doc improvements
81
82
83# 0.8.6
84
85* hooks/raven: allow passing an initialized client
86
87# 0.8.5
88
89* logrus/core: revert #208
90
91# 0.8.4
92
93* formatter/text: fix data race (#218)
94
95# 0.8.3
96
97* logrus/core: fix entry log level (#208)
98* logrus/core: improve performance of text formatter by 40%
99* logrus/core: expose `LevelHooks` type
100* logrus/core: add support for DragonflyBSD and NetBSD
101* formatter/text: print structs more verbosely
102
103# 0.8.2
104
105* logrus: fix more Fatal family functions
106
107# 0.8.1
108
109* logrus: fix not exiting on `Fatalf` and `Fatalln`
110
111# 0.8.0
112
113* logrus: defaults to stderr instead of stdout
114* hooks/sentry: add special field for `*http.Request`
115* formatter/text: ignore Windows for colors
116
117# 0.7.3
118
119* formatter/\*: allow configuration of timestamp layout
120
121# 0.7.2
122
123* formatter/text: Add configuration option for time format (#158)
124