Skip to content

Release 2.1.0 #338

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 52 commits into from
Mar 16, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
ababa11
Merge pull request #304 from watson-developer-cloud/master
mediumTaj Nov 20, 2017
0d68542
error if we cannot get error code
mediumTaj Dec 4, 2017
ab89a47
Merge pull request #306 from watson-developer-cloud/305-no-network
mediumTaj Dec 12, 2017
dc59f93
Update links to developercloud
SirSpidey Jan 3, 2018
802de7e
transitioned to use credential file downloaded from cred service at e…
mediumTaj Jan 8, 2018
f2e9191
resolve warnings
mediumTaj Jan 8, 2018
ee09c2e
use credential service in tests
mediumTaj Jan 9, 2018
bb68841
Merge pull request #308 from SirSpidey/1719-update-wdc-links
mediumTaj Jan 10, 2018
050e3cd
Merge branch 'develop' into feature-resolve-warnings
mediumTaj Jan 10, 2018
2125277
merge in develop
mediumTaj Jan 10, 2018
e08a711
orig cleanup
mediumTaj Jan 10, 2018
7d6cadf
add release documentation, meta file in gitignore
mediumTaj Jan 15, 2018
672e421
added changing version in constants
mediumTaj Jan 15, 2018
7178203
update version in constants
mediumTaj Jan 15, 2018
68199e8
Merge pull request #312 from watson-developer-cloud/feature-release-d…
mediumTaj Jan 15, 2018
de98c0d
Merge branch 'develop' into feature-credential-service
mediumTaj Jan 15, 2018
5fadd17
Merge branch 'develop' into feature-resolve-warnings
mediumTaj Jan 15, 2018
9631140
Merge branch 'feature-resolve-warnings' into feature-credential-service
mediumTaj Jan 15, 2018
0e4e8a5
remove autoprop
mediumTaj Jan 15, 2018
e946900
refactor standalone osx build target
mediumTaj Jan 15, 2018
ef758f2
remove config
mediumTaj Jan 15, 2018
e9af884
add deprecated message to DocumentConversion readme and constructor
mediumTaj Jan 15, 2018
505c613
Merge pull request #314 from watson-developer-cloud/feature-deprecate…
mediumTaj Jan 15, 2018
d8d93f0
do not decrypt config
mediumTaj Jan 23, 2018
6d4754a
Merge pull request #313 from watson-developer-cloud/feature-credentia…
mediumTaj Jan 26, 2018
b29db43
[skip ci] :unamused: Update README
germanattanasio Feb 8, 2018
c9851a0
Merge pull request #318 from watson-developer-cloud/readme
germanattanasio Feb 13, 2018
ab434d8
remove deprecated language translation, remove travis build since we …
mediumTaj Feb 15, 2018
dbd2317
Revise Vis Rec Classify POST to send data in form rather than body
mediumTaj Feb 15, 2018
2097dec
do not attempt to remove travis build script - we removed it
mediumTaj Feb 15, 2018
8017bad
do not attempt to remove travis build script - we removed it
mediumTaj Feb 15, 2018
dbfefe2
remove command deleting travis build script
mediumTaj Feb 15, 2018
964b7be
remove command deleting travis build script
mediumTaj Feb 15, 2018
9497b97
Merge pull request #321 from watson-developer-cloud/316-remove-langua…
mediumTaj Feb 19, 2018
cd3e7b8
Merge branch 'develop' into 320-visual-recognition-classify-post
mediumTaj Feb 19, 2018
a6f9d95
Merge pull request #323 from watson-developer-cloud/320-visual-recogn…
mediumTaj Feb 19, 2018
8253f73
redirect streaming requests to tls 1.0 endpoint
mediumTaj Mar 2, 2018
905664a
Merge pull request #331 from watson-developer-cloud/hotfix-streaming-url
mamoonraja Mar 2, 2018
1cb6e52
add case for those who fixed url
mediumTaj Mar 2, 2018
ca2a98f
Merge branch 'develop' into hotfix-streaming-url
mediumTaj Mar 2, 2018
682c8a0
Merge pull request #333 from watson-developer-cloud/hotfix-streaming-url
mediumTaj Mar 2, 2018
4b81045
clear up some warnings in visual recognition scripts
mediumTaj Mar 5, 2018
84e359b
refactor copy of conversation servcie to assistant
mediumTaj Mar 5, 2018
0690f4a
generate assistant
mediumTaj Mar 6, 2018
7659243
fix string interpolation, dynamic type, move delegate to interface
mediumTaj Mar 7, 2018
b4f0687
start integration tests
mediumTaj Mar 7, 2018
3eae9e6
regenerate service
mediumTaj Mar 13, 2018
c644dd4
regenerate and getting examples working
mediumTaj Mar 14, 2018
1330b59
missing params in service, model converters, move example to integrat…
mediumTaj Mar 14, 2018
f167eaa
add assistant to README toc
mediumTaj Mar 15, 2018
45280f5
Merge pull request #337 from watson-developer-cloud/feature-abstract-…
mediumTaj Mar 16, 2018
af28b88
updat minor version
mediumTaj Mar 16, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ README.md.meta
Travis.meta
exclude-filter.txt
exclude-filter.txt.meta
etc.meta
/Travis/UnityTestProject/Assets/StreamingAssets/Config.json
/Travis/UnityTestProject/Assets/StreamingAssets/Config.json.meta
/Travis/UnityTestProject/Assets/StreamingAssets/Config.json.enc.meta
Expand All @@ -66,3 +67,4 @@ exclude-filter.txt.meta
/Travis/README.md.meta
/Travis/runTests.sh.meta
/Travis/TravisBuild.cs.meta
Docs/publishing-release.md.meta
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
Change Log
==========

## Version 2.1.0
_2018-03-06_
New: Abstract Watson Assistant service.
New: External credentials in integration tests.
New: Documentation on publishing a release.
Fixed: Visual Recognition Classify method sends byte[] data in form data instead of body data.
Fixed: Redirect Speech to Text streaming requests to TLS 1.0 streaming endpoint.
Deprecated: Document Conversion - Please use Discovery.
Removed: Language Translation - Please use Langauge Translator.

## Version 2.0.0
_2017-11-20_ MAJOR RELEASE, BREAKING CHANGES
* New: Implemented error callbacks in each call
Expand Down Expand Up @@ -78,7 +89,7 @@ _2016-08-26_
* Deprecated: Retired `Dialog` service.
* Fix: `ExampleLanguageTranslation` now is using `LanguageTranslator` before `LanguageTranslation` service goes live.
* Fix: Abstracted custom voice model methods in `Text to Speech` service.
* Fix: Error when pasting credentials from the new Bluemix site into the `Config Editor`.
* Fix: Error when pasting credentials from the new IBM Cloud site into the `Config Editor`.
* New: Added `CameraWidget` and `CameraDisplayWidget` to get video from device camera.
* New: Added test scene for using the device camera with the `Visual Recognition` service.

Expand Down
Binary file removed Config.json.enc
Binary file not shown.
19 changes: 19 additions & 0 deletions Docs/publishing-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
The following tasks should be completed before publishing a release. Track the progress of the release by copying and pasting the tasks below into an issue for the release.

#### Github and Project Planning

- [ ] Review and merge any outstanding pull requests.
- [ ] Review any oustanding issues assigned to this release milestone.
- [ ] Branch from `develop` to `rc-[version]`, ex: `rc-2.0.0`.
- [ ] Draft release with version in the format of `v2.0.0` targeting the 'master' branch. Standard release should be named using the format `Watson Developer Cloud Unity SDK [version]`, ex: `Watson Developer Cloud Unity SDK v2.0.0`.

#### Source Changes (in `rc` branch)
- [ ] Update `String.Version` in `Scripts/Utilities/Constants.cs` to the current version, ex: `watson-apis-unity-sdk/2.0.0`
- [ ] Update changelog.
- [ ] Update `PROJECT_NUMBER` in `Doxyfile` to current version.

#### Publish Release

- [ ] Create a pull request to merge `rc` branch to `master`. After all checks have passed, merge the PR.
- [ ] Publish release.
- [ ] Create a pull request to merge `rc` branch into the `development` branch.
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 = 2.0.0
PROJECT_NUMBER = 2.1.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