Skip to content

Releases: palantir/conjure-go-runtime

0.3.0

06 May 17:00
Compare
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
Compare
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
Compare
Choose a tag to compare

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

0.2.7

21 Mar 23:04
Compare
Choose a tag to compare

Fix error decoder and other middleware ordering (#28)

0.2.6

20 Mar 22:51
Compare
Choose a tag to compare

Fix panic with nil tlsconfig (#27)

0.2.5

13 Mar 00:46
Compare
Choose a tag to compare

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

0.2.4

11 Mar 23:50
e1c6d8c
Compare
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
Compare
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)

0.2.2

06 Mar 21:54
Compare
Choose a tag to compare
  • Makes defensive copy of TLS configuration provided to builders
  • Fixes bug in client's round-robin behavior

0.2.1

27 Feb 22:37
Compare
Choose a tag to compare

Upgrade palantir metrics to 0.9.6 (#12)