From c6c6031bded0c6c713830bc505aea12b68c437f0 Mon Sep 17 00:00:00 2001 From: Ajiemar Santiago Date: Thu, 31 May 2018 13:41:22 -0500 Subject: [PATCH 1/4] revised user agent version --- Scripts/Utilities/Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Utilities/Constants.cs b/Scripts/Utilities/Constants.cs index dbb81cbda..3ca14e48b 100644 --- a/Scripts/Utilities/Constants.cs +++ b/Scripts/Utilities/Constants.cs @@ -47,7 +47,7 @@ public static class Path public static class String { /// - public const string Version = "watson-apis-unity-sdk/2.2.3"; + public const string Version = "watson-apis-unity-sdk/2.3.0"; /// public const string DebugDispalyQuality = "Quality: {0}"; /// From 79193712169796485762d9d823c8287847970e8e Mon Sep 17 00:00:00 2001 From: Ajiemar Santiago Date: Thu, 31 May 2018 13:44:31 -0500 Subject: [PATCH 2/4] update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 216ef2658..faead64c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ Change Log ========== +## Version 2.3.0 +_2018-05-31_ +* New: IAM support in Visual Recognition. +* Fixed: Use non-region specific url for IamUrl. +* Fixed: Authenticating with apikey sets the service url to `gateway-a`. +* New: Abstract `DeleteUserData()` for Speech to Text and Text to Speech. + ## Version 2.2.3 _2018-05-21_ * New: Abstract `DeleteUserData()` for Assistant, Conversation and Discovery ([#387](https://github.com/watson-developer-cloud/unity-sdk/pull/387)). From 51fc9066711bbf613adb6bbbca8b329b54910b28 Mon Sep 17 00:00:00 2001 From: Ajiemar Santiago Date: Thu, 31 May 2018 13:45:42 -0500 Subject: [PATCH 3/4] comment out run test and build until I can figure out batchmode issue - running tests locally for now --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 27743b400..9f8f23be3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,5 +17,5 @@ before_script: script: - ./Travis/createProject.sh - ./Travis/installSDK.sh -- ./Travis/runTests.sh -- ./Travis/build.sh +# - ./Travis/runTests.sh +# - ./Travis/build.sh From 944d009e9b9e9d6d60fe8e2025f0b466806aa672 Mon Sep 17 00:00:00 2001 From: Ajiemar Santiago Date: Thu, 31 May 2018 13:46:38 -0500 Subject: [PATCH 4/4] update version in doxyfile --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index 0282a9592..5a6a0bd0d 100644 --- a/Doxyfile +++ b/Doxyfile @@ -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 = 2.2.3 +PROJECT_NUMBER = 2.3.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