Skip to content

Releases: palantir/conjure-go

v6.76.0

28 Aug 14:22
v6.76.0
a288895
Compare
Choose a tag to compare

💡 Improvements

  • Don't embed empty recommended-product-dependencies (#763)

v6.75.0

27 Aug 22:39
v6.75.0
1093137
Compare
Choose a tag to compare

💡 Improvements

v6.74.0

27 Aug 20:54
v6.74.0
e68b26a
Compare
Choose a tag to compare

💡 Improvements

  • embed extensions.conjure.json on a per IR basis (#753)

v6.73.0

27 Aug 00:28
v6.73.0
5624e18
Compare
Choose a tag to compare

No documented user-facing changes

v6.72.0

20 Aug 15:26
v6.72.0
a8f1307
Compare
Choose a tag to compare

✨ Features

  • filter conjure extensions to only recommended-product-dependencies (#747)

v6.71.0

19 Aug 17:44
v6.71.0
c313c11
Compare
Choose a tag to compare

💡 Improvements

  • Parse safety for External type from conjure IR (#745)

v6.70.0

08 Aug 17:02
v6.70.0
481a3be
Compare
Choose a tag to compare

💡 Improvements

  • Generate log safety struct tags for Go client safety implementation (#714)

v6.69.0

05 Aug 22:08
v6.69.0
089bbaf
Compare
Choose a tag to compare

💡 Improvements

  • ✨ AcceptFuncs support for generic unions, conditionally added with the same accept-funcs configuration that already exists for non-generic unions. (#725)

v6.68.0

24 Jul 10:30
v6.68.0
a093287
Compare
Choose a tag to compare

✨ Features

  • Embed extensions.conjure.json in embed.conjure.go if extensions is present (#719)

🐛 Fixes

  • fix: update content of comment added to generate code to match the official format for comments indicating generated Go code as specified in golang/go#13560 (comment). Makes it so that tools that use this format to determine whether or not code is generated will properly match generated Conjure files. (#720)

v6.67.0

20 May 16:32
v6.67.0
fde333a
Compare
Choose a tag to compare

💡 Improvements

  • Tag optional struct fields with 'omitempty' to skip null values (#703)