Skip to content

v4.0.0-next.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@asyncapi-bot asyncapi-bot released this 13 Feb 12:25
· 206 commits to next since this release
25b5390

4.0.0-next.1 (2024-02-13)

⚠ BREAKING CHANGES

  • add useJavascriptReservedKeywords option for TS (#1727)
  • add options as parameter to constraints (#1667)
  • render python union in pydantic in the pre 3.10 way (#1626)
  • adds inheritance with interfaces for java (#1593)
  • adds extend in common, meta, and constrained models (#1613)
  • add csharp support for DateTime, TimeSpan, Guid (#1612)
  • adds support for duration in java (#1604)
  • convert to use multi parser (#1587)

Features

Bug Fixes

  • (un)marshalling tuple and dictionary unwrapping for Typescript (#1717) (d8f1600)
  • add csharp support for DateTime, TimeSpan, Guid (#1612) (3aa1026)
  • edge case where references was incorrect handled for JSON Schema (#1754) (34b6dc2)
  • jsonbinpack preset and runtime tests (#1718) (7cdee96)
  • newtonsoft could not handle enum values (#1731) (8787210)
  • recursion bug for get nearest dependencies (#1757) (fff8192)