Skip to content

Latest commit

 

History

History
140 lines (87 loc) · 5.39 KB

CHANGELOG.md

File metadata and controls

140 lines (87 loc) · 5.39 KB

CHANGELOG - mysql

1.14.0 / 2020-06-03

  • [Added] Add custom queries. See #6776.

1.13.0 / 2020-05-17

  • [Added] Allow optional dependency installation for all checks. See #6589.

1.12.1 / 2020-04-04

  • [Fixed] Remove logs sourcecategory. See #6121.

1.12.0 / 2020-01-13

  • [Added] Use lazy logging format. See #5398.
  • [Added] Use lazy logging format. See #5377.

1.11.0 / 2019-12-20

  • [Added] Document log_processing_rules for MySQL slow query logs. See #5237.
  • [Fixed] Fix formatting and typos in the MySQL documentation. See #5238.
  • [Fixed] Improve perf (minor) by only defining metadata namedtuple once. See #5138.

1.10.0 / 2019-12-02

  • [Added] Upgrade cryptography to 2.8. See #5047.
  • [Fixed] Fix TypeError in schema size check. See #5043. Thanks rayatbuzzfeed.
  • [Added] Submit version metadata. See #4814.

1.9.1 / 2019-10-11

  • [Fixed] Fix typo in logs (Instace -> Instance). See #4715. Thanks ajacoutot.

1.9.0 / 2019-07-04

  • [Added] Update cryptography version. See #4000.

1.8.0 / 2019-05-14

  • [Added] Adhere to code style. See #3541.

1.7.0 / 2019-02-27

  • [Added] Remove Encrypted column from results. See #3174.

1.6.0 / 2019-02-18

  • [Added] Finish Python 3 Support. See #2948.

1.5.0 / 2018-11-30

  • [Added] Support Python 3. See #2630.
  • [Fixed] Use raw string literals when \ is present. See #2465.

1.4.0 / 2018-09-04

  • [Fixed] Make sure all checks' versions are exposed. See #1945.
  • [Added] Add channel tag to replica metrics. See #1753.
  • [Fixed] Add data files to the wheel package. See #1727.

1.3.0 / 2018-06-13

  • [Added] Make the max custom queries configurable in the yaml file. See #1713.

1.2.1 / 2018-05-31

  • [Fixed] Fix replication data extraction when replication channel is set. See #1639.
  • [Fixed] Fix error while fetching mysql pid from psutil . See #1620.

1.2.0 / 2018-05-11

  • [FEATURE] Add custom tag support to service checks.
  • [BUGFIX] reports slave_service check as CRITICAL if Slave_running global variable is OFF.

1.1.3 / 2018-03-23

  • [BUGFIX] Fixes the buffer pool metric to return the aggregated values
  • [DEPENDENCY] Bump the pymysql version from 0.6.6 to 0.8.0

1.1.2 / 2018-02-13

  • [DOC] Adding configuration for log collection in conf.yaml

1.1.1 / 2018-02-13

  • [BUGFIX] Changes default value of connect_timeout to 10. See #1020

1.1.0 / 2018-01-10

  • [FEATURE] Add support for multi-source replication in both MariaDB and MySQL
  • [FEATURE] tag mysql.replication.* metrics with the replication channel name

1.0.5 / 2017-11-21

  • [BUGFIX] Fixes #783

1.0.4 / 2017-08-28

  • [BUGFIX] Add new innodb aio read/write format and prevent future crashes from new format. See #660
  • [BUGFIX] Fix bug when options dict is empty. See #637
  • [BUGFIX] Fix slow query check for 95th us percentile. See #586, thanks @EdwardMcConnell

1.0.3 / 2017-05-11

  • [BUGFIX] MySQL: Fix replication service check for <5.6. See #394

1.0.2 / 2017-04-24

  • [BUGFIX] MySQL: Fix for replication service check. See #329

1.0.1 / 2017-03-23

  • [BUGFIX] MySQL: Allow for configurable collection of replica statuses. See #288
  • [BUGFIX] MySQL: Slaves_connected should be a gauge. See #291

1.0.0 / 2017-03-23

  • [FEATURE] adds mysql integration.