Skip to content

Releases: CAFapi/util-flyway-installer

v4.0.0

26 Nov 22:43
c91af9b
Compare
Choose a tag to compare

Version Number

4.0.0-241

New Features

  • US969005: Password lookup support
    Improved the security of the database password by looking it up internally rather than it
    being passed as a parameter.

Breaking Changes

  • US969005: The db.pass argument has been replaced by db.secretKeys.
    • This program now expects to be passed secret keys rather than a secret value.
    • For example, pass db.secretKeys CAF_SERVICE_DATABASE_PASSWORD instead of db.pass P@ssw0rd. The program will then look up the actual
      secret using the key. If multiple secret keys are passed (db.secretKeys CAF_SERVICE_DATABASE_PASSWORD,CAF_DATABASE_PASSWORD), the
      first non-empty secret value will be used to access the database.
    • This change prevents secrets being exposed when calling this program.

Known Issues

  • None

Release Artifacts

Maven

v3.0.0

03 Apr 11:11
bd55b75
Compare
Choose a tag to compare

Version Number

3.0.0-197

New Features

  • None

Breaking Changes

  • US888078: The artifact produced is no longer an executable jar. It should now be consumed as a library.

Known Issues

  • None

Release Artifacts

Maven

v2.0.0

07 Feb 10:26
253d8a7
Compare
Choose a tag to compare

Version Number

2.0.0-184

New Features

  • US517060: Flyway version upgraded

Breaking Changes

  • US361030: Java 8 and Java 11 support dropped
    Java 17 is now the minimum supported version.

Known Issues

  • None

Release Artifacts

Maven

v1.0.1

15 Sep 08:28
Compare
Choose a tag to compare

Version Number

1.0.1-98

New Features

  • None

Patch Fixes Included

  • US509054: Upgrade PostgreSQL JDBC Driver to 42.5.0

Known Issues

  • None

Release Artifacts

Maven

v1.0.0

21 Apr 21:14
Compare
Choose a tag to compare

Version Number

1.0.0-73

New Features

  • Initial Release

Known Issues

  • None

Release Artifacts

Maven