Releases: grails/grails-cache
Releases · grails/grails-cache
7.0.0
Release Notes - Version 7.0.0
Release Highlights
- Grails Upgrade: The framework has been upgraded to Grails 6, incorporating new functionalities and enhancements.
- Workflow Improvements: Workflow configurations have been refined to streamline development processes.
- Dependency Updates: Various dependencies have been updated to their latest versions, ensuring compatibility and leveraging new features.
🚀 Features
- Upgraded to Grails 6 (#185)
💡 Improvements
🐛 Bug Fixes
- None
🔧 Maintenance
- Updated various actions and plugins:
gradle/gradle-build-action
to v3 (#187, #200)org.seleniumhq.selenium:selenium-safari-driver
to v4.18.1 (#186, #164)actions/setup-java
to v4 (#175, #199)com.gradle.enterprise
to v3.16.2 (#165)gradle
to v7.6.4 (#163)actions/checkout
to v4 (#174)gradle/wrapper-validation-action
to v2 (#178)com.gradle.common-custom-user-data-gradle-plugin
to v1.13 (#171)release-drafter
configurations (#201)
Contributors
6.0.0
Release Notes - Version 6.0.0
Release Highlights
- Grails Upgrade: This release includes an upgrade to Grails 5.2.5, enhancing the framework with the latest features and improvements.
- Workflow Enhancements: Various improvements to workflow configurations, including CI and release settings, ensure smoother development processes.
- Dependency Updates: Significant updates to dependencies, such as Gradle and various plugins, provide enhanced functionality and compatibility.
🚀 Features
- Updated to Grails 5.2.5 (#162)
- Updated
org.grails:grails-gradle-plugin
to v5.2.4 (#159) - Updated
gradle
to v7 (#130)
💡 Improvements
- Improved release workflow configurations (#193)
🐛 Bug Fixes
- Enhanced workflow configurations for CI (#192)
- Fixed project build configuration for documentation task (#190)
- Re-added
pluginExcludes
to the Grails plugin descriptor (#140)
🔧 Maintenance
- Updated release workflow configurations (#198, #197)
- Updated Java-CI workflow configurations (#196)
- Refactored build configurations (#195)
- Updated to only publish build scans for CI (#194)
- Improved release workflow configurations (#193)
- Fixed CI for version 6.0.x (#181)
Dependency Updates
- Gradle-related:
- Other dependencies:
Contributors
@JasonTypesCodes, @guillermocalvo, @puneetbehl, @renovate, @renovate[bot], and Puneet Behl
5.0.1
This is patch release for Grails 4 support.
5.0.0
THIS IS A BROKEN RELEASE, WHICH CONFLICTS WITH PREVIOUS RELEASE OF 5.0.0. PLEASE USE VERSION 5.0.1 WITH GRAILS 4 AND VERSION 6.0.0 WITH GRAILS 5
What's Changed
- Made CacheConfig inner class of CachePluginConfiguration a nested (st… by @jfrosch in #63
- 4.0.0 has been released by @jeffbrown in #66
- Bump asset-pipeline-gradle from 2.14.2 to 3.2.5 by @dependabot-preview in #70
- Bump asciidoctor-gradle-plugin from 1.5.3 to 1.6.1 by @dependabot-preview in #74
- Bump javassist from 3.17.1-GA to 3.27.0-GA by @dependabot-preview in #76
- Bump gpars from 1.2.0 to 1.2.1 by @dependabot-preview in #77
- Bump selenium-htmlunit-driver from 2.47.1 to 2.52.0 by @dependabot-preview in #71
- Setup GH workflow by @puneetbehl in #86
- Updated chromedriver to 87.0.4280.20 by @puneetbehl in #87
- Bump Grails Core from 4.0.0.M1 to 4.0.6 by @puneetbehl in #88
- Update README by @darxriggs in #105
- Use chromeDriver versionRegexp instead of specific version by @puneetbehl in #111
- Configure Renovate by @renovate in #110
- Update Java CI workflow to use gradle-build-action by @puneetbehl in #108
- Use the pre-installed Chrome driver when running on GitHub by @darxriggs in #123
- Update actions/checkout action to v3 by @renovate in #128
- Update actions/setup-java action to v3 by @renovate in #127
- Upgrade Selenium Safari driver by @darxriggs in #126
- Remove unused Javassist dependency by @darxriggs in #125
- Remove unused HtmlUnit dependency by @darxriggs in #124
- Update dependency org.grails:grails-gradle-plugin to v4.0.13 by @renovate in #112
- Don't hard-code the "geb.env" system property by @darxriggs in #107
- Update dependency gradle to v5.6.4 by @renovate in #117
- Minor code improvements by @darxriggs in #106
- exclude unnecessary files from jar artifact by @davidkron in #99
- Update dependency clipboard.js to v2 by @renovate in #129
- Update Changelog workflow trigger by @puneetbehl in #131
- Use correct grails-publish-plugin by @puneetbehl in #132
- Add Java Distribution information to the release workflow by @puneetbehl in #133
- Update ChromeDriver and GeckoDriver by @darxriggs in #136
- Update GitHub Workflows by @puneetbehl in #137
New Contributors
- @jfrosch made their first contribution in #63
- @jeffbrown made their first contribution in #66
- @puneetbehl made their first contribution in #86
- @darxriggs made their first contribution in #105
- @renovate made their first contribution in #110
- @davidkron made their first contribution in #99
Full Changelog: v4.0.2...v5.0.0
5.0.0-RC2
What's Changed
- Made CacheConfig inner class of CachePluginConfiguration a nested (st… by @jfrosch in #63
- 4.0.0 has been released by @jeffbrown in #66
- Bump asset-pipeline-gradle from 2.14.2 to 3.2.5 by @dependabot-preview in #70
- Bump asciidoctor-gradle-plugin from 1.5.3 to 1.6.1 by @dependabot-preview in #74
- Bump javassist from 3.17.1-GA to 3.27.0-GA by @dependabot-preview in #76
- Bump gpars from 1.2.0 to 1.2.1 by @dependabot-preview in #77
- Bump selenium-htmlunit-driver from 2.47.1 to 2.52.0 by @dependabot-preview in #71
- Setup GH workflow by @puneetbehl in #86
- Updated chromedriver to 87.0.4280.20 by @puneetbehl in #87
- Bump Grails Core from 4.0.0.M1 to 4.0.6 by @puneetbehl in #88
- Update README by @darxriggs in #105
- Use chromeDriver versionRegexp instead of specific version by @puneetbehl in #111
- Configure Renovate by @renovate in #110
- Update Java CI workflow to use gradle-build-action by @puneetbehl in #108
- Use the pre-installed Chrome driver when running on GitHub by @darxriggs in #123
- Update actions/checkout action to v3 by @renovate in #128
- Update actions/setup-java action to v3 by @renovate in #127
- Upgrade Selenium Safari driver by @darxriggs in #126
- Remove unused Javassist dependency by @darxriggs in #125
- Remove unused HtmlUnit dependency by @darxriggs in #124
- Update dependency org.grails:grails-gradle-plugin to v4.0.13 by @renovate in #112
- Don't hard-code the "geb.env" system property by @darxriggs in #107
- Update dependency gradle to v5.6.4 by @renovate in #117
- Minor code improvements by @darxriggs in #106
- exclude unnecessary files from jar artifact by @davidkron in #99
- Update dependency clipboard.js to v2 by @renovate in #129
- Update Changelog workflow trigger by @puneetbehl in #131
- Use correct grails-publish-plugin by @puneetbehl in #132
- Add Java Distribution information to the release workflow by @puneetbehl in #133
- Update ChromeDriver and GeckoDriver by @darxriggs in #136
- Update GitHub Workflows by @puneetbehl in #137
New Contributors
- @jfrosch made their first contribution in #63
- @jeffbrown made their first contribution in #66
- @puneetbehl made their first contribution in #86
- @darxriggs made their first contribution in #105
- @renovate made their first contribution in #110
- @davidkron made their first contribution in #99
Full Changelog: v4.0.2...v0.1.0