]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blob - vendor/github.com/fsouza/go-dockerclient/external/github.com/Sirupsen/logrus/CHANGELOG.md
ecc843272b0a3b628782ff5b76b55b80ed78c7c5
[github/fretlink/terraform-provider-statuscake.git] / vendor / github.com / fsouza / go-dockerclient / external / github.com / Sirupsen / logrus / CHANGELOG.md
1 # 0.9.0 (Unreleased)
2
3 * logrus/text_formatter: don't emit empty msg
4 * logrus/hooks/airbrake: move out of main repository
5 * logrus/hooks/sentry: move out of main repository
6 * logrus/hooks/papertrail: move out of main repository
7 * logrus/hooks/bugsnag: move out of main repository
8
9 # 0.8.7
10
11 * logrus/core: fix possible race (#216)
12 * logrus/doc: small typo fixes and doc improvements
13
14
15 # 0.8.6
16
17 * hooks/raven: allow passing an initialized client
18
19 # 0.8.5
20
21 * logrus/core: revert #208
22
23 # 0.8.4
24
25 * formatter/text: fix data race (#218)
26
27 # 0.8.3
28
29 * logrus/core: fix entry log level (#208)
30 * logrus/core: improve performance of text formatter by 40%
31 * logrus/core: expose `LevelHooks` type
32 * logrus/core: add support for DragonflyBSD and NetBSD
33 * formatter/text: print structs more verbosely
34
35 # 0.8.2
36
37 * logrus: fix more Fatal family functions
38
39 # 0.8.1
40
41 * logrus: fix not exiting on `Fatalf` and `Fatalln`
42
43 # 0.8.0
44
45 * logrus: defaults to stderr instead of stdout
46 * hooks/sentry: add special field for `*http.Request`
47 * formatter/text: ignore Windows for colors
48
49 # 0.7.3
50
51 * formatter/\*: allow configuration of timestamp layout
52
53 # 0.7.2
54
55 * formatter/text: Add configuration option for time format (#158)