Skip to content

Commit b8c43fe

Browse files
committed
docs(changelog): add flux unknown message fix to 0.9.1
1 parent 917ecc0 commit b8c43fe

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.9.1](https://github.com/deepgram/deepgram-rust-sdk/compare/0.9.0...HEAD)
8+
## [0.9.1](https://github.com/deepgram/deepgram-rust-sdk/compare/0.9.0...0.9.1)
99

1010
### Fixed
1111

1212
- Fix `Container::None` serialization typo (`"nonne"``"none"`) that caused 400 errors from the TTS API when requesting raw audio output.
1313
- Add missing `User-Agent` header to WebSocket handshake requests for streaming and Flux endpoints, fixing compatibility with AWS WAF and similar firewalls.
1414
- Replace broken Discord badge in README with working shields.io badge.
15+
- Flux WebSocket now handles unknown message types gracefully instead of producing stream-breaking deserialization errors. `FluxResponse::Unknown` preserves the raw JSON; `TurnEvent::Unknown` catches unrecognized event strings. Both enums are `#[non_exhaustive]`, so this is non-breaking.
1516

1617
## [0.9.0](https://github.com/deepgram/deepgram-rust-sdk/compare/0.8.0...0.9.0)
1718

0 commit comments

Comments
 (0)