Skip to content

Commit f8e93a0

Browse files
authored
Merge pull request #94494 from BrianMouncer/BrianMouncer-pr/ReleaseNotes1.8
first draft at 1.8 release notes
2 parents 7fd9098 + 373d52e commit f8e93a0

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

articles/cognitive-services/Speech-Service/releasenotes.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,30 @@ ms.custom: seodec18
1414
---
1515

1616
# Release notes
17+
18+
## Speech SDK 1.8.0: 2019-November release
19+
20+
**New Features**
21+
* Added a FromHost() API, to ease use with on-prem containers and sovereign coulds.
22+
* Added Automatic Source Language Detection for Speech Recognition (in Java and C++)
23+
* Added SourceLanguageConfig object for Speech Recognition, used to specify expected source languages (in Java and C++)
24+
* Added KeywordRecognizer support on Windows (UWP), Android and iOS through the Nuget and Unity packages
25+
* Added Remote Conversation Java API to do Conversation Transcription in asynchronous batches.
26+
27+
**Breaking changes**
28+
* Conversation Transcriber functionalities moved under namespace Microsoft.CognitiveServices.Speech.Transcription.
29+
* Part of the Conversation Transcriber methods are moved to new Conversation class.
30+
* Dropped support for 32-bit (ARMv7 and x86) iOS
31+
32+
**Bug fixes**
33+
* Fix for crash if local KeywordRecognizer is used without a valid speech service subscription key
34+
35+
**Samples**
36+
* Xamarin sample for KeywordRecognizer
37+
* Unity sample for KeywordRecognizer
38+
* C++ and Java samples for Automatic Source Language Detection.
39+
40+
1741
## Speech SDK 1.7.0: 2019-September release
1842

1943
**New Features**
@@ -32,7 +56,6 @@ ms.custom: seodec18
3256
* Fixed issue with UUIDs not being unique in some connection properties
3357
* Fixed a few warnings about nullability specifiers in the Swift bindings (might require small code changes)
3458
* Fixed a bug that caused websocket connections to be closed ungracefully under network load
35-
* iOS: dropped support for arm7s architecture
3659
* Fixed an issue on Android that sometimes results in duplicate impression IDs used by DialogServiceConnector
3760
* Improvements to the stability of connections across multi-turn interactions and the reporting of failures (via Canceled events) when they occur with DialogServiceConnector
3861
* DialogServiceConnector session starts will now properly provide events, including when calling ListenOnceAsync() during an active StartKeywordRecognitionAsync()

0 commit comments

Comments
 (0)