Skip to content

Release 5.30.0

Latest

Choose a tag to compare

@github-actions github-actions released this 06 May 14:58

What's Changed

All Release Changes

🚧 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: 1 retry with 1s delay
    for response codes 429 (Too Many Requests) and 503 (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 File type 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