updated changelog and ruffed up

This commit is contained in:
Jon Taylor
2025-10-20 23:22:47 +01:00
parent f234180b24
commit a8b90592a5
4 changed files with 26 additions and 19 deletions

View File

@@ -85,6 +85,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Runner: `body` property moved to `RunnerArguments` base class as all transports
should support arbitrary body data as part of a request.
- `CartesiaSTTService` now inherits from `WebsocketSTTService`.
- Package upgrades:
@@ -106,6 +109,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed an issue where the `SmallWebRTCRequest` dataclass in runner would scrub
arbitrary request data from client due to camelCase typing. This fixes data
passthrough for JS clients where `APIRequest` is used.
- Fixed an issue in `RivaSegmentedSTTService` where a runtime error occurred due
to a mismatch in the _handle_transcription method's signature.