0.27.0

(feat): Add support for SSE (Server-Sent Events) streaming responses. The user-facing interface for streaming responses remains the same between standard HTTP streaming and SSE.


0.27.0

(feat): Add support for SSE (Server-Sent Events) streaming responses. The user-facing interface for streaming responses remains the same between standard HTTP streaming and SSE.






0.23.5

(fix): Fix an issue where long type examples (generated as int64 in Go) were not successfully converted to their equivalent string representation for snippets.




0.23.1

(fix): Fix literal value deserialization.

What’s changed

  • Updates object and undisriminated union deserialization to return an error whenever any literal values do not exist or are mismatched.