1.11.0 (2024-04-01)
Features Added
- Added
StatusCodes
toarm/policy.RegistrationOptions
to allow supporting non-standard HTTP status codes during registration. - Added field
InsecureAllowCredentialWithHTTP
toazcore.ClientOptions
and dependent authentication pipeline policies. - Added type
MultipartContent
to thestreaming
package to support multipart/form payloads with custom Content-Type and file name.
Bugs Fixed
runtime.SetMultipartFormData
won't try to stringify[]byte
values.- Pollers that use the
Location
header won't considerhttp.StatusTooManyRequests
a terminal failure.
Other Changes
- Update dependencies.