Skip to content

Commit

Permalink
Merge pull request #303 from watson-developer-cloud/2.0.0-rc1
Browse files Browse the repository at this point in the history
Watson Unity SDK v2.0.0
  • Loading branch information
mediumTaj authored Nov 20, 2017
2 parents 0880cb9 + 59077cf commit 44f7319
Show file tree
Hide file tree
Showing 300 changed files with 11,591 additions and 44,908 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Resources.meta
Scenes.meta
Scripts.meta
ThirdParty.meta
Plugins.meta
Prefabs.meta
Examples.meta
Docs.meta
Expand Down
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
Change Log
==========
## Version 2.0.0
_2017-11-20_ MAJOR RELEASE, BREAKING CHANGES
* New: Implemented error callbacks in each call
* New: Implemented generic type success callbacks
* New: Implemented `Dictionary<string, object>` to hold custom data for each call
* New: Support for `Hololens`
* New: Abstracted custom acoustic models for `SpeechToText`
* New: Addition of streaming example where the sample is split up to improve latency
* New: Transition to dll for `WebSocketSharp`
* New: Added support for decoding unicode characters in `TextToSpeech`
* Fixed: Transition `Delete` methods to `UnityWebRequest`
* Fixed: Improvements to `SpeechToText` streaming
* Fixed: `SpeechToText` streaming parameters
* Fixed: Improvements to `ExampleStreaming`
* Fixed: `SpeechToText` custom corpus
* Fixed: Allow empty string to be sent when invoking `Message` from the `Conversation` service
* Fixed: Standardized `Debug.Log` output throughout SDK
* Fixed: Fix all integration tests

## Version 1.0.0
_2017-08-31_ MAJOR RELEASE, BREAKING CHANGES

Expand Down
Binary file modified Config.json.enc
Binary file not shown.
221 changes: 221 additions & 0 deletions Docs/UnitySDK.shfbproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Docs/Watson Unity SDK.odg
Binary file not shown.
5 changes: 2 additions & 3 deletions Prefabs/Elements.meta → Docs/Watson Unity SDK.odg.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "Watson Developer Cloud Unity SDK"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.0.0
PROJECT_NUMBER = 2.0.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
Loading

0 comments on commit 44f7319

Please sign in to comment.