Releases: mybatis/migrations
Releases · mybatis/migrations
Release list
Mybatis Migrations 3.6.0
Immutable
release. Only release title and notes can be modified.
- Modernize collections
- Build updates / library updates
- remove traces of security manager using jmockit to mock out system exit and putting all tests for all platforms back working regardless of jdk used.
Mybatis Migrations 3.5.0
- Nio improvements
- Charset improvemetns
- URI improvements
- Requires java 11
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
libdirectory is not correctly picked up. #176
mybatis-migrations-3.3.8
- Removed
-XX:PermSize=128mJVM option when executingmigratecommand.
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.