Releases: palantir/conjure-go
Releases · palantir/conjure-go
v6.24.0
Automated release, no documented user facing changes
v6.23.0
Automated release, no documented user facing changes
v6.22.0
Type |
Description |
Link |
Fix |
Fix typo in default generated CLI conf path |
#312 |
v6.21.0
Automated release, no documented user facing changes
v6.20.0
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
Type |
Description |
Link |
Improvement |
Add verbose mode to generated CLIs |
#305 |
v6.18.0
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
Type |
Description |
Link |
Improvement |
RegisterRoutes* accept optional wrouter.RouteParams |
#290 |
v6.16.0
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
Type |
Description |
Link |
Fix |
Generate alias encoding methods based on the external fallback type Fixes #251 |
#252 |