Skip to content

5.4.0

Choose a tag to compare

@boris-sinyapkin boris-sinyapkin released this 22 Jun 15:43
· 27 commits to master since this release

Added

  • Add post_install_sql topology hook to run SQL after plugins are installed and enabled

Changed

  • pre_install_sql now fires unconditionally, even without plugins

Fixed

  • Make the HTTP probe check infallible. It now returns false unless the HTTP status code is 200. #365