Skip to content

Releases: palantir/conjure-go-runtime

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)

0.2.0

31 Jan 23:47
14ce453
Compare
Choose a tag to compare

14ce453 Implement a text/plain codec (#11)
6954bc2 fix readme typos and wording (#10)
e4c5f3f Add GoDoc.org badge to README.md (#7)
7143434 Support custom error decoders via WithErrorDecoder client param. (#5)
4dcdaf3 codecs.JSON now delegates to safejson instead of reimplementing (#6)
41d2e41 Convert to pkg/uuid (#3)
02ad898 Move to conjuretype.UUID (#2)

0.1.0: Initial Release

18 Dec 21:51
Compare
Choose a tag to compare
Initial Commit