Skip to content

Commit 63b91c8

Browse files
committed
Changelog for 0.6.0
1 parent 80e48b6 commit 63b91c8

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 0.6.0 / 2015-10-28
2+
3+
BREAKING CHANGES:
4+
* The digest_text mapping metric has been removed, now included in all digest metrics (PR #50)
5+
* Flags for timing metrics have been removed, now included with related counter flag (PR #48)
6+
7+
* [FEATURE] New collector for metrics from information_schema.processlist (PR #34)
8+
* [FEATURE] New collector for binlog counts/sizes (PR #35)
9+
* [FEATURE] New collector for performance_schema.{file_summary_by_event_name,events_waits_summary_global_by_event_name} (PR #49)
10+
* [FEATURE] New collector for information_schema.tables (PR #51)
11+
* [IMPROVEMENT] All collection methods now have enable flags (PR #46)
12+
* [IMPROVEMENT] Consolidate performance_schema metrics flags (PR #48)
13+
* [IMPROVEMENT] Removed need for digest_text mapping metric (PR #50)
14+
* [IMPROVEMENT] Update docs (PR #52)
15+
116
## 0.5.0 / 2015-09-22
217

318
* [FEATURE] Add metrics for table locks

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313

14-
VERSION := 0.5.0
14+
VERSION := 0.6.0
1515
TARGET := mysqld_exporter
1616

1717
include Makefile.COMMON

0 commit comments

Comments
 (0)