Releases: palantir/conjure
Releases · palantir/conjure
4.10.0
Type | Description | Link |
---|---|---|
Feature | Add extensions field to conjure definition which stores metadata about the definition itself. Importantly, the fields stored in metadata should not impact the semantics of the API. Expected usage would be things like origin, version, product dependencies etc. |
#532 |
4.9.0
4.8.0
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 |