Releases: palantir/conjure-go-runtime
Releases · palantir/conjure-go-runtime
v2.92.0
No documented user-facing changes
v2.91.0
✨ Features
- Update config, not params, during builder phase (#694)
v2.90.0
No documented user-facing changes
v2.89.0
🐛 Fixes
- Codecs.GZIP checks error before defer func (#730)
v2.88.0
✨ Features
- Add errors.ConjureErrorDecoder interface & instantiable registry type for customizing error deserialization (#724)
v2.87.0
🐛 Fixes
- Codecs.codecSNAPPY.Marshal uses configured contentCodec (#723)
v2.86.0
No documented user-facing changes
v2.85.0
🐛 Fixes
- RequestBodyFunc handles functions returning nil readers; add RetrieveReaderFromRequestBody (#719)
v2.84.0
💡 Improvements
- Add interface RequestBody to encapsulate bodies that can be replayed and those that can't (#695)
v2.83.0
🐛 Fixes
- NewClientFromRefreshableConfig respects SecurityConfig (#701)