Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 861 Bytes

changelog.rst

File metadata and controls

49 lines (30 loc) · 861 Bytes

Changelog

postgres_metrics

0.5.0

  • Added the list of metrics on a metric's detail page

0.4.0

  • Underscores in metric column headers are now replaced by spaces
  • The ~metrics.IndexUsageMetric now shows floating point percentages
  • Added ~metrics.IndexSizeMetric and ~metrics.TableSizeMetric
  • Added per metric record and record item styling

0.3.0

  • Added description to setup.py
  • The metric results can now be sorted on any column

0.2.0

  • Switched to Read The Docs theme for docs.
  • Added "Available Extensions" metric.
  • Fixed table styling in metric views. The tables now look more like Django Admin's ChangeList

0.1.1

  • Excluded tests from built packages.

0.1.0

  • Inital Release