Skip to content

Commit 3022fb1

Browse files
jeet1995Copilot
andcommitted
Add version guide and EOL notice to azure-spring-data-cosmos CHANGELOG
Add a version mapping table in the CHANGELOG header block to help customers identify which version line targets their Spring Boot version. Includes an End of Life notice for the 3.x line (Spring Boot 2.x OSS support ended November 2023). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent a8e02c1 commit 3022fb1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

sdk/spring/azure-spring-data-cosmos/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## Release History
22

3+
> **Version Guide:** This package maintains multiple version lines for different Spring Boot releases.
4+
> See the [Spring Boot Version Support](README.md#spring-boot-version-support) section in the README for version mapping.
5+
>
6+
> | Version Line | Spring Boot | Status |
7+
> |---|---|---|
8+
> | **7.x** | 3.4+ | Current |
9+
> | **6.x** | 3.3+ | Active |
10+
> | **5.x** | 3.0+ | Active |
11+
> | **3.x** | 2.4–2.7 | **End of Life** — Spring Boot 2.x OSS support ended November 2023. Please upgrade to 5.x or later. |
12+
313
### 7.2.0-beta.1 (Unreleased)
414

515
#### Features Added

0 commit comments

Comments
 (0)