-
Notifications
You must be signed in to change notification settings - Fork 3
/
CHANGES.txt
74 lines (55 loc) · 1.86 KB
/
CHANGES.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
unreleased
* added tests/__init__.py
0.2.4
packaging fixes
0.2.3
* black
* upgraded black; 20.8b1
* integrated with pre-commit
* github actions, minimal tests
* packaging
0.2.2 - 2019.05.16
catches an issue where the panel is loaded but logging is not configured
call `.add_debugtoolbar_panel()`, bump min version of pyramid_debugtoolbar to 4.0
0.2.1 - 2019.04.29
version bump to note Python3 classifier
version tracked in __init__.py
0.2.0 - 2017.05.09
cleaned up some html
changing include to extra_panels so it works with debugtoolbar 4.0
0.1.5 - 2016.09.22
feature, experimental- track cache size
0.1.4 - 2016.09.20
feature, js key filtering
0.1.3 - 2016.09.20
fix, finger slipped
0.1.2 - 2016.09.20
improved labels
0.1.1 - 2016.09.20
added logging of db number
0.1.0 - 2016.07.23
:fix
conditionally check for `r.dogpile_logging` before logging.
this is required if the toolbar itself tries to pull data from dogpile.
it appears the new debugtoolbar architecture of running as a separate app doesn't run the subscriber setup
0.0.7 - 2016.06.20
used bootstrap's badge and auto-collapse functionality to make the stats overview table easier to read for humans
used bootstrap's upload icon for "sets", so they read nicer
0.0.6 - 2015.11.13
packaging fix.
0.0.5 - 2015.02.13
merge https://github.com/jvanasco/pyramid_debugtoolbar_dogpile/pull/2
- erroneous call to `print ""` instead of `logging.debug()`
0.0.4 - 2015.02.13
fixed a bug on get_multi logging handler. it would prevent cache hits from being correctly recognized.
logging fractional hits/misses
0.0.3 - 2015.01.29
merge https://github.com/jvanasco/pyramid_debugtoolbar_dogpile/pull/1
- Prevents AttributeError when no current request
0.0.x - 2014.12.25
adding `screenshot.png`
adding screenshot to readme
0.0.2 - 2014.11.05
adding README.md to manifest
0.0.1 - 2014.11.05
initial import