Skip to content

v4.0.2

Compare
Choose a tag to compare
@moufmouf moufmouf released this 04 Feb 17:20
· 387 commits to master since this release
c3f524d

Bugfix release

Warning! This release contains a (minor) BC break about the name given to enum types.

Given the fact that enum types where almost non functionals in v4.0.1,
and given the fact it is unlikely they have been used until now, I'm exceptionnaly introducing
this BC break to introduce Enum types that are behaving in a more consistent way. See #235 for details.

  • #227 #233 Fixed "enum failed to work (most of the time) as output parameters"
  • #235 #232 Changed the way enums are named in the schema

Note: I do not have a clear visibility of the usage of this feature in the wild since the release of 4.0 a few weeks ago. My bet is noone will be impacted. If you are impacted by this breaking change, please fill an issue to let me know.