swift-sdk

The Watson Swift SDK enables developers to quickly add Watson Cognitive Computing services to their Swift applications.

APACHE-2.0 License

Stars
877
Committers
49

Bot releases are hidden (Show)

swift-sdk - v0.24.0

Published by glennrfisher over 6 years ago

This release includes major updates to support the latest version of the Discovery service. Note that the Discovery Service's API has been changed in order to improve uniformity between the Watson SDKs.

swift-sdk - v0.23.4

Published by glennrfisher over 6 years ago

This release fixes a bug with the updateClassifier method in Visual Recognition.

swift-sdk - v0.23.3

Published by glennrfisher over 6 years ago

This release improves support for Swift 4.1 and Xcode 9.3.

swift-sdk - v0.23.2

Published by glennrfisher over 6 years ago

This release fixes a few bugs for Linux compatibility:

  • Only import CoreML in supported environments
  • Include Assistant tests in LinuxMain.swift

It also updates the readme for API changes introduced in v0.22.0.

swift-sdk - v0.23.1

Published by glennrfisher over 6 years ago

This release fixes a bug with created and updated dates when using the 2018-02-16 version of Assistant or Conversation.

swift-sdk - v0.23.0

Published by glennrfisher over 6 years ago

This update adds Apple Core ML support for Visual Recognition. With Core ML you can download a trained classifier model and use it for offline image classification.

swift-sdk - v0.22.0

Published by glennrfisher over 6 years ago

This update adds the Assistant service.

In addition, the following services have been updated to support their latest release. Note that some APIs have changed in order to improve uniformity between the Watson SDKs.

  • Conversation
  • Language Translator
  • Natural Language Classifier
  • Natural Language Understanding
  • Personality Insights
  • Text to Speech
  • Tone Analyzer
  • Visual Recognition

The following deprecated services have also been removed from the SDK:

  • AlchemyDataNewsV1
  • AlchemyLanguageV1
  • AlchemyVisionV1
  • DialogV1
  • DocumentConversionV1
  • PersonalityInsightsV2
  • RelationshipExtractionV1Beta
  • RetrieveAndRankV1
  • TradeoffAnalyticsV1
swift-sdk - v0.21.0

Published by glennrfisher over 6 years ago

  • Change uses of NSLocalizedFailureReasonErrorKey to NSLocalizedDescriptionKey for Linux compatibility
  • Only lint the Source/Service folder for framework build targets (fixes a bug with carthage --no-use-binaries)
  • Fix style errors reported by swiftlint (fixes a bug with carthage --no-use-binaries)
  • Improve test infrastructure for simulator and Linux
swift-sdk - v0.20.0

Published by glennrfisher over 6 years ago

This release extracts Starscream to be an external dependency. Starscream adds support for WebSockets sessions and is required for use with the Speech to Text service. Because it is an external dependency, developers using the SDK must now link and embed it in their projects. For more information, see Readme: Speech to Text.

This release also includes the following additional changes:

  • Deprecate Document Conversion
  • Add conditional compilation by platform to improve future compatibility with Linux
  • Set client WebSockets timeout to match the Speech to Text service (30s)
  • Improve code style using SwiftLint
swift-sdk - v0.19.0

Published by glennrfisher almost 7 years ago

This release includes the following changes:

  • Update Conversation to support 2017-05-26 release with Codable models
  • Update Natural Language Understanding to support 2017-02-27 release with Codable models
  • Update Visual Recognition to deprecate similarity search operations
  • Update Speech to Text to fix a bug with interim speaker labels
  • Remove RestKit target (files are now included directly in each service's target)
  • Update Package.swift for swift-tools-version:4.0
  • Update Starscream dependency
  • Update libopus dependency to v1.1.3
  • Add extensions to support [String: Any] metadata with Codable models
  • Add extensions to support additional properties with Codable models
swift-sdk - v0.18.0

Published by glennrfisher about 7 years ago

This release updates the SDK to use Swift 4.

swift-sdk - v0.17.0

Published by glennrfisher about 7 years ago

This release includes the following changes:

  • Update Conversation to support 2017-05-26 release
  • Update Speech to Text to support 2017-07-14 release
  • Fix a bug to enable building with Xcode 9
  • Other minor bug fixes and documentation updates

Please note that the continuous recognition setting was removed in the 2017-05-22 release of the Watson Speech to Text service. For advice on stopping the microphone, please see this section of the readme.

swift-sdk - v0.16.0

Published by schen22 over 7 years ago

  • Added Opus decoding for TextToSpeech service
  • Removed module maps
swift-sdk - v0.15.1

Published by sccheng over 7 years ago

This release includes support for the following Conversation endpoints:

  • Examples
  • Counterexamples
  • Workspaces
  • Intents
swift-sdk - v0.15.0

Published by sccheng over 7 years ago

This release provides support for Xcode 8.3 and Swift 3.1.

swift-sdk - v0.14.2

Published by schen22 over 7 years ago

Updating small Discovery service bug that prevented reading credentials.

swift-sdk - v0.14.1

Published by schen22 over 7 years ago

  • Updates for Natural Language Understanding service
  • Bug fixes for memory leak in text to speech
swift-sdk - v0.14.0

Published by schen22 over 7 years ago

This update includes:

  • Support for Natural Language Understanding service.
  • Fixes for error handling when parsing credential errors.
swift-sdk - Fix build errors for Linux compatibility

Published by schen22 over 7 years ago

  • Remove CVarArg
  • Edit glossary reading error.
swift-sdk -

Published by schen22 over 7 years ago

Fix Carthage Build and update to Xcode 8.2, Swift 3.0.2