|
1 | 1 | CHANGES
|
2 | 2 | =======
|
3 | 3 |
|
| 4 | +* taxonomy.UNKNOWN instead of none |
| 5 | +* include initiator project and domain name in environ |
| 6 | +* include names |
| 7 | +* it's stable |
| 8 | + |
| 9 | +1.0.27 |
| 10 | +------ |
| 11 | + |
| 12 | +* Replace timestamps; fix nova metadata calls (#7) |
| 13 | + |
| 14 | +1.0.26 |
| 15 | +------ |
| 16 | + |
| 17 | +* Use millisecond resolution for timers, since the statsd exporter expects it that way and buckets are filled wrong otherwise: https://github.com/prometheus/statsd\_exporter/blob/master/exporter.go#L407 |
| 18 | +* Use millisecond resolution for timers, since the statsd exporter expects it that way and buckets are filled wrong otherwise: https://github.com/prometheus/statsd\_exporter/blob/master/exporter.go#L407 |
| 19 | + |
| 20 | +1.0.25 |
| 21 | +------ |
| 22 | + |
| 23 | +* also detect keystone ec2/s3 token authentications |
| 24 | + |
| 25 | +1.0.24 |
| 26 | +------ |
| 27 | + |
| 28 | +* also add cadf service name, initiator project domain id, initiator user domain id to environ |
| 29 | +* added an entrypoint for flask based deployments |
| 30 | + |
| 31 | +1.0.23 |
| 32 | +------ |
| 33 | + |
| 34 | +* add status label back to api\_requests\_total |
| 35 | + |
| 36 | +1.0.22 |
| 37 | +------ |
| 38 | + |
| 39 | +* exclude uids from latency metrics |
| 40 | + |
| 41 | +1.0.21 |
| 42 | +------ |
| 43 | + |
| 44 | +* document all configuration options |
| 45 | +* make it possible to include a user-id label in all requests. (#4) |
| 46 | + |
| 47 | +1.0.20 |
| 48 | +------ |
| 49 | + |
| 50 | +* include initiator user id in metric for ks auth req |
| 51 | + |
| 52 | +1.0.19 |
| 53 | +------ |
| 54 | + |
| 55 | +* fix test name |
| 56 | + |
| 57 | +1.0.18 |
| 58 | +------ |
| 59 | + |
| 60 | +* add barbican support, tests |
| 61 | + |
| 62 | +1.0.17 |
| 63 | +------ |
| 64 | + |
| 65 | +* fix request.content\_type if WebOb<1.7.4 |
| 66 | + |
| 67 | +1.0.16 |
| 68 | +------ |
| 69 | + |
| 70 | +* logging to debug. manila parse json body fix |
| 71 | + |
| 72 | +1.0.15 |
| 73 | +------ |
| 74 | + |
4 | 75 | * fix name mapping. use path\_keywords
|
5 | 76 |
|
6 | 77 | 1.0.14
|
@@ -53,12 +124,36 @@ CHANGES
|
53 | 124 | -----
|
54 | 125 |
|
55 | 126 | * readme
|
| 127 | + |
| 128 | +v1.0.5 |
| 129 | +------ |
| 130 | + |
56 | 131 | * Latency and status (#3)
|
| 132 | + |
| 133 | +v1.0.4 |
| 134 | +------ |
| 135 | + |
57 | 136 | * enable check body of authentication requests
|
| 137 | + |
| 138 | +v1.0.3 |
| 139 | +------ |
| 140 | + |
58 | 141 | * client\_addr->host\_address
|
59 | 142 | * add /endpoints and test
|
| 143 | + |
| 144 | +v1.0.2 |
| 145 | +------ |
| 146 | + |
60 | 147 | * [swift] it's not /v1/info but /info
|
| 148 | + |
| 149 | +v1.0.1 |
| 150 | +------ |
| 151 | + |
61 | 152 | * dry requirements
|
| 153 | + |
| 154 | +v1.0.0 |
| 155 | +------ |
| 156 | + |
62 | 157 | * bump to 1.0.0
|
63 | 158 | * fix logging
|
64 | 159 | * default target.project\_id to initiator.project\_id if discovery fails
|
|
0 commit comments