Skip to content

Releases: Kitura/CloudEnvironment

9.1.0

Choose a tag to compare

@ianpartridge ianpartridge released this 21 Jun 13:21
  • Add support for "Databases for PostgreSQL" (#60)

9.0.1

Choose a tag to compare

@djones6 djones6 released this 04 Apr 16:28
11fdf40
  • Support Swift 5
  • Documentation improvements

Push Notifications Credential Change

Choose a tag to compare

@christiancompton christiancompton released this 31 Aug 13:22
541344c

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

Choose a tag to compare

@christiancompton christiancompton released this 21 Jun 17:42
b37c1c6

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

Choose a tag to compare

@sandmman sandmman released this 14 Mar 19:06

What's new

Adds an additional API to retrieve HyperSecure DBaaS Credentials

v7.0.0

Choose a tag to compare

@sandmman sandmman released this 26 Jan 18:00

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

Choose a tag to compare

@sandmman sandmman released this 21 Nov 18:46
446c74f

Changes

  • Upgrades package to use Swift-cfenv 6.0.0

v5.1.0

Choose a tag to compare

@sandmman sandmman released this 10 Nov 17:00

What's New

  • Adds an additional API to retrieve Cloud Functions Credentials

v5.0.0

Choose a tag to compare

@rolivieri rolivieri released this 02 Nov 16:27
  • Full migration to Swift 4.
  • Uses latest version of Swift-cfenv (5.0.0).

v4.0.5

Choose a tag to compare

@sandmman sandmman released this 02 Oct 16:37

Changes

  • Provides support for Swift 4