Releases: Kitura/CloudEnvironment
Releases · Kitura/CloudEnvironment
9.1.0
9.0.1
Push Notifications Credential Change
This release contains a credential change in the Push Notifications service, which previously used appSecret
along with region
and appGuid
to authenticate with the service. The IAM-based credential set now uses apikey
instead of appSecret
to authenticate.
These credential changes are present in version 0.9.0+ of the Push Notifications SDK.
Watson Service Credentials Migration
This release accomplishes the following:
- Watson Natural Language Understanding now uses the naming convention
NaturalLanguageUnderstanding
instead of the abbreviatedNaturalLangUnderstanding
. - Watson Conversation has been rebranded to Watson Assistant.
- Watson Assistant and Watson Natural Language Understanding now use IAM API Key authentication. To use user/password authentication, please use version 7.1.0 or prior.
v7.1.0
v7.0.0
Changes
- Changes API for search patterns definitions within credentials mappings. Search patterns are now expected to be a child of a credentials field.
/// Example
{
"cloudant-credentials": {
"credentials": {
"searchPatterns": [
"cloudfoundry:my-awesome-cloudant-db",
"env:my_awesome_cloudant_db_credentials",
"file:localdev/my-awesome-cloudant-db-credentials.json"
]
}
},
....
}