Releases: palantir/conjure-go-runtime
Releases · palantir/conjure-go-runtime
v2.90.0
06 Dec 17:19
Compare
Sorry, something went wrong.
No results found
No documented user-facing changes
v2.89.0
05 Dec 21:20
Compare
Sorry, something went wrong.
No results found
🐛 Fixes
Codecs.GZIP checks error before defer func (#730 )
v2.88.0
27 Nov 21:29
Compare
Sorry, something went wrong.
No results found
✨ Features
Add errors.ConjureErrorDecoder interface & instantiable registry type for customizing error deserialization (#724 )
v2.87.0
26 Nov 18:38
Compare
Sorry, something went wrong.
No results found
🐛 Fixes
Codecs.codecSNAPPY.Marshal uses configured contentCodec (#723 )
v2.86.0
21 Nov 23:40
Compare
Sorry, something went wrong.
No results found
No documented user-facing changes
v2.85.0
21 Nov 23:33
Compare
Sorry, something went wrong.
No results found
🐛 Fixes
RequestBodyFunc handles functions returning nil readers; add RetrieveReaderFromRequestBody (#719 )
v2.84.0
19 Nov 17:15
Compare
Sorry, something went wrong.
No results found
💡 Improvements
Add interface RequestBody to encapsulate bodies that can be replayed and those that can't (#695 )
v2.83.0
30 Sep 20:09
Compare
Sorry, something went wrong.
No results found
🐛 Fixes
NewClientFromRefreshableConfig respects SecurityConfig (#701 )
v2.82.0
27 Sep 22:17
Compare
Sorry, something went wrong.
No results found
✨ Features
Refresh *tls.Config when configured paths change (#689 )
💡 Improvements
Drop support pre-go1.16 http2 (#690 )
Add missing config fields: response-header-timeout, keep-alive, security.insecure-skip-verify (#691 )
ServiceName is refreshable (#692 )
WithAllowCreateWithEmptyURIs() suppresses errors due to empty URIs in NewClient() (#693 )
TraceMiddleware uses Disable* fields to default false. Remove conditionalMiddleware in authTokenMiddleware. (#696 )
v2.81.0
20 Sep 20:48
Compare
Sorry, something went wrong.
No results found
💡 Improvements
Add client param WithBasicAuthOptionalProvider for dynamic basic auth (#687 )