Skip to content

Commit a9aca94

Browse files
committed
Add release notes for 2024.0.0-M1
Closes gh-1111
1 parent b84fa61 commit a9aca94

File tree

3 files changed

+73
-0
lines changed

3 files changed

+73
-0
lines changed

docs/src/docs/guide/releases.adoc

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
To make it easier for users to use and upgrade, https://github.com/graceframework/grace-framework[Grace Framework] adopts a version policy consistent with the https://github.com/spring-projects/spring-boot[Spring Boot].
2+
3+
[cols="50%,50%"]
4+
|===
5+
| Grace Version
6+
| Spring Boot Version
7+
8+
| link:{github}/tree/2024.0.x[2024.0.x]
9+
| https://docs.spring.io/spring-boot/3.4/index.html[3.4.x]
10+
11+
| link:{github}/tree/2023.3.x[2023.3.x]
12+
| https://docs.spring.io/spring-boot/3.3/index.html[3.3.x]
13+
14+
| link:{github}/tree/2023.2.x[2023.2.x]
15+
| https://docs.spring.io/spring-boot/docs/3.2.12/reference/html/[3.2.x]
16+
17+
| link:{github}/tree/2023.1.x[2023.1.x]
18+
| https://docs.spring.io/spring-boot/docs/3.1.12/reference/html/[3.1.x]
19+
20+
| link:{github}/tree/2023.0.x[2023.0.x]
21+
| https://docs.spring.io/spring-boot/docs/3.0.13/reference/html/[3.0.x]
22+
23+
| link:{github}/tree/2022.2.x[2022.2.x]
24+
| https://docs.spring.io/spring-boot/docs/2.7.18/reference/html/[2.7.x]
25+
26+
| link:{github}/tree/2022.1.x[2022.1.x]
27+
| https://docs.spring.io/spring-boot/docs/2.7.18/reference/html/[2.7.x]
28+
29+
| link:{github}/tree/2022.0.x[2022.0.x]
30+
| https://docs.spring.io/spring-boot/docs/2.7.18/reference/html/[2.7.x]
31+
|===
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
=== 2024.0.0-M1
2+
3+
link:{github}/releases/tag/v2024.0.0-M1[release notes]
4+
5+
🛠 Improvements
6+
7+
* Update README
8+
* Add release notes for 2024.0.0-M1 link:{github}/issues/1100[#1111]
9+
* Use the new url of Grace binary distribution for sdkMan link:{github}/issues/1100[#1110]
10+
* Provides binary, sources and docs distributions for Grace framework link:{github}/issues/1100[#1109]
11+
* Update Grace Banner link:{github}/issues/1100[#1108]
12+
* Spring Boot 3.3.x is no longer supported link:{github}/issues/1100[#1107]
13+
* Update `grace-doc` to 2023.3.0 link:{github}/issues/1100[#1106]
14+
* Don't publish `docs` to Maven Central and includes it in the distribution link:{github}/issues/1100[#1104]
15+
* Add support for creating Grace 2024 project link:{github}/issues/1100[#1100]
16+
* Update GrailsTests: bannerMode has been bound to properties link:{github}/issues/1050[#1050]
17+
18+
🚀 Dependency Upgrades
19+
20+
* Upgrade to AssertJ 3.26.3 link:{github}/issues/1088[#1088]
21+
* Upgrade to Byte Buddy 1.15.11 link:{github}/issues/1089[#1089]
22+
* Upgrade to Commons Codec 1.17.2 link:{github}/issues/1091[#1091]
23+
* Upgrade to Commons Lang3 3.17.0 link:{github}/issues/1090[#1090]
24+
* Upgrade to Commons Text 1.13.1 link:{github}/issues/1099[#1099]
25+
* Upgrade to Gson 2.11.0 link:{github}/issues/1101[#1101]
26+
* Upgrade to H2 2.3.232 link:{github}/issues/1093[#1093]
27+
* Upgrade to Jackson Databind 2.18.4 link:{github}/issues/1092[#1092]
28+
* Upgrade to JUnit Jupiter 5.11.4 link:{github}/issues/1094[#1094]
29+
* Upgrade to JUnit Platform 1.11.4 link:{github}/issues/1095[#1095]
30+
* Upgrade to Mockito 5.14.2 link:{github}/issues/1102[#1102]
31+
* Upgrade to SnakeYAML 2.3 link:{github}/issues/1096[#1096]
32+
* Upgrade to Spring Boot 3.4.6 link:{github}/issues/1050[#1050]
33+
* Upgrade to Spring Boot 3.4.7 link:{github}/issues/1097[#1097]
34+
* Upgrade to Spring Framework 6.2.7 link:{github}/issues/1051[#1051]
35+
* Upgrade to Spring Framework 6.2.8 link:{github}/issues/1098[#1098]
36+
37+
⚙️ Tasks
38+
39+
* Release v2023.3.0-M1
40+
* Update GitHub workflows - Switch to 2024.0.x
41+
* Next development version: 2024.0.0-SNAPSHOT

docs/src/docs/guide/toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
introduction: Introduction
22
releases:
33
title: Release History
4+
2024.x: What's new in 2024.x
45
2023.x: What's new in 2023.x
56
installation: Installation
67
gettingStarted: Getting Started

0 commit comments

Comments
 (0)