Releases: mybatis/migrations
Releases · mybatis/migrations
mybatis-migrations-3.4.0
Pardon our dust, brushing off 2 years of changes...
User
- Dropped mybatis from project and re-implemented the classes it uses directly to reduce runtime dependencies
- Use secure https addresses throughout
- Use copy constructor instead of clone
- Ensure streams are closed
- Fix potential memory leak
- Various coding cleanups
Build
- Moved from dependabot to renovate
- Update GHA
- Update plugins / test dependencies
- Fix vulnerabilities in test packages
- Renamed license.txt to LICENSE_HEADER
- Updated maven build tools
- Require java 17 to build, still target java 8 runtime
- Moved java 11 profile into main build
- Move project into proper maven standard layout
NOTICE: This is expected last java 8 release. Given we had a couple year gap here and lots of changes, we are open to continue with necessary bug fixes if any should occur.
mybatis-migrations-3.3.11
mybatis-migrations-3.3.10
mybatis-migrations-3.3.9
Bug fix:
- Driver JAR in the
lib
directory is not correctly picked up. #176
mybatis-migrations-3.3.8
- Removed
-XX:PermSize=128m
JVM option when executingmigrate
command.
mybatis-migrations-3.3.7
Bug fix:
- version command fails when there is no changelog table. #160
There should be no backward incompatible change since 3.3.6.
mybatis-migrations-3.3.6
mybatis-migrations-3.3.5
mybatis-migrations-3.3.4
The previous fix didn't replace variables correctly. #117
mybatis-migrations-3.3.3
Fixed a regression.
- Down command fails if you don't have have a line break at the end of the UNDO statement. #117