Skip to content

2.12.96

Compare
Choose a tag to compare
@credhub-ci-bot credhub-ci-bot released this 21 Nov 21:39
· 30 commits to main since this release

What's Changed

Known issue

If you have successfully installed v2.12.94 (which is now retracted) and you are using MySQL as CredHub's database, to prevent potential performance issues, please run the following query against your MySQL database for CredHub:

DROP INDEX credential_name_lowercase ON credential;

This current CredHub release properly sets up similar indexes, and this old credential_name_lowercase index (added only by v2.12.94) has now become extraneous and wasteful.

Full Changelog: 2.12.95...2.12.96