View Source Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
unreleased
[Unreleased]
v0-5-0-2022-05-25
v0.5.0 (2022-05-25)
added
Added
- Support
query_opts
withlog
option to enable/disable logging (disabled by default)
v0-4-2-2022-05-09
v0.4.2 (2022-05-09)
changed
Changed
- Drop MariaDB 10.2
- Fix README.md links and docs
v0-4-1-2022-01-17
v0.4.1 (2022-01-17)
changed-1
Changed
- Bump deps
v0-4-0-2021-12-24
v0.4.0 (2021-12-24)
added-1
Added
- Set Elixir to v1.13 (650da1e)
- InnoDB Dirty pages ratio query #11
- InnoDB Waits for checkpoint query #12
- InnoDB Waits for redolog query #13
- Table cache query #14
v0-3-1-2021-11-03
v0.3.1 (2021-11-03)
added-2
Added
- Support MariaDB 10.2, 10.3, 10.4
changed-2
Changed
- Deleted
max_memory_used
from Long running queries - Misc doc changes (#5)
v0-3-0-2021-10-19
v0.3.0 (2021-10-19)
added-3
Added
- Test MariaDB 10.6 in CI
- Query: Long running queries (#1)
changed-3
Changed
- Renamed
DBStatus
toDbStatus
- Pass query arguments inside
args
keyword list
fixed
Fixed
- Convert Total table size to unsigned integer inside SQL query
v0-2-1-2021-10-14
v0.2.1 (2021-10-14)
fixed-1
Fixed
- Compile error when table_rex isn't loaded
v0-2-0-2021-10-11
v0.2.0 (2021-10-11)
added-4
Added
- Test MySQL 5.7 in CI
- Query: DB settings
- Query: DB status
- Query: Unused indexes
- Query: Records rank
changed-4
Changed
- Delete views from query results
- Exclude Primary key from Index size query
fixed-2
Fixed
- Don't convert total index size inside SQL query
v0-1-0-2021-10-07
v0.1.0 (2021-10-07)
added-5
Added
- Initial commit
- Query: Index Size
- Query: Plugins
- Query: Table indexes size
- Query: Table size
- Query: Total index size
- Query: Total table size