v1.3.0
More changes can be found on the CHANGELOG
News
- New variables 🎉 (#343)
- Drop support for PHP 7.1 (53d9d17)
- Remove /test and /phpunit.xml from the vendor tarball (bb60ba9)
- Dependencies upgrades
- Allow phpunit 10 and 11 (d6a4673)
- Links are updated in the data (#300)
Changed
- 3ebcf6b [MySQL] updates
- 95178f7 [MariaDB] updates
- 49c426c [MySQL] updates
- c2fa420 [MySQL] updates
- 2cbd269 [MySQL] updates
- e597c4e [MariaDB] updates
- 6f2eccf [MySQL] updates
- a38c721 [MySQL] updates
- 435f5d2 [MySQL] updates
- 55c37c0 [MySQL] updates
- 70dafa1 🤖 Some updates 🤖
- 0b67fa3 [MariaDB] && [MySQL] updates
- 47ea5bf [MariaDB] updates
- 05c1792 [MariaDB] && [MySQL] updates
- 968d99a [MariaDB] && [MySQL] updates
- a5f4c83 [MariaDB] updates
- 3a5a298 [MariaDB] && [MySQL] updates
- 1830af0 [MySQL] updates
- e5fb3b5 [MariaDB] && [MySQL] updates
- 5789b4e [MariaDB] updates
- 0e71c5f [MariaDB] updates
- b86e4fd [MariaDB] updates
- 69f672b [MariaDB] updates
- 05e5265 [MariaDB] updates
- 1f14d40 [MariaDB] && [MySQL] updates
- 77c2421 [MariaDB] updates
- 17d6fcc [MySQL] updates
- 750fae2 [MariaDB] updates
- a1f9ebf [MariaDB] updates
- e0bf90d [MySQL] updates
- 3c04516 [MariaDB] updates
- 44b81ec [MariaDB] updates
- 578d933 [MariaDB] && [MySQL] updates
- 512abb9 [MySQL] updates
- 9d21121 [MySQL] updates
- a30b051 [MySQL] updates
- 0bc9215 [MariaDB] updates
- a7c1571 [MariaDB] updates
- 98c3fb4 [MariaDB] updates
- e229d13 [MariaDB] updates
- 068042f [MariaDB] && [MySQL] updates
- 8b1a2e7 [MariaDB] updates
- 1c0ca16 [MySQL] updates
- a812d9f [MariaDB] && [MySQL] updates
Fixed
- 1fe544a id can be missing
- 64af575 allow dots in variable names
- 9021078 better handling of some specific cases
- 8affa1a minor fixups
- cb55dc0 schema updates
- 1a495a9 remove non needed code
- a0cb494 update and improve schemas
- edc6964 update Aurora MySQL anchor
Features
- 80f2d83 support keyring-system-variables (#343)
- b9a5257 add variables for MySQL 5.7
- 0b2a6ad implement variables index
- 8c60fff also support statvar_
- d1bec07 also search into server-status-variables
- 20871d6 handle links without table contents
- 601cb68 implement Aurora MySQL
- f83b854 implement optional id and Aurora MySQL
- 71ab731 update schemas
- d6a4673 allow phpunit 10 and 11
- d0c3176 implement AWS variables
- e0fb457 refactor find missing data script to Rust
- 6e42be2 stop storing the data in a static
- 569c92b implement a search engine to search into the data
Others
- fed8500 fix current dir "." in find
- a6821c6 fix excluding folder paths
- 78b002a fix file cleanup
- 2e4713c improve cleanup script
- d915fdb fix coverage on PHP 7.2
- a317c6d fix coverage filter
- 8325323 fix sending coverage
- be53582 bump JS dependencies
- d60f35e bump dependencies
- bb60ba9 remove /test and /phpunit.xml from the vendor tarball
- 53d9d17 drop support for PHP 7.1
- 1313a81 improve key name
- 0587253 upgrade dependencies
- 39cb676 drop non used code block