Micronaut Data 3.4.1
What's Changed
Regressions π§
- Fix regression with Enums not being persisted using
toString
by @dstepanov in #1531
Other Changes π‘
- Add regressions to release notes by @dstepanov in #1532
Full Changelog: v3.4.0...v3.4.1
- Regression: Enums should be stored as
String
usingtoString
method (JDB) (#1530)