- fix: Removed premature
dispose()call for SSE responses
- fix: Supports timeouts
- feat: Added
IsStreamproperty to support non-stream calls in a stream context
- fix: Supports optional JSON protocol for SSE APIs
- fix: Switched to using
ConfigureAwait(false)everywhere ( Reference: https://devblogs.microsoft.com/dotnet/configureawait-faq/#why-would-i-want-to-use-configureawaitfalse)
- feat: Supports
text/event-stream - fix: Fixed an error that caused synchronous calls to hang in .NET Framework
- feat: Added
ErrorCodetoTencentCloudSDKException
- feat: Supports
octet-stream
- feat: Supports
CommonClient - security fix: Bumped
System.Text.Encodings.Webto 4.5.1 - feat: Added
Languageparameter - Removed
Pathoschild.Http.FluentClientand rewroteHttpConnection - fix: Fixed daylight saving time offset issues
- fix: Set the
Hostheader value through theHttpWebRequest.Hostproperty instead of theHttpWebRequest.Headerscollection
- feat: Supports TC3-HMAC-SHA256