v4.23.0
This extension is a major version release compatible starting with Liquibase 4.23.0, and not backwards compatible with previous Liquibase versions.
For users of Liquibase core versions less than 4.23.0, please use the previous 4.x Mongo extension release.
Notice
This release of this liquibase-mongo extension is independent of liquibase-core releases. Thus versions numbers of this extension and Liquibase-core are not synchronized
💥 Breaking Changes
- (#391) [DAT-15279] Implement new ChangeLogHistoryService interface methods @vitaliimak
Note: if you receive the message Unexpected error running Liquibase: Receiver class liquibase.ext.mongodb.changelog.MongoHistoryService does not define or inherit an implementation of the resolved method 'abstract boolean isDatabaseChecksumsCompatible()' of interface liquibase.changelog.ChangeLogHistoryService.
you have incompatible versions of the MongoDB extension and Liquibase Core.
Please check https://docs.liquibase.com/start/release-notes/home.html for more information.
Changes
- (#388) DAT-15071 automatically bump version via the release workflow @jandroav
- (#383) DAT-15071 Automatically bump version on mongodb via the release workflow @jandroav
- (#382) DAT-15072. adding build and package step to pull-request.yml @PavloTytarchuk
- (#378) DAT-15075. added possibility to run only one test case in HarnessNoSqlCompatibility test @PavloTytarchuk
- (#372) [DAT-14504] Adding retryWrites config @KushnirykOleh
- (#376) [DAT-14184] Remove index.htm file from released artifact @vitaliimak
- (#370) [DAT-14184] Fix incorrect path @vitaliimak
- (#364) [DAT-14184] Add index.htm file to xsd schemes page @vitaliimak
- (#366) [DAT-14199] Rename xsd schema prefix @vitaliimak
- (#365) DAT-14741. updated docker-compose file. changed url in harness-config.yml. @PavloTytarchuk
🚀 New Features
- (#394) [DAT-15373] Fix checksum empty spaces validation @filipelautert
- (#391) [DAT-15279] Implement new ChangeLogHistoryService interface methods @vitaliimak
- (#390) DAT-15272 @sayaliM0412
🤖 Security Driver and Other Updates
19 changes
- (#397) Update version to 4.23.0-SNAPSHOT in pom.xml @kristyldatical
- (#395) updated pom.xml version from 4.21.1-SNAPSHOT to 4.22.0-SNAPSHOT @PavloTytarchuk
- (#389) chore(deps-dev): bump groovy-all from 3.0.17 to 3.0.18 @dependabot
- (#387) Bump mongodb-driver-sync from 4.9.1 to 4.10.1 @dependabot
- (#386) Bump maven-release-plugin from 2.5.3 to 3.0.1 @dependabot
- (#384) Bump json from 20230227 to 20230618 @dependabot
- (#379) Bump maven-surefire-plugin from 3.1.0 to 3.1.2 @dependabot
- (#380) Bump surefire-junit-platform from 3.1.0 to 3.1.2 @dependabot
- (#377) Bump jackson-databind from 2.15.1 to 2.15.2 @dependabot
- (#374) Bump lombok from 1.18.26 to 1.18.28 @dependabot
- (#373) Bump gmavenplus-plugin from 2.1.0 to 3.0.0 @dependabot
- (#371) Bump maven-source-plugin from 3.2.1 to 3.3.0 @dependabot
- (#367) Bump build-helper-maven-plugin from 3.3.0 to 3.4.0 @dependabot
- (#368) Bump jackson-databind from 2.15.0 to 2.15.1 @dependabot
- (#358) Bump jackson-databind from 2.14.2 to 2.15.0 @dependabot
- (#359) Bump jupiter.version from 5.9.2 to 5.9.3 @dependabot
- (#361) Bump maven-surefire-plugin from 3.0.0 to 3.1.0 @dependabot
- (#362) Bump maven-gpg-plugin from 3.0.1 to 3.1.0 @dependabot
- (#355) Bump mongodb-driver.version from 4.9.0 to 4.9.1 @dependabot
Full Changelog: liquibase-mongodb-4.22.0...v4.23.0