Releases: pivotal/credhub-release
Releases · pivotal/credhub-release
2.12.99
2.12.98
2.12.97
2.12.96
What's Changed
-
Features
** feat: add back index on credential lowercase name
** by removing problematic mysql migration -
Various dependency bumps
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
2.12.95
What's Changed
- Fixes an issue in v2.12.94 (which is now retracted) where CredHub might fail to start due to MySQL migration error (see details)
- As part of this fix, the MySQL query performance improvement released in v2.12.94 has been rolled back (to be added back at a later release), but Postgres improvement stays.
- Various dependency bumps