Releases: palantir/conjure-go-runtime
Releases · palantir/conjure-go-runtime
v2.9.2
Type |
Description |
Link |
Fix |
Safely join baseURI and request path |
#155 |
v2.9.1
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
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
Type |
Description |
Link |
Improvement |
Increase default connection limits to 100 per host and 200 overall |
#144 |
v2.7.0
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
Type |
Description |
Link |
Fix |
fix retry count |
#131 |
Improvement |
improvement: add metrics for tls handshakes |
#135 |
v2.5.0
Automated release, no documented user facing changes
v2.4.0
Type |
Description |
Link |
Improvement |
Conjure errors implement Werror, allowing conjure errors and werrors to work together more seamlessly. |
#132 |
v2.3.0
Type |
Description |
Link |
Improvement |
improvement: pull out retry logic and handle mesh URIs |
#126 |
v2.2.0
Type |
Description |
Link |
Improvement |
Add the ability to turn off http keep-alives |
#105 |