Releases: palantir/conjure-java
Releases · palantir/conjure-java
6.18.0
Type |
Description |
Link |
Improvement |
Add staged builder missing overrides in the default internal implementation |
#1637 |
6.17.0
Type |
Description |
Link |
Improvement |
Add default decoders for header, query, and path params |
#1632 |
6.16.0
Type |
Description |
Link |
Improvement |
Handle query params with primitive types |
#1629 |
6.15.0
Type |
Description |
Link |
Improvement |
Add conjure-undertow annotation processor. Note that this feature is work-in-progress and it's API might change. |
#1514 |
6.14.0
Automated release, no documented user facing changes
6.13.0
Type |
Description |
Link |
Improvement |
Provide a static factory for creating an unknown union type |
#1605 |
Feature |
Generate (behind a feature flag) union types with a new visitor interface which exposes the unknown value |
#1611 |
6.12.0
Type |
Description |
Link |
Improvement |
Change error code of timed out async requests to TIMEOUT |
#1558 |
6.11.0
Type |
Description |
Link |
Improvement |
Add incubating annotation and max version info to javadoc |
#1565 |
6.10.0
Type |
Description |
Link |
Improvement |
All completed stage builder methods now properly include deprecation annotations, if relevant. Previously, they could be missing for some methods. |
#1569 |
6.9.0
Type |
Description |
Link |
Improvement |
Support tag-based per-endpoint asynchronous processing timeouts of the form server-async{timeout=5 minutes} . |
#1549 |