What's Changed
🚧 Known Issues
🔧 Compatibility Notes
- [OpenAPI] In Apache HttpClient generator, file upload parameters are now pinned to type
java.io.File, unmodifiable with<typeMappings>in generator configuration.
✨ New Functionality
📈 Improvements
- Enable Retry behavior for HttpClient5 instances, to mirror legacy behvior for HttpClient4:
1retry with1sdelay
for response codes429(Too Many Requests) and503(Service Unavailable).
All Commits
Click to expand
- fix: JavaDoc PR link in prepare-release workflow by @newtork in #1159
- chore: Enhance HttpClient5 Retry-Strategy for 429 and 503 responses by @newtork in #1009
- fix: [OpenAPI] Pin file upload parameter to
Filetype by @rpanackal in #1160 - chore: [DevOps] bump the production-minor-patch group with 18 updates by @dependabot[bot] in #1161
- chore: [DevOps] bump slackapi/slack-github-action from 3.0.1 to 3.0.2 in the github-actions group by @dependabot[bot] in #1163
- chore: [DevOps] bump the production-minor-patch group with 19 updates by @dependabot[bot] in #1164
- feat: expose slowCallDurationThreshold in CircuitBreakerConfiguration by @dira-AUR in #1153
New Contributors
Full Changelog: https://github.com/SAP/cloud-sdk-java/commits/rel/5.30.0