Skip to content

Commit af723fa

Browse files
authored
Merge pull request #338 from watson-developer-cloud/rc-2.1.0
Release 2.1.0
2 parents 44f7319 + af28b88 commit af723fa

File tree

163 files changed

+11831
-2604
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

163 files changed

+11831
-2604
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ README.md.meta
5353
Travis.meta
5454
exclude-filter.txt
5555
exclude-filter.txt.meta
56+
etc.meta
5657
/Travis/UnityTestProject/Assets/StreamingAssets/Config.json
5758
/Travis/UnityTestProject/Assets/StreamingAssets/Config.json.meta
5859
/Travis/UnityTestProject/Assets/StreamingAssets/Config.json.enc.meta
@@ -66,3 +67,4 @@ exclude-filter.txt.meta
6667
/Travis/README.md.meta
6768
/Travis/runTests.sh.meta
6869
/Travis/TravisBuild.cs.meta
70+
Docs/publishing-release.md.meta

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
Change Log
22
==========
3+
4+
## Version 2.1.0
5+
_2018-03-06_
6+
New: Abstract Watson Assistant service.
7+
New: External credentials in integration tests.
8+
New: Documentation on publishing a release.
9+
Fixed: Visual Recognition Classify method sends byte[] data in form data instead of body data.
10+
Fixed: Redirect Speech to Text streaming requests to TLS 1.0 streaming endpoint.
11+
Deprecated: Document Conversion - Please use Discovery.
12+
Removed: Language Translation - Please use Langauge Translator.
13+
314
## Version 2.0.0
415
_2017-11-20_ MAJOR RELEASE, BREAKING CHANGES
516
* New: Implemented error callbacks in each call
@@ -78,7 +89,7 @@ _2016-08-26_
7889
* Deprecated: Retired `Dialog` service.
7990
* Fix: `ExampleLanguageTranslation` now is using `LanguageTranslator` before `LanguageTranslation` service goes live.
8091
* Fix: Abstracted custom voice model methods in `Text to Speech` service.
81-
* Fix: Error when pasting credentials from the new Bluemix site into the `Config Editor`.
92+
* Fix: Error when pasting credentials from the new IBM Cloud site into the `Config Editor`.
8293
* New: Added `CameraWidget` and `CameraDisplayWidget` to get video from device camera.
8394
* New: Added test scene for using the device camera with the `Visual Recognition` service.
8495

Config.json.enc

-8.56 KB
Binary file not shown.

Docs/publishing-release.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
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.
2+
3+
#### Github and Project Planning
4+
5+
- [ ] Review and merge any outstanding pull requests.
6+
- [ ] Review any oustanding issues assigned to this release milestone.
7+
- [ ] Branch from `develop` to `rc-[version]`, ex: `rc-2.0.0`.
8+
- [ ] 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`.
9+
10+
#### Source Changes (in `rc` branch)
11+
- [ ] Update `String.Version` in `Scripts/Utilities/Constants.cs` to the current version, ex: `watson-apis-unity-sdk/2.0.0`
12+
- [ ] Update changelog.
13+
- [ ] Update `PROJECT_NUMBER` in `Doxyfile` to current version.
14+
15+
#### Publish Release
16+
17+
- [ ] Create a pull request to merge `rc` branch to `master`. After all checks have passed, merge the PR.
18+
- [ ] Publish release.
19+
- [ ] Create a pull request to merge `rc` branch into the `development` branch.

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "Watson Developer Cloud Unity SDK"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 2.0.0
41+
PROJECT_NUMBER = 2.1.0
4242

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

0 commit comments

Comments
 (0)