Skip to content

Commit

Permalink
Update change log for v0.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
glennrfisher committed Sep 30, 2016
1 parent 79500e5 commit a75eacb
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,33 @@
Change Log
==========

## Version 0.7.1

_2016-09-30_

The release updates the Swift 2.2 version of the iOS SDK with several bug fixes and minor changes.

- All Services: The service URL parameter was moved from each `init` to a class property. To set a custom service URL parameter, set the class property instead of passing it as a parameter to the initializer. (For example: `textToSpeech.serviceURL = "..."`.)

- Cartfile: The `Cartfile` was updated to explicitly specify Swift 2.2 compatible versions of the SDK's dependencies.

- Credentials: Testing credentials were moved to a .swift file for convenience.

- Language Translator: Update the default service URL for the recent release of the Language Translator service. To use an existing Language Translation service, specify a custom service URL.

- Natural Language Classifier: Updates the trained classifier id used for testing.

- Speech to Text: Added support for additional audio formats (`AudioMediaType.MuLaw` and `AudioMediaType.Basic`)

- Speech to Text: Added support for the `supported_features` parameter of language models, which identifies whether certain additional service features are supported with any given model.

- Speech to Text: Fix a bug where the microphone would continue recording when disconnected by the service (which also prevented the service from operating correctly when reconnecting).

- Text to Speech: Validate the status code in the response to `synthesize()`. This helps to produce more meaningful error messages when using incorrect credentials with the service.

## Version 0.7.0

_2016_09_11
_2016-09-11_

This update adds a new implementation for Speech to Text. The implementation includes a better, redesigned API. It also includes two separate classes, SpeechToText and SpeechToTextSession for simple and advanced usage, respectively. In particular, SpeechToTextSession exposes more control over the WebSockets session and microphone, including access to raw data and the decibel power level.

Expand Down

0 comments on commit a75eacb

Please sign in to comment.