v7.3.0
- Exposing new
RespondDecorator
,ByDiscardingBody
. This allows operations
to acknowledge that they do not need either the entire, or a trailing portion
of a response body. In doing so, Go's http library can reuse HTTP
connections more readily. - Adding
PrepareDecorator
to target custom BaseURLs. - Adding ACR suffix to public cloud environment.
- Updating Glide dependencies.