Skip to content

Watson Unity SDK v2.13.0 #501

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 48 commits into from
Jan 18, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
d6675e5
Merge pull request #485 from watson-developer-cloud/rc-2.12.0
mediumTaj Dec 8, 2018
96c1e4b
feat(Text to Speech): Revised service to use the default US South URL…
mediumTaj Dec 13, 2018
7d12f50
chore(Compare Comply Example): Removed unused fullserializer
mediumTaj Dec 13, 2018
c4c77e2
Merge pull request #486 from watson-developer-cloud/483-text-to-speec…
mediumTaj Dec 18, 2018
7761aa0
feat: Disabled warnings in example files
mediumTaj Dec 18, 2018
da2784d
chore: Refactored ExampleSpeechToText to TestSpeechToText in speech t…
mediumTaj Dec 18, 2018
41364cb
feat(SpeechToText Examples): Refactored WWW to UnityWebRequest
mediumTaj Dec 18, 2018
b626161
Merge pull request #487 from watson-developer-cloud/feature-update-20…
mediumTaj Dec 19, 2018
9edda14
chore(ExampleGetToken): Remove example for getting deprecated WatsonT…
mediumTaj Dec 19, 2018
94d92d9
chore(ExampleStreaming): Only allow RC authentication in ExampleStrea…
mediumTaj Dec 19, 2018
bd695cd
Merge pull request #488 from watson-developer-cloud/feature-updateExa…
mediumTaj Dec 19, 2018
20f80ac
feat(Assistant V1): Added missing `disabled` field to `CreateDialogNode`
mediumTaj Dec 20, 2018
cad2c7b
feat(Assistant V2): Added missing `UserDefined` field to `MessageOutput`
mediumTaj Dec 20, 2018
7abe205
tests: Updated tests to use new credentials
mediumTaj Dec 20, 2018
9dc3841
Added null check for workspaceId in Assistant V1 Message.
Dec 30, 2018
0c641b7
Merge pull request #491 from HjoshM/develop
mediumTaj Dec 31, 2018
bd9ce0b
Merge branch 'develop' into 5964-5969-update-assistant-v1-v2
mediumTaj Jan 2, 2019
9e07476
Merge pull request #489 from watson-developer-cloud/5964-5969-update-…
mediumTaj Jan 2, 2019
6a65118
chore: Check for bad characters in username, password, apiKey and ser…
mediumTaj Jan 2, 2019
d709062
Merge pull request #492 from watson-developer-cloud/5865-curly-bracke…
mediumTaj Jan 3, 2019
08bb030
chore: Implemented bumpversion
mediumTaj Jan 3, 2019
f4dc187
chore: Revised bumpversion config
mediumTaj Jan 3, 2019
81acc47
Merge branch 'master' into develop
mediumTaj Jan 3, 2019
01a00cb
Merge branch 'develop' into 5994-bumpversion
mediumTaj Jan 4, 2019
4e46a5e
Merge pull request #493 from watson-developer-cloud/5994-bumpversion
mediumTaj Jan 4, 2019
5e6a4c2
docs(Assistant V2): Remove beta from Assistant V2 documentation
mediumTaj Jan 8, 2019
ba3656f
build(detect-secrets): Added .secrets.baseline for detect-secrets
mediumTaj Jan 8, 2019
2dfdd5e
build(detect-secrets): Added pre-commit hook to run detect-secrets be…
mediumTaj Jan 8, 2019
2c4f01f
Merge pull request #495 from watson-developer-cloud/6021-update-readm…
mediumTaj Jan 9, 2019
0d79233
Merge branch 'develop' into 6035-detect-secrets
mediumTaj Jan 9, 2019
0c65ace
Merge pull request #496 from watson-developer-cloud/6035-detect-secrets
mediumTaj Jan 9, 2019
f38099c
Merge branch 'develop' into 5967-move-disabled-to-dialognode
mediumTaj Jan 9, 2019
69d497f
fix(Assistant V1): Moved disabled field from CreateDialogNode to Dial…
mediumTaj Jan 9, 2019
f8d2228
Merge pull request #497 from watson-developer-cloud/5969-move-disable…
mediumTaj Jan 9, 2019
499e595
test(speech to text v1): Updated test files
mediumTaj Jan 16, 2019
39509da
fix(RESTConnector): Added ifdef for certificate handler operations
mediumTaj Jan 16, 2019
562b245
feat(discovery v1): Added support for stopwords
mediumTaj Jan 17, 2019
53a22ed
feat(discovery v1): Added support for gateway methods
mediumTaj Jan 17, 2019
fd321e2
fix(assistant v2): Added missing response headers to customData
mediumTaj Jan 17, 2019
908533d
chore(speech to text v1): Updated data models
mediumTaj Jan 17, 2019
ea72cee
chore(speech to text v1): Made EnableIntermResults nullable, null che…
mediumTaj Jan 18, 2019
3bf6924
feat(speech to text v1): Added Grammars support
mediumTaj Jan 18, 2019
bf89c0a
feat(visual recognition v3): Added support for label language in Dete…
mediumTaj Jan 18, 2019
ddd25b7
chore(speech to text v1): Added grammars support
mediumTaj Jan 18, 2019
44137cf
test(discovery v1): Commented out unused variables
mediumTaj Jan 18, 2019
0e2ceb3
docs(assistant v2): Refactored conversation url to assistant
mediumTaj Jan 18, 2019
3cc4302
chore(example discovery): Fixed typo in a comment
mediumTaj Jan 18, 2019
0618de5
Merge pull request #500 from watson-developer-cloud/5904-regenerate-s…
mediumTaj Jan 18, 2019
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
10 changes: 10 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[bumpversion]
current_version = 2.12.0
commit = True
message = [skip ci] docs: Update version numbers from {current_version} -> {new_version}

[bumpversion:file:Doxyfile]

[bumpversion:file:Scripts/Utilities/Constants.cs]
search = {current_version}
replace = {new_version}
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- repo: [email protected]:Whitewater/whitewater-detect-secrets
rev: master
hooks:
- id: detect-secrets # pragma: whitelist secret
args: [--baseline, .secrets.baseline, --no-keyword-scan ]
7 changes: 6 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"branch": "master",
"verifyConditions": [],
"prepare": [],
"prepare": [
{
"path": "@semantic-release/exec",
"cmd": "bumpversion --current-version ${lastRelease.version} --new-version ${nextRelease.version} patch"
}
],
"publish": ["@semantic-release/github"]
}
25 changes: 25 additions & 0 deletions .secrets.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"exclude_regex": null,
"generated_at": "2019-01-08T20:20:54Z",
"plugins_used": [
{
"base64_limit": 4.5,
"name": "Base64HighEntropyString"
},
{
"name": "BasicAuthDetector"
},
{
"hex_limit": 3,
"name": "HexHighEntropyString"
},
{
"name": "PrivateKeyDetector"
},
{
"name": "SlackDetector"
}
],
"results": {},
"version": "0.10.3"
}
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ before_install:
- chmod a+x ./Travis/installUnity.sh
- npm install -g [email protected]
install:
- pip install bumpversion
- ./Travis/installUnity.sh
- npm install @semantic-release/exec
before_script:
Expand Down

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

8 changes: 8 additions & 0 deletions Assistant/v2.meta

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

8 changes: 8 additions & 0 deletions Core.meta

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

8 changes: 8 additions & 0 deletions Core/Editor.meta

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

8 changes: 8 additions & 0 deletions Core/Editor/Help.meta

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

8 changes: 8 additions & 0 deletions Core/Editor/Help/Working.meta

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

Loading