All Versions
18
Latest Version
Avg Release Cycle
82 days
Latest Release
1739 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v4.1.0.M2 Changes
September 09, 2020๐ Release Information
- ๐ What's new in Grails 4 Guide
- ๐ User Guide
- ๐ Github commits
- ๐ Closed Issues
-
v4.1.0.M1 Changes
May 21, 2020๐ Release Information
- ๐ What's new in Grails 4 Guide
- ๐ User Guide
- ๐ Github commits
- ๐ Closed Issues
Known Issues
โ Grails 4.1.0.M1 has been shipped with a version of Groovy (3.0.3) that is causing applications to fail to start with Java 8. Please check #11557 for more details about the exception. In order to test this milestone, use Java 11.
-
v4.0.5 Changes
October 25, 2020๐ Release Information
- ๐ What's new in Grails 4 Guide
- ๐ User Guide
- ๐ Github commits
- ๐ Closed Issues
- โก๏ธ Updated to Micronaut 1.3.7
- ๐ Update to Spring 5.1.18.RELEASE
- ๐ Update to SpringBoot 2.1.17.RELEASE
- โก๏ธ Update to GORM Datastore 7.0.8
-
v4.0.4 Changes
July 15, 2020๐ 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
-
v4.0.3 Changes
April 03, 2020๐ Release Information
- ๐ What's new in Grails 4 Guide
- ๐ User Guide
- ๐ Github commits
- ๐ Closed Issues
-
v4.0.2 Changes
February 21, 2020๐ Release Information
- ๐ What's new in Grails 4 Guide
- ๐ User Guide
- ๐ Github commits
- ๐ Closed Issues
Hot Reloading with JDK8
๐ Support for
spring-loaded
was added back for JDK8 #11441. To enable:๐
build.gradle
dependencies { // Remove dev-tools from classpath// developmentOnly("org.springframework.boot:spring-boot-devtools") // Add springloaded as a jvm agent agent "org.springframework:springloaded:1.2.8.RELEASE"// (Optional) Native OSX file watcher runtimeOnly "io.methvin:directory-watcher:0.9.6"//...}
NOTE: While spring-loaded continues to function - it has not been actively maintained for years.
โก๏ธ Updates
-
v4.0.1 Changes
October 14, 2019๐ Release Information
- ๐ What's new in Grails 4 Guide
- ๐ User Guide
- ๐ Github commits
- ๐ Closed Issues
-
v4.0.0 Changes
July 11, 2019๐ Release Information
- ๐ What's new in Grails 4 Guide
- ๐ User Guide
- ๐ Github commits
- ๐ Closed Issues
-
v4.0.0.RC2 Changes
June 04, 2019๐ Release Information
- ๐ What's new in Grails 4 Guide
- ๐ User Guide
- ๐ Github commits
- ๐ Closed Issues
-
v4.0.0.RC1 Changes
April 17, 2019๐ Release Information
- ๐ What's new in Grails 4 Guide
- ๐ User Guide
- ๐ Github commits
- ๐ Closed Issues