File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
1
+ 4.0.2:
2
+ New features:
3
+ - Add powa_coaslesce setting on config page (Adrien Nayrat)
4
+ Performance improvements:
5
+ - Fix a cartesian product in the predicate view (Adrien Nayrat)
6
+ - Fix multiple queries so they can use the existing indexes (Adrien Nayrat)
7
+ - Multiple performance improvements on the per-predicate views (Adrien Nayrat
8
+ and Julien Rouhaud)
9
+ Bug fixes:
10
+ - Properly ignore queries that weren't called on the given interval (Adrien
11
+ Nayrat)
12
+ - Don't display the last retrieved value on graphs, as the value is known to
13
+ always be zero and lead to wrong graphs (Adrien Nayrat)
14
+ - Fix links to documentation (Matthias Dötsch)
15
+ - Fix collector worker status state when srvid greater than 9 (Julien
16
+ Rouhaud, thanks to Adrien Nayrat for the report)
1
17
4.0.1:
2
18
Bug fixes:
3
19
- Fix per-query hypothetical index checking (Julien Rouhaud, thanks to github
Original file line number Diff line number Diff line change 5
5
import os
6
6
import re
7
7
8
- __VERSION__ = '4.0.1 '
8
+ __VERSION__ = '4.0.2 '
9
9
10
10
ver_tmp = re .sub ("(alpha|beta)[0-9]*" , "" , __VERSION__ )
11
11
__VERSION_NUM__ = [int (part ) for part in (ver_tmp .split ('.' ))]
You can’t perform that action at this time.
0 commit comments