Skip to content

74.5.49

Choose a tag to compare

@cf-identity cf-identity released this 09 Sep 21:48
· 2936 commits to develop since this release

Features

  • Add uaa.database.additionalParameters to set additional parameters in the database connection url. Operators can enable compatibility with Amazon Aurora for MySQL by adding this config:
uaa:
  database:
    additionalParameters:
      usePipelineAuth: "false"
      useBatchMultiSend: "false"

Dependency bumps

  • Various dependency bumps.