Skip to content

Releases: palantir/conjure-java

8.45.0

14 Mar 15:49
8.45.0
0487e56
Compare
Choose a tag to compare

✨ Features

  • Makes immutable copies of collections for union and alias types if the defensiveCollections flag is enabled. (#2448)

💡 Improvements

  • nit: Make ReturnTypeMapper package-private (#2472)

8.44.0

03 Mar 22:39
8.44.0
d81299f
Compare
Choose a tag to compare

No documented user-facing changes

8.43.0

28 Feb 17:38
8.43.0
e4e0b8a
Compare
Choose a tag to compare

🐛 Fixes

  • Instructs Jackson to deserialize sets within union and alias types as LinkedHashSets in order to preserve element ordering. (#2467)

💡 Improvements

  • Sets recursively handle inspecting inner types. (#2449)
  • Initializes a new framework for snapshot testing (#2456)
  • Migrates the rest of the snapshot generation tests to the new framework. (#2463)

8.42.0

20 Feb 16:02
8.42.0
02e3ab5
Compare
Choose a tag to compare

💡 Improvements

  • handle DeadlineExpiredException in standard exception mapper (#2454)

8.42.0-rc1

04 Feb 17:07
8.42.0-rc1
5e9a237
Compare
Choose a tag to compare
8.42.0-rc1 Pre-release
Pre-release

No documented user-facing changes

8.41.0

30 Jan 14:56
8.41.0
60fafc3
Compare
Choose a tag to compare

✨ Features

  • Add flag to exclude static factory methods from generated objects (#2087)

8.40.0

17 Jan 20:25
8.40.0
ab61831
Compare
Choose a tag to compare

🐛 Fixes

  • [Fix] Fix Staged Builder Compilation Issue and Strict Staged Builder Deserialization (#2438)

8.39.0

13 Jan 17:27
8.39.0
47ae1de
Compare
Choose a tag to compare

🐛 Fixes

  • [Fix] Restore Mistakenly Removed 'MAX_VALUE' and 'MIN_VALUE' (#2434)

8.38.0

13 Jan 17:02
8.38.0
5c72e2e
Compare
Choose a tag to compare

💡 Improvements

  • Reduce Optional allocations in SafetyEvaluator (#2433)

8.37.0

13 Jan 15:02
8.37.0
40c597e
Compare
Choose a tag to compare

✨ Features

  • [Feature] Non-boxing 'addAll' Methods for Primitive Types (#2389)

💡 Improvements

  • [FR] Add Serialization Optimization for Primitive Collection Types (#2386)
  • Optimize Jackson deserialization when deserializing optimized lists of primitives. (#2431)