Releases: palantir/conjure-go-runtime
Releases · palantir/conjure-go-runtime
0.3.0
[fix] Switch client metrics to microseconds (#38)
Manual change required if dashboards or monitors depend on the current values.
0.2.9
CRITICAL BUGFIX: Correctly drain and close responses; no longer leak connections and goroutines (#37)
0.2.8
Add WithRawRequestBodyProvider
to support retries; deprecates WithRawRequestBody
(#34)
0.2.7
Fix error decoder and other middleware ordering (#28)
0.2.6
Fix panic with nil tlsconfig (#27)
0.2.5
Add request-scoped error decoders (#23)
Enable client basic auth (#26)
0.2.3
Add support for explicit proxy URLs and socks5 proxies (#19)
Add WithIdleConnTimeout, WithTLSHandshakeTimeout, WithExpectContinueTimeout client params (#20)
Add WithBasicAuth request param (#21)
0.2.2
- Makes defensive copy of TLS configuration provided to builders
- Fixes bug in client's round-robin behavior
0.2.1
Upgrade palantir metrics to 0.9.6 (#12)