Skip to content

Commit 55ba6cd

Browse files
committed
Add release notes for 2024.x
1 parent db80f7d commit 55ba6cd

File tree

3 files changed

+67
-0
lines changed

3 files changed

+67
-0
lines changed

src/docs/guide/releases.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ To make it easier for users to use and upgrade, Plugin adopts a version policy c
55
| Plugin Version
66
| Grace Version
77

8+
| link:{github}/tree/2024.0.x[2024.0.x]
9+
| 2024.0.x
10+
811
| link:{github}/tree/2023.3.x[2023.3.x]
912
| 2023.3.x
1013

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
=== 2024.0.0-M1
2+
3+
link:{github}/releases/tag/v2024.0.0-M1[release notes]
4+
5+
⭐️ New Features
6+
7+
* Remove grace-datastore-gorm-mongodb-ext
8+
* Consolidate gorm-mongodb-ext into gorm-mongodb link:{github}/issues/48[#48]
9+
* Restructure Gradle builds link:{github}/issues/42[#42]
10+
- Use Gradle version catalog to simplify dependency management
11+
- Sharing Build Logic using buildSrc
12+
- Update Checkstyle and CodeNarc plugin
13+
* Merge mongodb plugin into the grace-framework link:{github}/issues/40[#40]
14+
* Relocate `examples` to the grace-data-examples link:{github}/issues/41[#41]
15+
16+
🐞 Bug Fixes
17+
18+
* Remove ambiguous overloading methods 'deleteOne()' and 'find()'
19+
* Remove deprecated methods
20+
* Fixed failed tests: MongoDbDataStoreSpringInitializerSpec and MongoConnectionSourcesSpec link:{github}/issues/43[#43]
21+
* Fix failed tests: initializationError caused by mongodb setup Test using Embedded MongoDB link:{github}/issues/43[#43]
22+
23+
🛠 Improvements
24+
25+
* Update README - Update badge version of Groovy and remove the Spring Boot badge
26+
* Add release notes for 2024.x
27+
* Add header license
28+
* Add Checkstyle and Codenarc versions to Gradle version catalog Improve the 'clean' 'docs' tasks link:{github}/issues/45[#45]
29+
* Update Codenarc rules link:{github}/issues/44[#44]
30+
* Code formatting with Checkstyle and Codenarc link:{github}/issues/44[#44]
31+
* Update GitHub workflows Currently, don't execute Checkstyle and Codenarc tasks, we will do it later
32+
* Cleanup build scripts
33+
* Build against to Grace 2024.0.0 snapshots
34+
- Migrate to the new scaffolding, fields, cache, events, hibernate plugins
35+
- Upgrade to Groovy 4.0.29
36+
- Rename app/init to app/boot
37+
* Update README
38+
- Update document links
39+
- Update badge version of Grace and Spring Boot
40+
- Update supported versions
41+
* Update README - Update badge version of Grace, Groovy and Spring Boot
42+
* Migrate to Central Portal OSSRH Staging API link:{github}/issues/34[#34]
43+
44+
🚀 Dependency Upgrades
45+
46+
* Upgrade to Eclipse Expressly 5.0.0 link:{github}/issues/39[#39]
47+
* Upgrade to Grace 2024.0.0-M1 link:{github}/issues/30[#30]
48+
* Upgrade to Grace 2023.3.0 link:{github}/issues/29[#29]
49+
* Upgrade to Grace Asset Pipeline Plugin 7.0.0-M1 link:{github}/issues/36[#36] link:{github}/issues/37[#37]
50+
* Upgrade to Grace Data 2024.0.0-M1 link:{github}/issues/46[#46]
51+
* Upgrade to Gradle 8.14.3 link:{github}/issues/38[#38]
52+
* Upgrade to Groovy 4.0.27 link:{github}/issues/31[#31]
53+
* Upgrade to MongoDB Driver 5.2.1 link:{github}/issues/35[#35]
54+
* Upgrade to Spring Framework 6.2.15 link:{github}/issues/47[#47]
55+
56+
⚙️ Tasks
57+
58+
* Release v2024.0.0-M1
59+
* Update GitHub workflows
60+
* Bump gradle/actions from 4.0.0 to 4.4.2
61+
* Bump actions/checkout from 4 to 5
62+
* Update GitHub workflows - Switch to 2024.0.x
63+
* Next development version: 2024.0.0-SNAPSHOT

src/docs/guide/toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ introduction:
55

66
releases:
77
title: Release History
8+
2024.x: What's new in 2024.x
89
2023.x: What's new in 2023.x
910

1011
gettingStarted:

0 commit comments

Comments
 (0)