Releases: palantir/conjure-go
Releases · palantir/conjure-go
v6.76.0
💡 Improvements
- Don't
embed
empty recommended-product-dependencies
(#763)
v6.74.0
💡 Improvements
- embed extensions.conjure.json on a per IR basis (#753)
v6.73.0
No documented user-facing changes
v6.72.0
✨ Features
- filter conjure extensions to only
recommended-product-dependencies
(#747)
v6.71.0
💡 Improvements
- Parse safety for External type from conjure IR (#745)
v6.70.0
💡 Improvements
- Generate log safety struct tags for Go client safety implementation (#714)
v6.69.0
💡 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
✨ 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
💡 Improvements
- Tag optional struct fields with 'omitempty' to skip null values (#703)