Releases: commandbox-modules/commandbox-migrations
Releases · commandbox-modules/commandbox-migrations
Release list
v6.0.0
[6.0.0] - 2026-07-22
Added
- Added
migrate drivers listto show installed BoxLang JDBC drivers. - Added
migrate drivers installto force-install the configured driver, with support for a named driver and--all. - Added
migrate drivers removeto remove all managed drivers or a single named driver.
Fixed
- parser fix due to nested rethrow on BoxLang
- Fixed BoxLang JDBC drivers not being loaded after installation for commands such as
migrate refreshandmigrate freshby loading them from the installation directory.