Release Information
- What's new in Grails 4 Guide
- User Guide
- Github commits
- Closed Issues
- Improvements in REST API Profile
- Ability to load configurations from the plugin.groovy
- Optimized performance of compileGsonViews and compileGroovyPages tasks.
- Updated to Micronaut 1.3.7
NOTE:
There a known bug where the GORM version is still pointing to 7.0.7.RELEASE
so update the gorm.version
in the gradle.properties
file as follows:
gorm.version=7.0.7.RELEASE