Skip to content

Commit bf113ba

Browse files
authored
Merge branch 'master' into fix/stt-streaming-silence
2 parents 8082b33 + db8ed06 commit bf113ba

File tree

3 files changed

+81
-5
lines changed

3 files changed

+81
-5
lines changed

.github/stale.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Number of days of inactivity before an issue becomes stale
2+
daysUntilStale: 60
3+
# Number of days of inactivity before a stale issue is closed
4+
daysUntilClose: 7
5+
# Issues with these labels will never be considered stale
6+
exemptLabels:
7+
- pinned
8+
- security
9+
# Label to use when marking an issue as stale
10+
staleLabel: wontfix
11+
# Comment to post when marking an issue as stale. Set to `false` to disable
12+
markComment: >
13+
This issue has been automatically marked as stale because it has had no
14+
recent activity. It will be closed if no further activity occurs. Thank you
15+
for your contributions.
16+
# Comment to post when closing a stale issue. Set to `false` to disable
17+
closeComment: false

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# [4.0.0](https://github.com/watson-developer-cloud/unity-sdk/compare/v3.4.0...v4.0.0) (2019-10-16)
2+
3+
4+
### Bug Fixes
5+
6+
* **build:** make assembly definitions compatible to unity 2018 and 2019 ([a6064b1](https://github.com/watson-developer-cloud/unity-sdk/commit/a6064b1dd9923d331389d9d4a30c74bab85ba09c))
7+
8+
9+
### Features
10+
11+
* **additionalProps:** add support for dynamic additional properties for models ([1dcc5d2](https://github.com/watson-developer-cloud/unity-sdk/commit/1dcc5d27d4238d1b54023b1b325646b5a1b03239))
12+
* **compare-comply:** add ContractCurrentcies model ([57677db](https://github.com/watson-developer-cloud/unity-sdk/commit/57677db75241c5623db23a01d45f6ddfb298f6ce))
13+
* add meta file for vis rec v4 ([12194cf](https://github.com/watson-developer-cloud/unity-sdk/commit/12194cf26251901a785c2dae50d7315e5827d2ae))
14+
* **Discovery:** add suggested query to query response ([3f582d1](https://github.com/watson-developer-cloud/unity-sdk/commit/3f582d1348121dd3facac678c3ebf068696ee765))
15+
* **Examples:** add examples for NLU, LT and Discovery ([2f220b8](https://github.com/watson-developer-cloud/unity-sdk/commit/2f220b8a2183821aa32e4a1918f312257bdebeed))
16+
* **regenerate:** regenerate services to include model and connector changes ([eaec06c](https://github.com/watson-developer-cloud/unity-sdk/commit/eaec06c8054eec6ef9aa87b60f08df66a6355a2b))
17+
* **regenerate:** regenerate services using current api def ([affd1f9](https://github.com/watson-developer-cloud/unity-sdk/commit/affd1f95726ad8fbd41720b3c7d5c0a8c4e65b1c))
18+
* **regerate:** regenerate services for pre-release ([4d2a36f](https://github.com/watson-developer-cloud/unity-sdk/commit/4d2a36f0fef72e07a3b8123394ee76ee4bb61291))
19+
* **SetServiceUrl:** provide setServiceUrl method and use serviceUrl instead of Url ([a6df1b8](https://github.com/watson-developer-cloud/unity-sdk/commit/a6df1b84400d1f87dad671d9b676bdf5f2625558))
20+
* **VisualRecognitionV4:** add support for visual recognition v4 ([b47e990](https://github.com/watson-developer-cloud/unity-sdk/commit/b47e99068fa0e50bb2b840efde1b117f78a6a832))
21+
22+
23+
### BREAKING CHANGES
24+
25+
* **additionalProps:** add support for dynamic additional properties for models
26+
127
# [4.0.0](https://github.com/watson-developer-cloud/unity-sdk/compare/v3.4.0...v4.0.0) (2019-10-04)
228

329

package-lock.json

Lines changed: 38 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)