Releases: speechmatics/speechmatics-python
Releases · speechmatics/speechmatics-python
0.0.12: Fix seq_no persisting across sessions (#33)
* Fix seq_no persisting across sessions When using an instance of the client to run multiple sessions (calling .run multiple times), the seq_no of the subsequent sessions didn't start with a zero. Now it does, so we send the same messages regardless of using single or multiple client instances to run multiple sessions. * Update CHANGELOG.md * Update VERSION Co-authored-by: Viren Nadkarni <virenn@speechmatics.com>
0.0.11: Fixes (#31)
* Update readme * Bump pylint * Bump version and update changelog * Initial GitHub actions workflow * Add templated workflow * Lint fixes * Add workflow for release