Skip to content

Commit 2836b3c

Browse files
sap-cloud-sdk-bot[bot]bot-sdk-jsrpanackal
authored
Java: Add release notes for release 5.30.0 (#2452)
* Add new release notes * fix: Changes from lint * 30 to 44 --------- Co-authored-by: SAP Cloud SDK Bot <cloudsdk@sap.com> Co-authored-by: sap-cloud-sdk-bot[bot] <274190970+sap-cloud-sdk-bot[bot]@users.noreply.github.com> Co-authored-by: Roshin Rajan Panackal <roshin.rajan.panackal@sap.com>
1 parent 7478990 commit 2836b3c

2 files changed

Lines changed: 25 additions & 0 deletions

File tree

docs-java/release-notes/index.jsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import React from 'react';
22
import Notes0To14 from './release-notes-0-to-14.mdx';
33
import Notes15To29 from './release-notes-15-to-29.mdx';
4+
import Notes30To44 from './release-notes-30-to-44.mdx';
45

56
export function ReleaseNotes0To14() {
67
return <Notes0To14 />;
@@ -9,3 +10,7 @@ export function ReleaseNotes0To14() {
910
export function ReleaseNotes15To29() {
1011
return <Notes15To29 />;
1112
}
13+
14+
export function ReleaseNotes30To44() {
15+
return <Notes30To44 />;
16+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## 5.30.0 - May 06, 2026
2+
3+
[All Release Changes](https://github.com/SAP/cloud-sdk-java/releases/tag/rel%2F5.30.0)
4+
5+
### 🚧 Known Issues
6+
7+
-
8+
9+
### 🔧 Compatibility Notes
10+
11+
- [OpenAPI] In Apache HttpClient generator, file upload parameters are now pinned to type `java.io.File`, unmodifiable with `<typeMappings>` in generator configuration.
12+
13+
### ✨ New Functionality
14+
15+
-
16+
17+
### 📈 Improvements
18+
19+
- Enable Retry behavior for HttpClient5 instances, to mirror legacy behvior for HttpClient4: `1` retry with `1s` delay
20+
for response codes `429` (Too Many Requests) and `503` (Service Unavailable).

0 commit comments

Comments
 (0)