Skip to content

Releases: palantir/conjure-go

v6.24.0

18 Jul 04:43
9c2976e
Compare
Choose a tag to compare

Automated release, no documented user facing changes

v6.23.0

01 Jun 22:50
afac68f
Compare
Choose a tag to compare

Automated release, no documented user facing changes

v6.22.0

19 May 14:18
f937dac
Compare
Choose a tag to compare
Type Description Link
Fix Fix typo in default generated CLI conf path #312

v6.21.0

11 May 18:16
ea948e8
Compare
Choose a tag to compare

Automated release, no documented user facing changes

v6.20.0

09 May 23:16
d1ef713
Compare
Choose a tag to compare
Type Description Link
Improvement - Commands for endpoints with binary args are now supported.
- Binary args may be provided by file via an @filepath notation, stdin via a @- notation, and inline as a base64-encoded string
- Collection and complex type arguments may also be input from file and stdin via the same notation (in addition to as a json-encoded string)
#306

v6.19.0

06 May 15:27
6c7bce2
Compare
Choose a tag to compare
Type Description Link
Improvement Add verbose mode to generated CLIs #305

v6.18.0

06 May 15:00
fe02240
Compare
Choose a tag to compare
Type Description Link
Improvement Add support for CLI binding generation #297
Improvement Generate parameterized Accept methods and Visitor interfaces for union types for projects using go1.18 or later. #300

v6.17.0

05 Apr 16:39
a398a24
Compare
Choose a tag to compare
Type Description Link
Improvement RegisterRoutes* accept optional wrouter.RouteParams #290

v6.16.0

17 Dec 21:30
bdb5fca
Compare
Choose a tag to compare
Type Description Link
Fix Marshal 'null' for empty optionals #255
Fix Escape server handler variable names with Arg #256
Fix Correctly detect alias<alias> #257
Fix Decode alias-typed HTTP params recursively based on their underlying type #258

v6.15.0

07 Dec 20:35
5ebfe59
Compare
Choose a tag to compare
Type Description Link
Fix Generate alias encoding methods based on the external fallback type
Fixes #251
#252