v1.9.0
·
195 commits
to main
since this release
What's Changed
- feat: Allow downloading all
mysql-memory-serversupported MySQL versions by @Sebastian-Webster in #192 - feat: Add support for MySQL 9.2.0, 8.4.4, and 8.0.41 by @Sebastian-Webster in #182
- feat: Add support for MySQL >=5.7.19 by @Sebastian-Webster in #181
- fix: Fix port retry failing when MySQL X cannot bind to a port by @Sebastian-Webster in 6f1be8f
- fix: Fix
createDB()promise rarely never resolving due to not correctly recognising when the MySQL server successfully started by @Sebastian-Webster in 91aee76 - fix: Fix download retries not happening on error during download by @Sebastian-Webster in #203
- fix: Fix databases using the same data directory on subsequent database creations causing database initialisation failure by @Sebastian-Webster in #192
- fix(macOS Systems): Fix certain MySQL versions running on unsupported versions of macOS by @Sebastian-Webster in #192
- fix: Fix HTTPS request not getting properly cleaned up if status code is not 200 by @Sebastian-Webster in #192
- fix: Fix grammar issue when arch option is incorrect by @Sebastian-Webster in #174
- deps: Update semver to latest (7.7.1) by @Sebastian-Webster in #196
- tests: Add Fedora 41 tests by @Sebastian-Webster in #201
- tests: Add Ubuntu 22.04 and 24.04 ARM tests by @Sebastian-Webster in #205
- docs: Add documentation for MySQL binaries available for download on each platform by @Sebastian-Webster in #197
- chore: remove deleteDatabaseDirectory method in favour of fs.rm by @Sebastian-Webster in #179
- chore: Replace unlink calls with rm calls by @Sebastian-Webster in #185
- chore: update libaio checks and messages by @Sebastian-Webster in #202
Full Changelog: v1.8.2...v1.9.0