What's Changed
- Enum cleanup by @DerManoMann in #1381
The enum cleanup simplifies the rules around backed enums and fixes some edge cases where the values did not match the set type (typically when using the backed values but using string
as type).
With this change backed enum schemas will always use the enum names, *unless the schema type is set and matches the backing type. This is even true for string
type backed enums.
Full Changelog: 4.5.6...4.6.0