Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@williamdes williamdes released this 08 Jul 12:50
· 11 commits to main since this release
v1.3.0
07106da

v1.3.0

More changes can be found on the CHANGELOG

News

  • New variables 🎉 (#343)
    • implement AWS variables (d0c3176)
    • More MariaDB and MySQL 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

Fixed

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