Skip to content

2.15.4

Choose a tag to compare

@credhub-ci-bot credhub-ci-bot released this 20 Apr 22:00
· 63 commits to main since this release

What's Changed

  • Various dependency bumps
  • Fixes an issue where CredHub database migration might hang when used with Postgres

Known Issue

  • #427: This release contains an issue where deployment might fail due to Unknown migration type 'SPRING_JDBC' found in schema history error when used with a long-running Postgres server. Please wait for the next release if you are using Postgres.
    • Workaround: manually run UPDATE flyway_schema_history SET type = 'JDBC' WHERE type = 'SPRING_JDBC';

Full Changelog: 2.15.3...2.15.4