Releases: palantir/conjure
Releases · palantir/conjure
4.9.0
Type |
Description |
Link |
Improvement |
Conjure CLI will log and ignore any unknown options that are provided |
#533 |
4.8.0
Type |
Description |
Link |
Improvement |
Enum values, fields, and union values support deprecation documentation. |
#494 |
Fix |
Validate against binary data in non-body container parameters. |
#497 |
4.7.0
Type |
Description |
Link |
Fix |
Don't allow a union variant called type as we don't know how that should be serialized. |
#422 |
Improvement |
Validate map keys have PLAIN representation
Previously it was possible to build a conjure definition for a map that was impossible to serialize as JSON. If this fails on an external type import, please make sure you have selected the most accurate fallback type value, the default
any is not allowed. |
#423 |
4.6.2
Type |
Description |
Link |
Fix |
Shipped windows batch script now use classpath wildcards rather than listing out all the jars, to avoid command line length limits. |
palantir/conjure-java#438 |
4.6.1
- [fix] Emit IR with types, services and errors sorted by type name (#318)
4.6.0
[improvement] EndpointDefinition validation errors include the endpoint name and path (#276)
[improvement] Allow legacy kebab-case and snake_case query params (#299)
4.5.1
[fix] Get rid of the patterns in FieldName to allow single character field names #234
4.5.0
- [improvement] Allow dots in endpoint paths (#180)
- [improvement] Allow single character field names (#230)
- [fix] Prevent optional serialization in HTTP body (#207)
4.4.0
- [improvement] Improve CLI help messages (using picocli) (#127)
- [fix] Validate query parameters (#112)
- [fix] Disallow 'any', 'binary' and aliases of these as header/query/path-params (#114)
4.3.0
[improvement] slf4j-simple (#107)
[fix]: Update External Types Parser and Spec (#100)
[fix]: support optional of primitives in header parameters (#109)