Skip to content

1.32.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Aug 19:03
67a4e41
  • [C#,C++,Java] Generate DTOs for non-perf-sensitive usecases. #957
  • [C++, C#] Only generate range validation code when specifying a range smaller than the associate type.
  • [C#] Fix ToString() to avoid state changes on message. #992
  • [C] Add a #define for each template id. #1006
  • [Java, C#, C++] Check enum value for language specific keywords and apply sbe.keyword.append.token when appropriate. #1009 #1008
  • [Java] Switch JsonPrinter.print to use DirectBuffer instead of UnsafeBuffer.
  • [Java] Upgrade to JUnit 5.10.3.
  • [Java] Upgrade to json 20240303.
  • [Java] Upgrade to jqwik 1.9.0.

Known bugs

  • [Java] Issue #1012: a fixed-length char array setter is not visible outside of its package in generated DTOs. Fixed in bb984d4.