Releases: palantir/conjure-java
Releases · palantir/conjure-java
2.11.0
- [improvement] Upgrade Undertow dependency to the most recent release (#249)
- [fix] Undertow: Unexpected null request bodies result in 400 response status (#248)
2.10.4
[fix] Suppress deprecation warnings in generated undertow services (#245)
2.10.3
[fix] Allow single character field names (#243)
2.10.2
- [fix] generated enums once again accept lowercase strings and will reserialize as uppercase. This restores pre 2.8.0 behaviour (#238)
2.10.1
- [fix]
--useInsensitiveEnums
feature flag fully restores old behaviour (#239)
2.10.0
- [undertow] Do not propagate RemoteException parameters (#234)
- [undertow] Allow instrumentation of service implementations (#233)
- [improvement] The '--useInsensitiveEnums' flag brings back case-insensitive enum codegen (to match the pre-2.8.0 behaviour). Its use is discouraged as other languages may still expect upper case enums. (#232)
2.9.1
re-release of 2.9.0 with a fix for publishing (#231)
- [improvement] 'UseImmutableBytes' feature flag allows opting-in to Bytes instead of ByteBuffer (#226)
2.9.0
- [improvement] 'UseImmutableBytes' feature flag allows opting-in to Bytes instead of ByteBuffer (#226)
2.8.4
- [fix] Undertow: Runtime module supports non-service response status (#146)
- [fix] Undertow: ConjureExceptionHandler understands QosExceptions (#219)
2.8.3
- [fix] Set the correct content-type for jersey optional binary responses (#204)