Skip to content

Releases: palantir/conjure-go-runtime

v2.92.0

17 Dec 17:08
v2.92.0
f85ab74
Compare
Choose a tag to compare

No documented user-facing changes

v2.91.0

13 Dec 19:10
v2.91.0
8105dfc
Compare
Choose a tag to compare

✨ Features

  • Update config, not params, during builder phase (#694)

v2.90.0

06 Dec 17:19
v2.90.0
5ec4467
Compare
Choose a tag to compare

No documented user-facing changes

v2.89.0

05 Dec 21:20
v2.89.0
95554ea
Compare
Choose a tag to compare

🐛 Fixes

  • Codecs.GZIP checks error before defer func (#730)

v2.88.0

27 Nov 21:29
v2.88.0
9476e25
Compare
Choose a tag to compare

✨ Features

  • Add errors.ConjureErrorDecoder interface & instantiable registry type for customizing error deserialization (#724)

v2.87.0

26 Nov 18:38
v2.87.0
fa88981
Compare
Choose a tag to compare

🐛 Fixes

  • Codecs.codecSNAPPY.Marshal uses configured contentCodec (#723)

v2.86.0

21 Nov 23:40
v2.86.0
508d52e
Compare
Choose a tag to compare

No documented user-facing changes

v2.85.0

21 Nov 23:33
v2.85.0
080ff6a
Compare
Choose a tag to compare

🐛 Fixes

  • RequestBodyFunc handles functions returning nil readers; add RetrieveReaderFromRequestBody (#719)

v2.84.0

19 Nov 17:15
v2.84.0
ef5f4ff
Compare
Choose a tag to compare

💡 Improvements

  • Add interface RequestBody to encapsulate bodies that can be replayed and those that can't (#695)

v2.83.0

30 Sep 20:09
v2.83.0
b89a07b
Compare
Choose a tag to compare

🐛 Fixes

  • NewClientFromRefreshableConfig respects SecurityConfig (#701)