Skip to content

Releases: Kitura/CloudEnvironment

9.1.0

21 Jun 13:21
Compare
Choose a tag to compare
  • Add support for "Databases for PostgreSQL" (#60)

9.0.1

04 Apr 16:28
11fdf40
Compare
Choose a tag to compare
  • Support Swift 5
  • Documentation improvements

Push Notifications Credential Change

31 Aug 13:22
541344c
Compare
Choose a tag to compare

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

21 Jun 17:42
b37c1c6
Compare
Choose a tag to compare

This release accomplishes the following:

  • Watson Natural Language Understanding now uses the naming convention NaturalLanguageUnderstanding instead of the abbreviated NaturalLangUnderstanding.
  • 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

14 Mar 19:06
Compare
Choose a tag to compare

What's new

Adds an additional API to retrieve HyperSecure DBaaS Credentials

v7.0.0

26 Jan 18:00
Compare
Choose a tag to compare

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"
            ]
        }
    },
   ....
}

v6.0.0

21 Nov 18:46
446c74f
Compare
Choose a tag to compare

Changes

  • Upgrades package to use Swift-cfenv 6.0.0

v5.1.0

10 Nov 17:00
Compare
Choose a tag to compare

What's New

  • Adds an additional API to retrieve Cloud Functions Credentials

v5.0.0

02 Nov 16:27
Compare
Choose a tag to compare
  • Full migration to Swift 4.
  • Uses latest version of Swift-cfenv (5.0.0).

v4.0.5

02 Oct 16:37
Compare
Choose a tag to compare

Changes

  • Provides support for Swift 4