Skip to content

Commit

Permalink
3.0.1: Version bump and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rdunklau committed Dec 17, 2015
1 parent 639cc7b commit 6c02c43
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
3.0.1:
- Display installed version of handled extensions
- Display information on pg_track_settings
- Make query detail widget smaller
- Fix qualstat_getstatdata, condition was ignored
- Better hint on fail wizard.
- Fix some syntax erors
- Handle case n_distinct is unkown.
- On per-cluster view, the avg runtime is displayed, not the total runtime.
- Add a "runtime per sec" serie on per-cluster and per-db views.
- Show the initially sorted column in grids.
- Don't display sidebar on login page.
- Add tabbed dashboards
3.0.0:
- Add indexes suggestion for the whole database workload.
- Fix bug with negative microsecond differences
- Add support for hypopg
- Handle example queries from pg_qualstats
- Handle prepared statements
- Add example on how to specify a client encoding
2.0.11:
- fix bug on "other queries" panel on qual page
- other bug fixes
Expand Down
2 changes: 1 addition & 1 deletion powa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""
import os

__VERSION__ = '3.0.0'
__VERSION__ = '3.0.1'
__VERSION_NUM__ = [int(part) for part in __VERSION__.split('.')]
POWA_ROOT = os.path.dirname(__file__)

Expand Down

0 comments on commit 6c02c43

Please sign in to comment.