You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for query parameters in streaming requests PR #2621
Updated Command TypedDict to use goto instead of send and expanded type support PR #2621
Detailed Changes
HttpClient
Fixed a typo in the class docstring from "Hancle" to "Handle" PR #2621
Added optional params parameter to the stream method in both async and sync implementations, allowing users to pass query parameters with streaming requests PR #2621
aencode_json
Added explicit handling for None values, returning empty headers and no content PR #2621
Command
Changed the field name from send to goto in the Command TypedDict PR #2621
Expanded type support for goto to accept Send, str, or a sequence of either, providing more flexibility in command structures PR #2621