-
Notifications
You must be signed in to change notification settings - Fork 25
/
ChangeLog
250 lines (194 loc) · 4.04 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
CHANGES
=======
1.3.0
-----
* Add tags support.
* Various improvements.
1.2.4
-----
* Bump version
1.2.3
-----
* bump version
* For timer/meter decorators, return the return value (#35)
* Gardening (#32)
1.2.2
-----
* bump version
* Test against python 3.6
* Send more detailed metrics from statsd reporter (#31)
* fix doc
1.2.1
-----
* bump version
* Add total time to Timer (#30)
* Added 99th and 999th percentile to Graphite reporter. (#27)
1.2.0
-----
* bump version
* Implement StatsD reporter (#26)
* Update authors file
1.1.0
-----
* bump version
* Allow to use timer and meter as decorators and with context manager (#24)
* Py3 compatibility for plaintext Graphite reporter (#23)
1.0.1
-----
* bump version
* Fix histogram clearance. Close #21 (#22)
1.0.0
-----
* bump version
* Publish from travis-ci
* Add basic WSGI documentation
* Add basic wsgi middleware
* Ensure we run against trusty
* Update tests
0.10.1
------
* bump version
* ensure new tick is an integer
* use gcc >= 4.7 on travis
* remove profiler mention
* unbreaking upload
0.10.0
------
* bump version
* use new Atomic classes
* bump version
0.9.1
-----
* bump version
* update travis-ci configuration
* graphite reporter. fix socket.sendall mistyping
* graphite reporter. fix socket.sendall mistyping
* add wheel support
* add missing @properry. close #16
0.9.0
-----
* bump version
* add a ganglia reporter
0.8.0
-----
* bump version
* drop 2.6 support
* update AUTHORS
* refactor ExponentiallyDecayingSample
* bump version
* fix meter ticking. close #12
* Added graphite pickle protocol as well as buffering
0.7.2
-----
* bump version
* fix stdev calculation
* update authors
* fix tests formatting
* Use Python syntax highlighting in the readme file
* silence pip install
* add docs build in tox
0.7.1
-----
* bump version
* going threadless for meter, following metrics path
* pep8 cleanups
* make travis ci run python 3.3
0.7.0
-----
* bump version
* add derive instrument
* make PeriodicTask a deamon thread
0.6.3
-----
* bump version
* make it run with python 3.3
* don't require statprof as a dependency
* re-add statprof as dependency
0.6.2
-----
* bump version
* Sets the content-type to JSON when writing to Librato
0.6.1
-----
* bump version
* fix sample OverflowError
* cleanup imports
* remove statprof from python3 test env
0.6
---
* bump version
* warn about profiler not working on python 3
* skip profiler test for python3
* adding a Profiler instrument
* fix typo in logger reporter
* fix typo in graphite reporter
* fix stddev return value
* remove statsd reporter import
* remove non-working statsd reporter for now
* add astrolabe in requirements
0.5
---
* bump version
* require newest astrolabe
* use astrolabe for timers
* fix typo
* bump version
* Fixing Graphite & statsd socket error
* fix python 2.6 tests
* add requirements.txt file
* run tests for jython too
0.4
---
* bump version
* update README with the new librato reporter
* add docs and tests for librato reporter
* make librato reporter actually report data
* add missing project files
* improve package description
0.3.3
-----
* bump version
* add missing MANIFEST
* make README more complete
* add some reporter documentation
* raise a RegistryException rahter than a RuntimeError
* use new format
* prettier code, fixed one typo, import just time.time
0.3.2
-----
* bump version
* make counter more atomic
0.3.1
-----
* update requirements and bump version
0.3
---
* bump version
* make it work with atomic 0.3
* remove empty docstring
0.2
---
* pep8 fix
* add health check
* prepare for next version
* use docstring to provide better documentation
* add access to histogram
* add base docs
* add base sphinx files
* add acknowledgement
* small steps towards more reporter
* dumb work on librato reporter
* a less naïve periodic task implementation
* fix tests formatting
* improve README
* add graphite reporter
* fix tests for python 2.6 and 3.2
* improve README
* add logger reporter
* add missing methods
* improve README
* week-end project is still a thing
* add base files
* ignore files
* fix typo
* READ ME