CHANGED
-
core: service credentials are now retrieved through the cloud-foundry
service_credential_bindingsAPI instead of
readingVCAP_SERVICESfrom the app's environment. this is a meaningful step towards supporting service-keys in
addition to app bindings. credential lookups no longer depend on whetherVCAP_SERVICESis provided inline or
via file. -
srv:
--server-envnow handles file-basedVCAP_SERVICES(fixes #140). -
core: cache window for cf app info was shortened from 12 hours to 4 hours.
-
hdi, svm: readonly list commands
--hdi-list,--hdi-long-list,--svm-list,--svm-long-listnow reuse the
persisted app-info cache.