Skip to content

Releases: palantir/conjure-go

v6.63.0

27 Nov 21:32
v6.63.0
9fd8b8d
Compare
Choose a tag to compare

✨ Features

  • Replace global conjure-type error registration with a generated registry per conjure definition.

    Creates a new internal/conjureerrors package in each output directory for conjure definitions that include errors. Generated client implementations provide the definition-specific registry as a ConjureErrorDecoder to be used when deserializing a non-2xx JSON response.

    Clients will no longer be able to deserialize errors not defined in their own conjure definition.

    Generating multiple IRs into the same output directory will result in all definitions sharing the same error registry. (#636)

v6.62.0

20 Nov 18:41
v6.62.0
4d1a9d6
Compare
Choose a tag to compare

💡 Improvements

  • Upgrade CGR and use httpclient.RequestBody for binary uploads (#620)

v6.61.0

07 Nov 19:08
v6.61.0
e20e382
Compare
Choose a tag to compare

🐛 Fixes

  • Update local type alias naming scheme to prevent conflicts with object field types (#626)

💡 Improvements

  • Build with go 1.22.8 and godel 2.121.0 (#629)

v6.60.0

10 Aug 01:11
6207d00
Compare
Choose a tag to compare

Automated release, no documented user facing changes

v6.59.0

30 Jul 00:13
0c28b4e
Compare
Choose a tag to compare

Automated release, no documented user facing changes

v6.58.0

08 Jun 08:04
7a7abdf
Compare
Choose a tag to compare

Automated release, no documented user facing changes

v6.57.0

22 Apr 23:35
4ba0c1a
Compare
Choose a tag to compare

Automated release, no documented user facing changes

v6.56.0

26 Mar 09:28
ab7f314
Compare
Choose a tag to compare

Automated release, no documented user facing changes

v6.55.0

24 Feb 01:52
1cf476b
Compare
Choose a tag to compare
Type Description Link
Fix Handle case in cycle detection where a node's previously merged nodes were not checked when evaluating whether it could merge with another node #565

v6.54.0

08 Feb 06:25
936cb33
Compare
Choose a tag to compare

Automated release, no documented user facing changes