Releases: speechmatics/speechmatics-js-sdk
Releases · speechmatics/speechmatics-js-sdk
real-time-client@5.0.1
Add missing RT error types (#70) - Add `timelimit_exceeded` and `quota_exceeded` error messages - Export message types from top level of module for convenience
v4.0.0
⚠️ Breaking changes
- Replace
createJob(...)
withcreateTranscriptionJob(...)
. - Change call signature for
createTranscriptionJob(...)
andtranscribe(...)
to ensure users pass either aFile/Blob
or URL. See theexamples/
directory for more information, including a new example file for URL transcription.
What's Changed
- Typed Errors by @penx in #21
- Schema updates by @mnemitz in #39
- Update RT schema with audio events by @mnemitz in #41
- updating next version and adding additional configuration options by @rosstspeech in #47
- feat: defers stopRecognition until connected by @nickgerig in #50
- generate audio events config for RT and Batch by @nickgerig in #43
New Contributors
- @rosstspeech made their first contribution in #47
Full Changelog: v3.1.7...v4.0.0
v3.1.7
v3.1.6
v3.1.5
What's Changed
- feat: added .env.example file by @kurama3322 in #30
- Update batch jobs API with new speech intelligence features by @mnemitz in #32
- Bump version 3.1.5 by @mnemitz in #33
New Contributors
- @kurama3322 made their first contribution in #30
Full Changelog: v.3.1.4...v3.1.5
v3.1.4
v3.1.3
What's Changed
- Bump @babel/traverse from 7.21.4 to 7.23.2 by @dependabot in #23
- Biome config by @penx in #20
New Contributors
- @dependabot made their first contribution in #23
Full Changelog: v3.1.2...v3.1.3
v3.1.2
What's Changed
- Add microphone input demo by @TudorCRL in #6
- Fix: call isConnected in browser example by @TudorCRL in #13
- update transcription_config example in readme to match type by @IsaacHook in #14
- make it possible to use in chrome extension background script by @IsaacHook in #15
- Include src in published assets by @penx in #17
- Refactor polling to fix error propagation by @mnemitz in #19
- Release v3.1.2 by @mnemitz in #22
New Contributors
- @TudorCRL made their first contribution in #6
- @IsaacHook made their first contribution in #14
Full Changelog: v3.1.1...v3.1.2
v3.1.1
v3.1.0
What's Changed
- Allow
Blob
to be passed directly when sending audio buffer by @mnemitz in #3 - Replace Rome with Biome by @mnemitz in #4
- Move babel and ws types to dev dependencies by @mnemitz in #5
- Allow the
transcribe
method to accept output formats other than JSON by @mnemitz in #8 - Allow optional file name when creating job by @mnemitz in #7
New Contributors
Full Changelog: v3.0.2...v3.1.0