Skip to content

Commit 90f7449

Browse files
authored
Update for 0.12.0 release (#405)
* Update CHANGELOG. * Bump VERSION. Signed-off-by: Ben Kochie <superq@gmail.com>
1 parent 08f62ee commit 90f7449

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

CHANGELOG.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,36 @@
22

33
### BREAKING CHANGES:
44

5-
The minimum supported MySQL version is now 5.5.
6-
7-
Collector `info_schema.tables` is now disabled by default due to high cardinality danger.
8-
95
### Changes:
106

117
* [CHANGE]
128
* [BUGFIX]
139
* [ENHANCEMENT]
1410
* [FEATURE]
1511

16-
* [CHANGE] Update innodb buffer pool mappings #369
12+
## 0.12.0 / 2019-07-10
13+
14+
### BREAKING CHANGES:
15+
16+
The minimum supported MySQL version is now 5.5.
17+
18+
Collector `info_schema.tables` is now disabled by default due to high cardinality danger.
19+
20+
### Changes:
21+
1722
* [CHANGE] Update defaults for MySQL 5.5 #318
23+
* [CHANGE] Update innodb buffer pool mappings #369
1824
* [CHANGE] Disable info_schema.tables collector by default #406
1925
* [BUGFIX] Sanitize metric names in global variables #307
26+
* [BUGFIX] Use GLOBAL to prevent mysql deadlock #336
2027
* [BUGFIX] Clear last_scrape_error on every scrape (PR #368) #367
28+
* [ENHANCEMENT] Add help for some GLOBAL VARIABLES metrics. #326
29+
* [FEATURE] Abort on timeout. #323
30+
* [FEATURE] Add minimal MySQL version to Scraper interface #328
2131
* [FEATURE] Add by_user and by_host metrics to info_schema.processlist collector (PR #333) #334
2232
* [FEATURE] Add wsrep_evs_repl_latency metric collecting. (PR #338)
2333
* [FEATURE] Add collector for mysql.user (PR #341)
34+
* [FEATURE] Add perf_schema.eventsstatementssum collector #347
2435
* [FEATURE] Add collector to get table stats grouped by schema (PR #354)
2536
* [FEATURE] Add replication_applier_status_by_worker metric collecting. (PR #366)
2637

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.11.0
1+
0.12.0

0 commit comments

Comments
 (0)