Skip to content

Releases: asyncapi/modelina

v5.2.1

11 May 09:56
2b04a28

Choose a tag to compare

5.2.1 (2025-05-11)

Bug Fixes

  • missing default value in Pydantic generated code when using polymorphism (#2271) (2b04a28)

v5.2.0

09 May 11:07
977a66a

Choose a tag to compare

5.2.0 (2025-05-09)

Features

v5.1.1

09 May 10:46
efcc25d

Choose a tag to compare

5.1.1 (2025-05-09)

Bug Fixes

v5.1.0

08 May 07:35
fb9a793

Choose a tag to compare

5.1.0 (2025-05-08)

Features

  • option to automatically fill in discriminator properties with their model name for Java (#2258) (fb9a793)

v5.0.3

07 May 20:39
9ec1b24

Choose a tag to compare

5.0.3 (2025-05-07)

Bug Fixes

  • only import List if a list is present for Java (#2248) (9ec1b24)

v5.0.2

07 May 20:17
23356e8

Choose a tag to compare

5.0.2 (2025-05-07)

Bug Fixes

  • records implement union interface for Java (#2257) (23356e8)

v5.0.1

07 May 19:55
b3b764f

Choose a tag to compare

5.0.1 (2025-05-07)

Bug Fixes

  • do not generate discriminator setter when part of parent model for Java (#2256) (b3b764f)

v5.0.0

29 Apr 16:40
dd0f924

Choose a tag to compare

5.0.0 (2025-04-29)

⚠ BREAKING CHANGES

  • java-generator: useJakarta was missing and incorrect in documentation (#2250)

Bug Fixes

  • classes implementing union should not have discriminator setter (#2251) (dd0f924)

Documentation

  • java-generator: useJakarta was missing and incorrect in documentation (#2250) (e7916cf)

v4.4.3

29 Apr 11:46
792ffc9

Choose a tag to compare

4.4.3 (2025-04-29)

Bug Fixes

  • infinite loop when having a circular reference with allOf (#2252) (792ffc9)

v4.4.2

22 Apr 15:18
fe9d0d4

Choose a tag to compare

4.4.2 (2025-04-22)

Bug Fixes