Skip to content

Commit

Permalink
Update Changelog for Release 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Kistler committed Mar 28, 2019
1 parent 8f5c25b commit 22e9015
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@

# [2.0.0](https://github.com/watson-developer-cloud/swift-sdk/compare/1.4.0...2.0.0) (2019-03-28)


### Features

* **All:**
* Version moved to first parameter of init methods for basic authentication
* Credentials file support in the intializer dropped for iOS. Only supported in Linux
* Error response handling reworked for consistency across services and languages
* Ordering of parameters in some methods has changed due to migration of the API docs and generator to OpenAPI 3.0
* File-type parameters are now defined as `Data` rather than `URL`
* **AssistantV1:**
* Some model classes have been merged / simplified
* The `InputData` class has been renamed to `MessageInput`
* **SpeechToTextV1:**
* The `recognizeWithWebsockets` method has been revised to accept a `RecognizeCallback` object with `onResults` and `onError` callback properties


# [1.4.0](https://github.com/watson-developer-cloud/swift-sdk/compare/1.3.1...1.4.0) (2019-02-12)


Expand Down

0 comments on commit 22e9015

Please sign in to comment.