Skip to content

v4.23.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jul 11:46
· 337 commits to refs/heads/main since this release
28cf74d

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

🚀 New Features

🤖 Security Driver and Other Updates

19 changes

Full Changelog: liquibase-mongodb-4.22.0...v4.23.0