Releases: palantir/conjure-java
Releases · palantir/conjure-java
2.0.0-rc1
- [break] use OffsetDatetime instead of ZonedDateTime (#46)
1.3.1
- [fix] revert union changes (#45)
1.3.0
- [improvement] FeatureFlag to make Response the return type for binary Jersey Responses (#37)
1.2.2
- [fix] Conjure POJOs now require primitive (
integer
, double
, boolean
) values to be explicitly set - they no longer infer these as their defaults (0, 0.0 and false). Use optional<T>
if a field is truly optional. (#36)
1.2.1
- fix void methods (#30)
- generate defensive name for inner union class (#34)
1.2.0
- [fix] endpoints with body and optional parameters once again compile #28
1.1.0
- [improvement] Add generation of back-compat methods for optional query parameters (#21)
1.0.0
// functionally identical to 0.2.4
0.2.4
Refactor cli to take feature flags in --featureFlag
form rather than as a list passed to features
(#17)
0.2.2
Turn off gradle 4.7 welcome message