Skip to content

Releases: palantir/conjure-java

2.11.0

25 Feb 23:03
Compare
Choose a tag to compare
  • [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

21 Feb 23:30
Compare
Choose a tag to compare

[fix] Suppress deprecation warnings in generated undertow services (#245)

2.10.3

21 Feb 14:51
Compare
Choose a tag to compare

[fix] Allow single character field names (#243)

2.10.2

18 Feb 15:26
Compare
Choose a tag to compare
  • [fix] generated enums once again accept lowercase strings and will reserialize as uppercase. This restores pre 2.8.0 behaviour (#238)

2.10.1

18 Feb 13:55
Compare
Choose a tag to compare
  • [fix] --useInsensitiveEnums feature flag fully restores old behaviour (#239)

2.10.0

13 Feb 14:58
Compare
Choose a tag to compare
  • [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

11 Feb 15:20
Compare
Choose a tag to compare

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

08 Feb 14:05
Compare
Choose a tag to compare
  • [improvement] 'UseImmutableBytes' feature flag allows opting-in to Bytes instead of ByteBuffer (#226)

2.8.4

01 Feb 17:08
Compare
Choose a tag to compare
  • [fix] Undertow: Runtime module supports non-service response status (#146)
  • [fix] Undertow: ConjureExceptionHandler understands QosExceptions (#219)

2.8.3

23 Jan 18:04
Compare
Choose a tag to compare
  • [fix] Set the correct content-type for jersey optional binary responses (#204)