Releases: grails/grails-async
Releases · grails/grails-async
6.0.0-M2
What's Changed
- 6.0.x - make core and bootstrap compileOnly by @codeconsole in #169
- Change
@Ignore
tests to@PendingFeature
by @matrei in #170 - Align plugin inclusion by @matrei in #171
- Pre release workflow & since async must release before gorm do not ex… by @jdaugherty in #174
Full Changelog: v6.0.0-M1...v6.0.0-M2
6.0.0-M1
What's Changed
- chore(ci): Add groovy joint workflow by @matrei in #82
- test: Set longer timeout on test by @matrei in #83
- test: Fix async test by @matrei in #85
- chore: Fix code comment about reactor events by @matrei in #72
- build(refactor): Refactor build configurations by @matrei in #86
- chore(ci): update gradle-build-action by @matrei in #90
- chore(deps): update dependency gradle to v7.6.4 by @renovate in #88
- chore(deps): Update spock-core to 2.3-groovy-3.0 by @matrei in #91
- refactor: Decouple grails-gsp component versions by @matrei in #93
- fix(deps): update dependency org.grails:grails-docs to v6.1.2 by @renovate in #81
- fix(deps): update dependency org.grails:grails-gradle-plugin to v6.1.2 by @renovate in #65
- fix(deps): update gorm to v8.0.4 by @renovate in #77
- chore(deps): update plugin com.gradle.enterprise to v3.16.2 by @renovate in #80
- chore: Next development version: 6.0.0-SNAPSHOT by @matrei in #96
- feat: Java 17 baseline by @matrei in #95
- chore(build): improve build configurations by @matrei in #98
- ci: Improve Github workflows by @matrei in #104
- chore(ci): fix problem with reading versions by @matrei in #108
- chore(build): Migrate to Develocity build cache connector by @guillermocalvo in #109
- docs: Update Gradle dependency configurations and fix typos by @matrei in #112
- docs: Fix wrong imports in guide by @matrei in #113
- feat(deps): update dependency org.grails.plugins:views-gradle to v3.2.1 by @renovate in #114
- feat(deps): update gorm to v8.1.2 by @renovate in #106
- chore(deps): update plugin com.gradle.common-custom-user-data-gradle-plugin to v1.13 by @renovate in #103
- chore(deps): update dependency clipboard.js to v1.7.1 by @renovate in #102
- fix(deps): update spring core to v5.3.33 - autoclosed by @renovate in #100
- fix(deps): update dependency net.bytebuddy:byte-buddy to v1.14.12 by @renovate in #101
- chore(ci): improve release-drafter configurations by @puneetbehl in #115
- feat(deps): update dependency org.grails:grails-web-sitemesh to v6.2.1 by @renovate in #94
- chore(ci): update release notes workflow configurations by @puneetbehl in #116
- fix(deps): update dependency org.codehaus.groovy:groovy to v3.0.21 by @renovate in #71
- chore(deps): update actions/cache digest to 0c45773 by @renovate in #110
- Update github workflows by @jamesfredley in #137
- Update to Gradle 8.10 by @jamesfredley in #140
- Remove mavenLocal() as first repo. Remove references to groovy 4 by @codeconsole in #145
- Temporarily remove joint-workflow to publish snapshot by @codeconsole in #146
- Restore joint-workflow and build tests by @jamesfredley in #147
- build: Fix publishing by @matrei in #149
- Remove duplicate strategy by @jamesfredley in #150
- fix(deps): update spring core to v6.1.13 by @renovate in #123
- chore(deps): update dependency gradle to v8.10.2 by @renovate in #143
- grails-async: re-enable views-json plugin by @jamesfredley in #151
- fix(deps): Remove unused
grails-plugin-events
dependency by @matrei in #153 - Remove dependency on sitemesh 2 by @codeconsole in #156
- Use Grails bom by @codeconsole in #163
- chore(deps): update dependency gradle to v8.11.1 by @renovate in #161
- Fix publishing task to use environment variables in action by @jdaugherty in #166
- Fix environment variable by @jdaugherty in #167
New Contributors
- @guillermocalvo made their first contribution in #109
- @jamesfredley made their first contribution in #137
- @codeconsole made their first contribution in #145
- @jdaugherty made their first contribution in #166
Full Changelog: v5.0.2...v6.0.0-M1
5.0.2
5.0.1
What's Changed
- Revert removal of deprecated grails-events-compat @matrei (#69)
- Update and cleanup for Grails 6/Java 11 @matrei (#56)
🛠 Dependency upgrades
- Update dependency org.grails:grails-docs to v6.1.1 @renovate (#64)
- Update plugin org.grails.grails-web to v6.1.1 @renovate (#66)
- Update plugin com.gradle.enterprise to v3.16.1 @renovate (#68)
- Update plugin com.gradle.enterprise to v3.16 @renovate (#61)
- Update plugin org.grails.plugins.views-json to v3.1.1 @renovate (#63)
- Update spring core to v5.3.31 - autoclosed @renovate (#53)
- Update gorm to v8.0.3 @renovate (#58)
- Update dependency com.github.javaparser:javaparser-core to v3.25.7 @renovate (#59)
- Update plugin com.gradle.common-custom-user-data-gradle-plugin to v1.12.1 @renovate (#60)
Contributors
@matrei, @puneetbehl, @renovate, @renovate[bot] and puneetbehl
5.0.0
What's Changed
- Update promises.adoc by @rlovtangen in #37
- Update events.adoc by @matrei in #41
- Update to Grails 6 (v5.0.0) by @matrei in #44
- Build Documentation by @puneetbehl in #47
- Update Java CI Workflow to publish Documentation by @puneetbehl in #48
- Add task docs by @puneetbehl in #50
- Update Release Workflow by @puneetbehl in #51
- Configure Gradle Enterprise by @puneetbehl in #52
New Contributors
- @rlovtangen made their first contribution in #37
- @matrei made their first contribution in #41
- @puneetbehl made their first contribution in #47
Full Changelog: v4.0.0...v5.0.0
4.0.0
What's Changed
- Improved manual pubsub example by @halfbaked in #15
- fix import in doc by @sheehan in #20
- Update rxjava.adoc by @edelaney in #18
- fix of imports in events example by @halfbaked in #16
- Package correction for WebPromises. by @bgoetzmann in #11
- Issue 21: Grails apps will not deploy to Glassfish 4+ by @ddelponte in #22
New Contributors
- @halfbaked made their first contribution in #15
- @sheehan made their first contribution in #20
- @edelaney made their first contribution in #18
- @bgoetzmann made their first contribution in #11
- @ddelponte made their first contribution in #22
Full Changelog: v3.3.2...v4.0.0