Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.13.0 #552

Merged
merged 1 commit into from
May 21, 2021
Merged

Release 0.13.0 #552

merged 1 commit into from
May 21, 2021

Conversation

SuperQ
Copy link
Member

@SuperQ SuperQ commented May 18, 2021

BREAKING CHANGES:

Changes related to replication_group_member_stats collector:

  • metric "transaction_in_queue" was Counter instead of Gauge
  • renamed 3 metrics starting with mysql_perf_schema_transaction_ to start with mysql_perf_schema_transactions_ to be consistent with column names
  • exposing only server's own stats by matching MEMBER_ID with @@server_uuid resulting "member_id" label to be dropped.

Changes:

Signed-off-by: Ben Kochie [email protected]

BREAKING CHANGES:

Changes related to `replication_group_member_stats` collector:
* metric "transaction_in_queue" was Counter instead of Gauge
* renamed 3 metrics starting with `mysql_perf_schema_transaction_` to start with `mysql_perf_schema_transactions_` to be consistent with column names
* exposing only server's own stats by matching MEMBER_ID with @@server_uuid resulting "member_id" label to be dropped.

Changes:

* [CHANGE] Switch to go-kit for logs. #433
* [FEATURE] Add `tls.insecure-skip-verify` flag to ignore tls verification errors #417
* [FEATURE] Add collector for AWS Aurora information_schema.replica_host_status #435
* [FEATURE] Add collector for `replication_group_members` #459
* [FEATURE] Add new metrics to `replication_group_member_stats` collector to support MySQL 8.x. #462
* [FEATURE] Add collector for `performance_schema.memory_summary_global_by_event_name` #515
* [FEATURE] Support authenticating using mTLS client cert and no password #539
* [FEATURE] Add TLS and basic authentication #522
* [ENHANCEMENT] Support heartbeats in UTC #471
* [ENHANCEMENT] Improve parsing of boolean strings #548
* [BUGFIX] Fix binlog metrics on mysql 8.x #419
* [BUGFIX] Fix output value of wsrep_cluster_status #473
* [BUGFIX] Fix collect.info_schema.innodb_metrics for new field names (mariadb 10.5+) #494
* [BUGFIX] Fix log output of collect[] params #505
* [BUGFIX] Fix collect.info_schema.innodb_tablespaces for new table names #516
* [BUGFIX] Fix innodb_metrics for mariadb 10.5+ #523
* [BUGFIX] Allow perf_schema.memory summary current_bytes to be negative #517

Signed-off-by: Ben Kochie <[email protected]>
@SuperQ
Copy link
Member Author

SuperQ commented May 18, 2021

CC @bergquist @rtreffer

@SuperQ SuperQ requested a review from roidelapluie May 18, 2021 09:16
@roidelapluie
Copy link
Member

LGTM

@rtreffer-sc
Copy link

I have deployed this internally - I'll report back how it goes, but I haven't seen any issues with a large MySQL 5.7 installation so far.

Copy link
Contributor

@bergquist bergquist left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@rtreffer-sc
Copy link

So far nothing has shown up on our server farm. I wouldn't expect anything to show up soon.

Deploying the rc.0 has been a boring non-event - which is exactly what I would like to say about a release candidate 👍

@SuperQ SuperQ merged commit ad2847c into master May 21, 2021
@SuperQ SuperQ deleted the superq/release_0.13 branch May 21, 2021 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants