Releases: liquibase/liquibase-percona
Releases · liquibase/liquibase-percona
v4.29.2
Changes
Support for Liquibase 4.29.2.
📗 Notable Changes
🐛 Bug Fixes 🛠
- (#493) Fixes #492: Effectively disable sql parser when defaultOn=false @westse
- (#477) Fixes #473: parsing database name and table name from raw sql @adangel
🧰 Maintenance
- (#509) chore: Prepare release 4.29.2 @adangel
- (#505) chore: wait for log output when starting mysql/mariadb @adangel
🤖 Security Driver and Other Updates
28 changes
- (#506) Bump Percona Toolkit from 3.5.7 to 3.6.0 @adangel
- (#499) build(deps): bump org.apache.maven.plugins:maven-pmd-plugin from 3.24.0 to 3.25.0 @dependabot
- (#490) build(deps): bump org.codehaus.mojo:exec-maven-plugin from 3.4.0 to 3.4.1 @dependabot
- (#504) build(deps): bump liquibase/build-logic from 0.7.8 to main @adangel
- (#503) build(deps-dev): bump org.apache.tomcat:tomcat-jdbc from 10.1.29 to 10.1.30 @dependabot
- (#502) build(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.5 to 3.2.6 @dependabot
- (#501) build(deps-dev): bump org.apache.tomcat:tomcat-jdbc from 10.1.28 to 10.1.29 @dependabot
- (#498) build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.4.0 to 3.5.0 @dependabot
- (#497) build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 @dependabot
- (#496) build(deps): bump org.apache.maven.plugins:maven-invoker-plugin from 3.7.0 to 3.8.0 @dependabot
- (#495) build(deps): bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.2 to 3.1.3 @dependabot
- (#494) build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0 @dependabot
- (#489) build(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.5 @dependabot
- (#488) build(deps-dev): bump org.apache.tomcat:tomcat-jdbc from 10.1.26 to 10.1.28 @dependabot
- (#487) build(deps): bump org.codehaus.mojo:exec-maven-plugin from 3.3.0 to 3.4.0 @dependabot
- (#486) build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0 @dependabot
- (#484) build(deps-dev): bump org.apache.tomcat:tomcat-jdbc from 10.1.25 to 10.1.26 @dependabot
- (#481) build(deps): bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2 @dependabot
- (#485) build(deps): bump org.apache.maven.plugins:maven-pmd-plugin from 3.23.0 to 3.24.0 @dependabot
- (#483) build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1 @dependabot
- (#480) build(deps-dev): bump org.apache.tomcat:tomcat-jdbc from 10.1.24 to 10.1.25 @dependabot
- (#479) build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0 @dependabot
- (#478) build(deps): bump org.apache.maven.plugins:maven-pmd-plugin from 3.22.0 to 3.23.0 @dependabot
- (#476) build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 @dependabot
- (#475) build(deps): bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.1 to 3.5.0 @dependabot
- (#474) build(deps): bump liquibase/build-logic from 0.7.7 to 0.7.8 @dependabot
- (#471) build(deps): bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0 @dependabot
- (#470) build(deps): bump org.apache.maven.plugins:maven-invoker-plugin from 3.6.1 to 3.7.0 @dependabot
Full Changelog: liquibase-percona-4.28.0...v4.29.2
v4.28.0
Support for Liquibase 4.28.0.
📗 Notable Changes
Changes
🧰 Maintenance
- (#466) build: run automerge only after integration tests @adangel
- (#465) chore: Use java 21 instead of 18 for building @adangel
- (#464) chore: Update CHANGELOG.md and docker image after v4.27.0 release @adangel
- (#467) build: Run integration tests against mysql 8.0 and 8.2 @adangel
- (#463) chore: Fix unit tests after mysql update @adangel
🤖 Security Driver and Other Updates
7 changes
- (#468) Bump org.liquibase:liquibase-core from 4.27.0 to 4.28.0 @adangel
- (#462) chore(deps): bump org.codehaus.mojo:exec-maven-plugin from 3.2.0 to 3.3.0 @dependabot
- (#461) chore(deps-dev): bump org.apache.tomcat:tomcat-jdbc from 10.1.23 to 10.1.24 @dependabot
- (#459) chore(deps): bump liquibase/build-logic from 0.7.5 to 0.7.7 @dependabot
- (#457) chore(deps-dev): bump com.mysql:mysql-connector-j from 8.3.0 to 8.4.0 @dependabot
- (#456) chore(deps): bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.1 to 3.1.2 @dependabot
- (#455) chore(deps): bump liquibase/build-logic from 0.7.4 to 0.7.5 @dependabot
Full Changelog: v4.27.0...v4.28.0
v4.27.0
Changes
Support for Liquibase 4.27.0.
📗 Notable Changes
🧰 Maintenance
- (#454) chore: Use https for scm connection @adangel
- (#450) Update CHANGELOG.md @adangel
- (#449) chore: Fix PMD issues @adangel
🤖 Security Driver and Other Updates
16 changes
- (#453) Bump org.liquibase:liquibase-core from 4.26.0 to 4.27.0 @adangel
- (#451) Bump Percona Toolkit from 3.5.5 to 3.5.7 @adangel
- (#452) chore(deps): bump liquibase/build-logic from 0.7.2 to 0.7.4 @dependabot
- (#448) chore(deps): bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.2 to 3.22.0 @dependabot
- (#447) chore(deps-dev): bump org.apache.tomcat:tomcat-jdbc from 10.1.20 to 10.1.23 @dependabot
- (#446) chore(deps): bump org.apache.maven.plugins:maven-jar-plugin from 3.4.0 to 3.4.1 @dependabot
- (#445) chore(deps): bump liquibase/build-logic from 0.7.1 to 0.7.2 @dependabot
- (#444) chore(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.3 to 3.2.4 @dependabot
- (#443) chore(deps): bump liquibase/build-logic from 0.7.0 to 0.7.1 @dependabot
- (#442) chore(deps): bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.0 @dependabot
- (#441) chore(deps): bump liquibase/build-logic from 0.6.9 to 0.7.0 @dependabot
- (#436) chore(deps): bump whelk-io/maven-settings-xml-action from 21 to 22 @dependabot
- (#440) chore(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.2 to 3.2.3 @dependabot
- (#439) chore(deps): bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 @dependabot
- (#438) chore(deps): bump liquibase/build-logic from 0.6.8 to 0.6.9 @dependabot
- (#437) chore(deps): bump org.apache.maven.plugins:maven-invoker-plugin from 3.6.0 to 3.6.1 @dependabot
Full Changelog: v4.26.0...v4.27.0
v4.26.0
Support for Liquibase 4.26.0.
Changes
- (#424) Fix integration test (addColumnFailIfNoPT) @adangel
- (#383) Run Integration Tests additionally with Java 21 @adangel
🐛 Bug Fixes 🛠
💥 Breaking Changes
🧰 Maintenance
9 changes
- (#433) chore(release-drafter.yml): Add chore category, fix full changelog re… @adangel
- (#432) chore: Bump version to 4.26.0-SNAPSHOT @adangel
- (#431) chore(release-drafter.yml): Fix name-template @adangel
- (#426) fix(test.yml): change event trigger from 'workflow_dispatch' to 'pull… @jandroav
- (#390) Update workflows @jandroav
- (#389) Update workflows @jandroav
- (#388) Update workflows @jandroav
- (#387) chore(pom.xml): remove unused configuration and plugins from pom.xml @jandroav
- (#385) fix workflows @jandroav
🤖 Security Driver and Other Updates
42 changes
- (#430) chore(deps): bump liquibase/build-logic from 0.6.7 to 0.6.8 @dependabot
- (#429) chore(deps-dev): bump org.apache.tomcat:tomcat-jdbc from 10.1.19 to 10.1.20 @dependabot
- (#428) chore(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.1 to 3.2.2 @dependabot
- (#427) chore(deps): bump liquibase/build-logic from 0.6.6 to 0.6.7 @dependabot
- (#393) Bump org.codehaus.mojo:build-helper-maven-plugin from 3.4.0 to 3.5.0 @dependabot
- (#375) Bump org.mariadb.jdbc:mariadb-java-client from 3.2.0 to 3.3.3 @dependabot
- (#386) Bump actions/setup-java from 3 to 4 @dependabot
- (#423) chore(deps): bump liquibase/build-logic from 0.6.5 to 0.6.6 @dependabot
- (#422) chore(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 @dependabot
- (#421) chore(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.0 to 3.2.1 @dependabot
- (#420) chore(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.0 @dependabot
- (#419) chore(deps): bump liquibase/build-logic from 0.6.4 to 0.6.5 @dependabot
- (#418) chore(deps): bump liquibase/build-logic from 0.6.3 to 0.6.4 @dependabot
- (#417) chore(deps-dev): bump org.apache.commons:commons-dbcp2 from 2.11.0 to 2.12.0 @dependabot
- (#416) chore(deps): bump liquibase/build-logic from 0.6.2 to 0.6.3 @dependabot
- (#415) Bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to 3.2.0 @dependabot
- (#414) Bump org.apache.tomcat:tomcat-jdbc from 10.1.18 to 10.1.19 @dependabot
- (#413) Bump io.fabric8:docker-maven-plugin from 0.43.4 to 0.44.0 @dependabot
- (#412) Bump liquibase/build-logic from 0.6.1 to 0.6.2 @dependabot
- (#411) Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1 @dependabot
- (#410) Bump org.liquibase:liquibase-core from 4.25.1 to 4.26.0 @dependabot
- (#409) Bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2 @dependabot
- (#408) Bump com.mysql:mysql-connector-j from 8.2.0 to 8.3.0 @dependabot
- (#407) Bump liquibase/build-logic from 0.6.0 to 0.6.1 @dependabot
- (#406) Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.2.0 to 4.8.3.0 @dependabot
- (#405) Bump org.apache.tomcat:tomcat-jdbc from 10.1.17 to 10.1.18 @dependabot
- (#402) Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.0 to 3.12.1 @dependabot
- (#404) Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 @dependabot
- (#403) Bump liquibase/build-logic from 0.5.9 to 0.6.0 @dependabot
- (#401) Bump org.liquibase:liquibase-core from 4.25.0 to 4.25.1 @dependabot
- (#400) Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.0 @dependabot
- (#399) Bump liquibase/build-logic from 0.5.8 to 0.5.9 @dependabot
- (#398) Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 @dependabot
- (#397) Bump org.apache.tomcat:tomcat-jdbc from 10.1.16 to 10.1.17 @dependabot
- (#396) Bump liquibase/build-logic from 0.5.7 to 0.5.8 @dependabot
- (#394) Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.1.0 to 4.8.2.0 @dependabot
- (#395) Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 @dependabot
- (#391) Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 @dependabot
- (#392) Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 @dependabot
- (#384) Bump org.codehaus.mojo:build-helper-maven-plugin from 3.4.0 to 3.5.0 @dependabot
- (#382) Update MySQL and MariaDB versions for integration tests @adangel
- (#379) Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.1.1 @dependabot
Full Changelog: v4.25.0...v4.26.0
v4.25.0
- Support for Liquibase 4.25.0.
📦 Dependency updates:
- Bump org.apache.tomcat:tomcat-jdbc from 10.1.15 to 10.1.16 #377 (@dependabot[bot])
- Bump org.liquibase:liquibase-core from 4.24.0 to 4.25.0 #376 (@dependabot[bot])
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 #374 (@dependabot[bot])
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 #373 (@dependabot[bot])
- Bump com.github.spotbugs:spotbugs-maven-plugin from 4.7.3.6 to 4.8.1.0 #372 (@dependabot[bot])
- Bump org.junit.jupiter:junit-jupiter from 5.10.0 to 5.10.1 #371 (@dependabot[bot])
- Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.0 to 3.21.2 #370 (@dependabot[bot])
- Bump org.apache.commons:commons-dbcp2 from 2.10.0 to 2.11.0 #369 (@dependabot[bot])
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 #368 (@dependabot[bot])
- Bump org.apache.tomcat:tomcat-jdbc from 10.1.14 to 10.1.15 #367 (@dependabot[bot])
- Bump org.apache.tomcat:tomcat-jdbc from 10.1.13 to 10.1.14 #366 (@dependabot[bot])
v4.24.0
- Support for Liquibase 4.24.0.
🚀 Implemented enhancements:
- Support Rollback in Formatted SQL #361
- Set server_id=1 for MySQL in integration tests #364 (@adangel)
📦 Dependency updates:
- Bump Percona Toolkit from 3.5.4 to 3.5.5 #365 (@adangel)
- Bump org.liquibase:liquibase-core from 4.23.2 to 4.24.0 #363 (@dependabot[bot])
- Bump com.github.spotbugs:spotbugs-maven-plugin from 4.7.3.5 to 4.7.3.6 #360 (@dependabot[bot])
🎉 Merged pull requests:
v4.23.2
- Support for Liquibase 4.23.2.
📦 Dependency updates:
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 #359 (@dependabot[bot])
- Bump org.liquibase:liquibase-core from 4.23.1 to 4.23.2 #358 (@dependabot[bot])
- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.0 to 3.4.1 #357 (@dependabot[bot])
- Bump actions/checkout from 3 to 4 #356 (@dependabot[bot])
- Bump org.apache.commons:commons-dbcp2 from 2.9.0 to 2.10.0 #355 (@dependabot[bot])
- Bump org.mariadb.jdbc:mariadb-java-client from 3.1.4 to 3.2.0 #354 (@dependabot[bot])
- Bump org.yaml:snakeyaml from 2.1 to 2.2 #353 (@dependabot[bot])
- Bump org.apache.tomcat:tomcat-jdbc from 10.1.12 to 10.1.13 #352 (@dependabot[bot])
- Bump activesupport from 7.0.4.3 to 7.0.7.2 #351 (@dependabot[bot])
- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.3.0 to 3.4.0 #350 (@dependabot[bot])
- Bump io.fabric8:docker-maven-plugin from 0.43.3 to 0.43.4 #349 (@dependabot[bot])
- Bump org.apache.tomcat:tomcat-jdbc from 10.1.11 to 10.1.12 #348 (@dependabot[bot])
- Bump io.fabric8:docker-maven-plugin from 0.43.2 to 0.43.3 #347 (@dependabot[bot])
v4.23.1
- Support for Liquibase 4.23.1.
📦 Dependency updates:
- Bump percona toolkit from 3.5.3 to 3.5.4 #346 (@adangel)
- Bump org.liquibase:liquibase-core from 4.23.0 to 4.23.1 #345 (@dependabot[bot])
- Bump org.yaml:snakeyaml from 2.0 to 2.1 #344 (@dependabot[bot])
- Bump protocol-http1 from 0.14.2 to 0.15.1 #343 (@dependabot[bot])
- Bump io.fabric8:docker-maven-plugin from 0.43.0 to 0.43.2 #342 (@dependabot[bot])
- Bump org.junit.jupiter:junit-jupiter from 5.9.3 to 5.10.0 #341 (@dependabot[bot])
- Bump tomcat-jdbc from 10.1.10 to 10.1.11 #340 (@dependabot[bot])
v4.23.0
- Support for Liquibase 4.23.0.
📦 Dependency updates:
- Bump percona-toolkit from 3.5.2 to 3.5.3 #339 (@adangel)
- Bump liquibase-core from 4.22.0 to 4.23.0 #338 (@dependabot[bot])
- Bump spotbugs-maven-plugin from 4.7.3.4 to 4.7.3.5 #337 (@dependabot[bot])
- Bump maven-invoker-plugin from 3.5.1 to 3.6.0 #336 (@dependabot[bot])
- Bump tomcat-jdbc from 10.1.9 to 10.1.10 #335 (@dependabot[bot])
- Bump maven-surefire-plugin from 3.1.0 to 3.1.2 #334 (@dependabot[bot])
- Bump docker-maven-plugin from 0.42.1 to 0.43.0 #333 (@dependabot[bot])
- Bump maven-source-plugin from 3.2.1 to 3.3.0 #332 (@dependabot[bot])
- Bump tomcat-jdbc from 10.1.8 to 10.1.9 #331 (@dependabot[bot])
- Bump maven-pmd-plugin from 3.20.0 to 3.21.0 #330 (@dependabot[bot])
v4.22.0
- Support for Liquibase 4.22.0.
🐛 Fixed bugs:
- Branch Protection settings break "Update Changelog" workflow #316
📦 Dependency updates:
- Bump percona toolkit from 3.5.1 to 3.5.2 #329 (@adangel)
- Bump liquibase-core from 4.20.0 to 4.22.0 #328 (@dependabot[bot])
- Bump build-helper-maven-plugin from 3.3.0 to 3.4.0 #327 (@dependabot[bot])
- Bump maven-surefire-plugin from 3.0.0 to 3.1.0 #326 (@dependabot[bot])
- Bump maven-gpg-plugin from 3.0.1 to 3.1.0 #325 (@dependabot[bot])
- Bump mariadb-java-client from 3.1.3 to 3.1.4 #324 (@dependabot[bot])
- Bump junit-jupiter from 5.9.2 to 5.9.3 #323 (@dependabot[bot])
- Bump tomcat-jdbc from 10.1.7 to 10.1.8 #322 (@dependabot[bot])
- Updated CHANGELOG.md to apply dependency updates #319 (@adangel)
- Bump spotbugs-maven-plugin from 4.7.3.3 to 4.7.3.4 #318 (@dependabot[bot])
- Bump docker-maven-plugin from 0.42.0 to 0.42.1 #317 (@dependabot[bot])
- Bump maven-enforcer-plugin from 3.2.1 to 3.3.0 #314 (@dependabot[bot])
- Bump maven-invoker-plugin from 3.5.0 to 3.5.1 #313 (@dependabot[bot])
- Bump maven-deploy-plugin from 3.1.0 to 3.1.1 #312 (@dependabot[bot])
- Bump maven-resources-plugin from 3.3.0 to 3.3.1 #311 (@dependabot[bot])
- Bump spotbugs-maven-plugin from 4.7.3.2 to 4.7.3.3 #310 (@dependabot[bot])
- Bump mariadb-java-client from 3.1.2 to 3.1.3 #309 (@dependabot[bot])
- Bump activesupport from 7.0.4.1 to 7.0.4.3 #308 (@dependabot[bot])
- Bump maven-surefire-plugin from 2.22.2 to 3.0.0 #307 (@dependabot[bot])