forked from johnnoone/pynba
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS.txt
98 lines (61 loc) · 1.32 KB
/
NEWS.txt
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
.. Please, see the README.rst for more details
News
====
0.1
---
*Release date: 19-Jun-2012*
* First release
0.2
---
*Release date: 29-Jun-2012*
* Logging refactoring
0.3
---
*Release date: 26-Sept-2012*
* Migrate to cython
* Removed Werkzeug dependency
0.3.2
-----
*Release date: 1-Oct-2012*
* Fixed empty strings
0.3.3
-----
*Release date: 29-Oct-2012*
* Added util for scripts monitoring
0.3.5
-----
*Release date: 29-Oct-2013*
* Status support on reporter
0.3.6
-----
*Release date: 4-Jun-2014*
* preparation for Python 3 support
* use pytest and tox for testing
* added a Reporter.raise_on_fail attribute, in order to hide exceptions on production servers.
* describe logging strategy
0.4.0
-----
*Release date: 6-Jun-2014*
* Python >= 3.3 support !
* added memory_footprint and schema reporting
* added cythonize command
* dropped protobuf library for the benefit of a small embedded script
0.4.1
-----
*Release date: 6-Jun-2014*
* don't raise an Exception on pynba.enabled when outside of context
* implements DataCollector tags
0.4.2
-----
*Release date: 18-Jul-2014*
* fix util.ScriptMonitor
0.4.3
-----
*Release date: 06-Nov-2014*
* fix util.ScriptMonitor tags
0.5.4
-----
*Release date: 18-Jun-2015*
* PyPy support !
* forked from iscool_e.pynba
* refactored packages: it's not a wsgi only usage anymore