Skip to content
Merged
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
6 changes: 6 additions & 0 deletions fern/products/sdks/overview/rust/changelog/2026-03-19.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.19.7
**`(fix):`** Add root-level service endpoint support on the main client struct. WebSocket
connectors now support implicit Bearer auth, auto-injecting the token from
ClientConfig when no explicit Authorization header is defined.


## 0.19.6
**`(fix):`** Handle empty HTTP response bodies by returning an ApiError::Http instead of
attempting JSON deserialization. Normalize HTTP(S) URLs to WS(S) schemes for
Expand Down
Loading