Skip to content

Releases: palantir/conjure-go-runtime

v2.9.2

01 Mar 21:23
fc151ed
Compare
Choose a tag to compare
Type Description Link
Fix Safely join baseURI and request path #155

v2.9.1

09 Feb 01:59
4e2545c
Compare
Choose a tag to compare
Type Description Link
Fix Fix request retrier to handle httpclient.WithMaxRetries(0) client configuration. #153
Fix Fix request retrier to handle unlimited retries. #154

v2.9.0

03 Feb 19:40
5e5036a
Compare
Choose a tag to compare
Type Description Link
Improvement Add WithUnlimitedRetries client param, which sets an unlimited number of retries on transport errors for every request. #147

v2.8.0

12 Jan 17:04
c90f536
Compare
Choose a tag to compare
Type Description Link
Improvement Increase default connection limits to 100 per host and 200 overall #144

v2.7.0

16 Dec 16:34
d4c75e5
Compare
Choose a tag to compare
Type Description Link
Improvement Add configuration for connection pool sizes #139
Improvement Add metrics client.connection.create, client.connection.in-flight, and client.request.in-flight #140
Fix Remove duplicate 'count' on TLS metric names #141

v2.6.0

03 Dec 22:22
b6a53a8
Compare
Choose a tag to compare
Type Description Link
Fix fix retry count #131
Improvement improvement: add metrics for tls handshakes #135

v2.5.0

23 Oct 18:40
ba5eaa7
Compare
Choose a tag to compare

Automated release, no documented user facing changes

v2.4.0

23 Oct 17:59
1fd939b
Compare
Choose a tag to compare
Type Description Link
Improvement Conjure errors implement Werror, allowing conjure errors and werrors to work together more seamlessly. #132

v2.3.0

20 Oct 03:12
f9c6ba2
Compare
Choose a tag to compare
Type Description Link
Improvement improvement: pull out retry logic and handle mesh URIs #126

v2.2.0

15 May 00:30
b6d1037
Compare
Choose a tag to compare
Type Description Link
Improvement Add the ability to turn off http keep-alives #105