Skip to content

Releases: palantir/conjure-go-runtime

0.3.2

24 Jul 21:36
a3f28b9

Choose a tag to compare

Type Description Link
Fix Apply metrics middleware (if configured) to HTTPClient #56

0.3.1

25 Jun 23:09

Choose a tag to compare

[fix] Error instead of panic when no base URIs are used (#41)
[fix] Fix goroutine leak when using error decoder (#52)

0.3.0

06 May 17:00

Choose a tag to compare

[fix] Switch client metrics to microseconds (#38)

Manual change required if dashboards or monitors depend on the current values.

0.2.9

24 Apr 13:50

Choose a tag to compare

CRITICAL BUGFIX: Correctly drain and close responses; no longer leak connections and goroutines (#37)

0.2.8

02 Apr 21:18

Choose a tag to compare

Add WithRawRequestBodyProvider to support retries; deprecates WithRawRequestBody (#34)

0.2.7

21 Mar 23:04

Choose a tag to compare

Fix error decoder and other middleware ordering (#28)

0.2.6

20 Mar 22:51

Choose a tag to compare

Fix panic with nil tlsconfig (#27)

0.2.5

13 Mar 00:46

Choose a tag to compare

Add request-scoped error decoders (#23)
Enable client basic auth (#26)

0.2.4

11 Mar 23:50
e1c6d8c

Choose a tag to compare

e1c6d8c Binary codec (#25)
9e4d5c7 Upgrade palantir/pkg to 0.10.0 (#24)
42e3c65 add response header timeout (#22)

0.2.3

10 Mar 18:08
3933a86

Choose a tag to compare

Add support for explicit proxy URLs and socks5 proxies (#19)
Add WithIdleConnTimeout, WithTLSHandshakeTimeout, WithExpectContinueTimeout client params (#20)
Add WithBasicAuth request param (#21)