Skip to content
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

Bump dependencies and removed Bing Speech #87

Merged
merged 3 commits into from
Mar 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,40 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Breaking changes

- As Bing Speech has deprecated and removed from Azure. Bing Speech support has been removed.

### Removed

- Bing Speech support is removed, in PR [#87](https://github.com/compulim/web-speech-cognitive-services/pull/87), by [@compulim](https://github.com/compulim)

### Changed

- Bumped dependencies, in PR [#87](https://github.com/compulim/web-speech-cognitive-services/pull/87), by [@compulim](https://github.com/compulim)
- Production dependencies
- [`@babel/runtime@7.8.7`](https://npmjs.com/package/@babel/runtime)
- [`event-target-shim-es5@1.0.1`](https://npmjs.com/package/event-target-shim-es5)
- [`event-target-shim@5.0.1`](https://npmjs.com/package/event-target-shim)
- [`memoize-one@5.1.1`](https://npmjs.com/package/memoize-one)
- [`microsoft-cognitiveservices-speech-sdk@1.10.1`](https://npmjs.com/package/microsoft-cognitiveservices-speech-sdk)
- [`simple-update-in@2.1.1`](https://npmjs.com/package/simple-update-in)
- Development dependencies
- [`@babel/cli@7.8.4`](https://npmjs.com/package/@babel/cli)
- [`@babel/core@7.8.7`](https://npmjs.com/package/@babel/core)
- [`@babel/plugin-proposal-object-rest-spread@7.8.3`](https://npmjs.com/package/@babel/plugin-proposal-object-rest-spread)
- [`@babel/plugin-transform-runtime@7.8.3`](https://npmjs.com/package/@babel/plugin-transform-runtime)
- [`@babel/preset-env@7.8.7`](https://npmjs.com/package/@babel/preset-env)
- [`@babel/preset-react@7.8.3`](https://npmjs.com/package/@babel/preset-react)
- [`@lerna@3.20.2`](https://npmjs.com/package/@lerna)
- [`babel-jest@25.1.0`](https://npmjs.com/package/babel-jest)
- [`concurrently@4.1.2`](https://npmjs.com/package/concurrently)
- [`eslint@6.8.0`](https://npmjs.com/package/eslint)
- [`jest@25.1.0`](https://npmjs.com/package/jest)
- [`lolex@5.1.2`](https://npmjs.com/package/lolex)
- [`webpack-cli@3.3.11`](https://npmjs.com/package/webpack-cli)
- [`webpack@4.42.0`](https://npmjs.com/package/webpack)

## [6.0.0] - 2019-12-03

### Breaking changes
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,6 @@ const ponyfill = await createPonyfill({

> List of supported regions can be found in [this article](https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/rest-apis#regions-and-endpoints).

> If you prefer to use the deprecating Bing Speech, import from `'web-speech-cognitive-services/lib/BingSpeech'` instead.

## Lexical and ITN support

[Lexical and ITN support](https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/rest-apis#response-parameters) is unique in Cognitive Services Speech Services. Our adapter added additional properties `transcriptITN`, `transcriptLexical`, and `transcriptMaskedITN` to surface the result, in addition to `transcript` and `confidence`.
Expand Down
Loading