org.flywaydb:flyway-database-duckdb
10.24.0
#623 most downloaded on Maven Central
flyway/flyway
What this package is like to depend on
Last release 1 years ago
08 Aug 2025
Ships fairly regularly
a new release about every 6 weeks
Most releases are documented
notes for 5 of 6 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
6 releases · first in 2025
0 releases in the last 12 months
see the full history below
Release timeline
6 releases · Feb 2025 to Aug 2025Releases
latest 6-
10.24.008 Aug 2025Nothing published for this version
-
10.22.017 Jul 2025Release notes
Open source →Breaking changes
- (Preview) the preview verb 'diffApply' has been replaced with the verb 'model'
Bug fixes
-
Fix error message when using unpopulated default placeholders with configured seperators
-
Fixed an issue where the 'Placeholders' configuration erased the 'jdbcProperties' configuration
-
Resolved issue where Flyway would fail to publish an event to Flyway Pipelines using a PAT token in conjunction with using an offline permit for licensing
Changes
-
collations will now be dropped on postgres
-
MySQL schema history table will create using default storage engine instead of being forced to
InnoDB -
addTimestamp boolean option for generate and add verbs has been replaced with timestamp=always|auto|never option
New features
- Scoped Namespaces: when configuring on the command line, you can skip namespaces if they match the verb of which you are in the scope of. For example, rather than
flyway init -init.projectName=testyou can now shortcut toflyway init -projectName=test.
Thanks to Mihitoko and kantselovich for reporting these issues.
-
10.21.010 Jul 2025Release notes
Open source →Breaking changes
- Removed
check.url,check.passwordandcheck.username. These undocumented historic fields have been deprecated for a while and have confusing impacts (such as not working in all check functionality). It is recommended to use environments to replace this functionality, alternatively, check does support standardurl,usernameandpassword
Bug fixes
- Fixed an issue that the Repair command was unable to remove failed Repeatable migration entries in schema history table for MongoDB
Changes
-
Backup provisioner now puts database into single user mode before restoring
-
Legacy Flyway keys (FL0...) are now deprecated
Java compatibility
-
Update H2 2.3.224 to 2.3.232
-
Upgrade snowflake-jdbc 3.14.3 to 3.20.0 to fix CVE-2024-43382
Performance improvements
- Improved
repairperformance when removing failed migrations
- Removed
-
10.20.005 Jun 2025Release notes
Open source →Bug fixes
-
Fix a bug where error messages are produced when
check -driftis run without settingdeployedSnapshot -
FLYWAY_PIPELINE_ID environment variable was previously broken but is now fixed
Changes
- The 'createSchema' callback is now deprecated and replaced by 'beforeCreateSchema'
Database compatibility
- Support PostgreSQL 17
Java compatibility
- jetty-server 9.4.53.v20231009 to 9.4.56.v20240826 to fix CVE-2024-8184
Thanks to cowwoc for reporting these issues.
-
-
10.18.017 Apr 2025Release notes
Open source →Bug fixes
- Issue 3915 Fixed an issue that could cause Flyway to hang when a database connection is unavailable and there are a large number of pending migrations
Changes
- cleanOnValidationError is now deprecated
Database compatibility
- Updated snowflake driver to 3.14.3
New features
-
Flyway now supports setting personal access token (PAT) through API
-
Added a warning message if 'group' parameter is enabled for databases which don't support DDL transactions
Thanks to Quairix for reporting these issues.
-
10.17.003 Feb 2025Release notes
Open source →Bug fixes
-
Fixed the bug that prevented powershell scripts from running when located in a folder with spaces in the folder name.
-
Fixed the issue where schemas might get inadvertently cleaned when running check in MySQL
Database compatibility
- Cassandra taken out of preview and added to OSS edition
New features
-
Azure Identity is now a dependency of Flyway for SQL Server Active Directory MSI authentication
-
Flyway now supports Environment Overrides for parameters configuration
-