Skip to content

Commit

Permalink
Java: Add release notes for release 5.17.0 (#2020)
Browse files Browse the repository at this point in the history
* Add new release notes

* Remove extra newline

---------

Co-authored-by: Roshin Rajan Panackal <[email protected]>
  • Loading branch information
bot-sdk-js and Roshin Rajan Panackal authored Feb 20, 2025
1 parent 8d8bc40 commit 1f26880
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs-java/release-notes/release-notes-15-to-29.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 5.17.0 - February 20, 2025

[All Release Changes](https://github.com/SAP/cloud-sdk-java/releases/tag/rel%2F5.17.0)

### 🔧 Compatibility Notes

- Changes regarding the TLS `Upgrade` header thanks to [Apache httpclient5 5.4.2](https://github.com/apache/httpcomponents-client/commit/5ab09ea39fed1c39ea35905532ba1567c785330a)
- `TlsUpgrade.DISABLED` no changes
- `TlsUpgrade.ENABLED` will not send the `Upgrade` header for non-proxy connections anymore
- `TlsUpgrade.AUTOMATIC` **Default behaviour** will not send the `Upgrade` header anymore
- Except for `proxyType(ProxyType.INTERNET)`

### ✨ New Functionality

- OpenAPI: Add `toMap()` and deprecate `getCustomField(String)` on generated model classes.

## 5.16.0 - January 29, 2025

[All Release Changes](https://github.com/SAP/cloud-sdk-java/releases/tag/rel%2F5.16.0)
Expand Down

0 comments on commit 1f26880

Please sign in to comment.