Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2022

Bumps flyway-core from 8.0.0 to 9.0.4.

Release notes

Sourced from flyway-core's releases.

Flyway 9.0.4

See https://flywaydb.org/documentation/learnmore/releaseNotes#9.0.4

CLI artifact available here

Flyway 9.0.3

See https://flywaydb.org/documentation/learnmore/releaseNotes#9.0.3

CLI artifact available here

Flyway 9.0.2

See https://flywaydb.org/documentation/learnmore/releaseNotes#9.0.2

CLI artifact available here

Flyway 9.0.1

See https://flywaydb.org/documentation/learnmore/releaseNotes#9.0.1

CLI artifact available here

Flyway 9.0.0

See https://flywaydb.org/documentation/learnmore/releaseNotes#9.0.0

CLI artifact available here

Flyway 8.5.13

See https://flywaydb.org/documentation/learnmore/releaseNotes#8.5.13

CLI artifact available here

Flyway 8.5.12

See https://flywaydb.org/documentation/learnmore/releaseNotes#8.5.12

CLI artifact available here

Flyway 8.5.11

See https://flywaydb.org/documentation/learnmore/releaseNotes#8.5.11

CLI artifact available here

Flyway 8.5.10

See https://flywaydb.org/documentation/learnmore/releaseNotes#8.5.10

CLI artifact available here

Flyway 8.5.9

See https://flywaydb.org/documentation/learnmore/releaseNotes#8.5.9

CLI artifact available here

... (truncated)

Commits
  • d9d83eb Bump version to release flyway-9.0.4
  • 0aa40e4 internal changes
  • ad6b225 Bump version to release flyway-9.0.3
  • f219380 internal changes
  • 898d86e Bump version to release flyway-9.0.2
  • 3aa4611 serialize LocalDateTime field in check result as string
  • de46ee5 bash entry point now adds 'native' folder to library path
  • eee457d Cache if the version was already printed
  • 360d1eb Remove displaying the underlying 'DELETE' rows when running info
  • 9e228b3 Move license check into constructor
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [flyway-core](https://github.com/flyway/flyway) from 8.0.0 to 9.0.4.
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-8.0.0...flyway-9.0.4)

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-core
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested review from a team as code owners August 1, 2022 00:12
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 1, 2022
@marko-radosavljevic
Copy link
Contributor

marko-radosavljevic commented Aug 1, 2022

Since it's a major version:

Breaking changes

  • Migration patterns that are version numbers are treated as numbers rather than strings when matching to migrations
  • Script & Java migrations are no longer executed during a dry run.
  • 'getResolvedMigration' method on Java Migrations interface now takes a StatementInterceptor
  • Don't clear the Url/Pass/Username when setting a data source
  • Change default of cleanDisabled to true.
  • Removed deprecated parameters for configuring secrets managers
  • Removed parameter 'oracleKerberosConfigFile' as it is replaced by 'kerberosConfigFile'
  • Removed parameters 'ignorePendingMigrations', 'ignoreMissingMigrations', 'ignoreIgnoredMigrations' and 'ignoreFutureMigrations' as they are replaced by 'ignoreMigrationPatterns'
  • 'MigrationType' moved into 'extensibility' package as an enum and replaced with 'CoreMigrationType'
  • 'SQL__BASELINE' and 'JDBC__BASELINE' migration types removed from 'flyway-core'
  • 'CoreMigrationType' enum field 'baselineMigration' now called 'baseline', for which the type 'BASELINE' now returns true
  • 'baselineMigrationPrefix' removed from Configuration - see the docs for this parameter for how to configure it via the API
  • use 'BaselineJavaMigration' from the 'flyway-proprietary' package to make Java-based Baseline Migrations now
  • Removed 'isUndo' and 'isBaselineMigration' from 'ResolvedMigration'
  • 'Context' in 'resolveMigrations' on a 'MigrationResolver' is now a class which also has 'ResourceProvider', 'SqlScriptFactory' and 'SqlScriptExecutorFactory'

Link: https://flywaydb.org/documentation/learnmore/releaseNotes#9.0.0

@Zabuzard Zabuzard merged commit ed8accc into develop Aug 13, 2022
@Zabuzard Zabuzard deleted the dependabot/gradle/org.flywaydb-flyway-core-9.0.4 branch August 13, 2022 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants