|
5 | 5 | ### Changes:
|
6 | 6 |
|
7 | 7 | * [CHANGE]
|
8 |
| -* [BUGFIX] |
9 |
| -* [ENHANCEMENT] |
10 | 8 | * [FEATURE]
|
| 9 | +* [ENHANCEMENT] |
| 10 | +* [BUGFIX] |
11 | 11 |
|
12 |
| -* [FEATURE] Add `tls.insecure-skip-verify` flag to ignore tls verification errors (PR #417) #348 |
13 |
| -* [FEATURE] Add new metrics to `replication_group_member_stats` collector to support MySQL 8.x. |
14 |
| -* [FEATURE] Add collector for `replication_group_members` (PR #459) #362 |
15 |
| -* [FEATURE] Add collector for `performance_schema.memory_summary_global_by_event_name` (PR #515) #75 |
16 |
| -* [BUGFIX] Fixed output value of wsrep_cluster_status #473 |
17 |
| -* [BUGFIX] Fix collect.info_schema.innodb_tablespaces for new table names #516 |
18 |
| -* [BUGFIX] Fix collect.info_schema.innodb_metrics for new field names (mariadb 10.5+) #494 |
| 12 | +## 0.13.0-rc.0 / 2021-04-26 |
19 | 13 |
|
20 |
| -### BREAKING CHANGES: |
| 14 | +BREAKING CHANGES: |
21 | 15 |
|
22 | 16 | Changes related to `replication_group_member_stats` collector:
|
23 | 17 | * metric "transaction_in_queue" was Counter instead of Gauge
|
24 | 18 | * renamed 3 metrics starting with `mysql_perf_schema_transaction_` to start with `mysql_perf_schema_transactions_` to be consistent with column names
|
25 | 19 | * exposing only server's own stats by matching MEMBER_ID with @@server_uuid resulting "member_id" label to be dropped.
|
26 | 20 |
|
| 21 | +Changes: |
| 22 | + |
| 23 | +* [CHANGE] Switch to go-kit for logs. #433 |
| 24 | +* [FEATURE] Add `tls.insecure-skip-verify` flag to ignore tls verification errors #417 |
| 25 | +* [FEATURE] Add collector for AWS Aurora information_schema.replica_host_status #435 |
| 26 | +* [FEATURE] Add collector for `replication_group_members` #459 |
| 27 | +* [FEATURE] Add new metrics to `replication_group_member_stats` collector to support MySQL 8.x. #462 |
| 28 | +* [FEATURE] Add collector for `performance_schema.memory_summary_global_by_event_name` #515 |
| 29 | +* [FEATURE] Support authenticating using mTLS client cert and no password #539 |
| 30 | +* [ENHANCEMENT] Support heartbeats in UTC #471 |
| 31 | +* [BUGFIX] Fix binlog metrics on mysql 8.x #419 |
| 32 | +* [BUGFIX] Fix output value of wsrep_cluster_status #473 |
| 33 | +* [BUGFIX] Fix collect.info_schema.innodb_metrics for new field names (mariadb 10.5+) #494 |
| 34 | +* [BUGFIX] Fix log output of collect[] params #505 |
| 35 | +* [BUGFIX] Fix collect.info_schema.innodb_tablespaces for new table names #516 |
| 36 | +* [BUGFIX] Fix innodb_metrics for mariadb 10.5+ #523 |
| 37 | +* [BUGFIX] Allow perf_schema.memory summary current_bytes to be negative #517 |
| 38 | + |
| 39 | + |
27 | 40 | ## 0.12.1 / 2019-07-10
|
28 | 41 |
|
29 | 42 | ### Changes:
|
|
0 commit comments