Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JS] Update release-policy.mdx #1994

Merged
merged 6 commits into from
Jan 21, 2025
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs-js/release-policy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ The SAP Cloud SDK follows [semantic versioning](https://semver.org/).

## Planned Major Release Schedule

| Version | Status | Release Date |
| :------ | ------------------------------------------------------------------------ | :------------ |
| 1.x | Deprecated | March 2019 |
| 2.x | Deprecated | February 2022 |
| 3.x | [Released GA](https://blogs.sap.com/2023/03/02/sap-cloud-sdk-version-3/) | February 2023 |
| 4.x | Planned | Q1/Q2 2025 |
| Version | Status | Release Date | End of Life |
| :------ | ------------------------------------------------------------------------ | :------------ | :---------- |
| 1.x | Deprecated | March 2019 | 2022, June |
deekshas8 marked this conversation as resolved.
Show resolved Hide resolved
| 2.x | Deprecated | February 2022 | 2023, June |
deekshas8 marked this conversation as resolved.
Show resolved Hide resolved
| 3.x | [Released GA](https://blogs.sap.com/2023/03/02/sap-cloud-sdk-version-3/) | February 2023 | TBD |
| 4.x | Planned | Q1/Q2 2025 | |

### Upgrading to a New Major Version

Expand Down
12 changes: 6 additions & 6 deletions docs-js_versioned_docs/version-v3/release-policy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ The SAP Cloud SDK follows [semantic versioning](https://semver.org/).

## Planned Major Release Schedule

| Version | Status | Release Date |
| :------ | ------------------------------------------------------------------------ | :------------ |
| 1.x | Deprecated | March 2019 |
| 2.x | Deprecated | February 2022 |
| 3.x | [Released GA](https://blogs.sap.com/2023/03/02/sap-cloud-sdk-version-3/) | February 2023 |
| 4.x | Planned | Q1/Q2 2025 |
| Version | Status | Release Date | End of Life |
| :------ | ------------------------------------------------------------------------ | :------------ | :---------- |
| 1.x | Deprecated | March 2019 | June, 2022 |
deekshas8 marked this conversation as resolved.
Show resolved Hide resolved
| 2.x | Deprecated | February 2022 | June, 2023 |
deekshas8 marked this conversation as resolved.
Show resolved Hide resolved
| 3.x | [Released GA](https://blogs.sap.com/2023/03/02/sap-cloud-sdk-version-3/) | February 2023 | TBD |
| 4.x | Planned | Q1/Q2 2025 | |

### Upgrading to a New Major Version

Expand Down
Loading