forked from Yelp/uwsgi_metrics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
44 lines (31 loc) · 852 Bytes
/
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
1.1.5 (2015-03-06)
* Cleanups for open-sourcing
1.1.4 (2014-06-24)
* Fix emit() bug
1.1.3 (2014-06-24)
* Fix docs build
1.1.2 (2014-06-24)
* Fix documentation and initial view() output
1.1.1 (2014-06-20)
* Fix meter display bug
1.1.0 (2014-06-10)
* Match output of Java Metrics 3.0.0
1.0.0 (2014-05-20)
* Match output of Java Metrics 2.2.0
* Add meter function
* Switch over to pytest from testify
0.3.4 (2014-04-11)
* Fix pyflakes error
0.3.3 (2014-03-24)
* Addition of the counter function to the metrics.py module
0.3.2 (2013-12-05)
* More documentation fixes
0.3.1 (2013-12-05)
* Fix documentation link
0.3.0 (2013-12-04)
* Add 'initialize' function
0.2.0 (2013-11-13)
* Rename 'timer' context manager to 'timing'
* Add 'timer' function which takes a timing delta
0.1.0 (2013-11-12)
* Initial release