diff --git a/.github/ISSUE_TEMPLATE/issue.md b/.github/ISSUE_TEMPLATE/issue.md deleted file mode 100644 index 9c600d196d5..00000000000 --- a/.github/ISSUE_TEMPLATE/issue.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -name: Documentation issue -about: Issues and questions about the SAP Cloud SDK documentation. -title: '' -labels: '' -assignees: '' ---- - - diff --git a/docs-java/release-notes/release-notes-90-to-104.mdx b/docs-java/release-notes/release-notes-90-to-104.mdx new file mode 100644 index 00000000000..c7f54b5b36d --- /dev/null +++ b/docs-java/release-notes/release-notes-90-to-104.mdx @@ -0,0 +1,12 @@ +## 0.100.0 - May 26, 2026 + +[All Release Changes](https://github.com/SAP/cloud-sdk-java/releases/tag/rel%2F0.100.0) + +### ✨ New Functionality + +- OAuth token requests to IAS now attempt to dynamically resolve the IAS tenant host, if not given. + When the current tenant does not contain a subdomain, and the IAS service binding contains the property `btp-tenant-api`, then an HTTP call to that URL is performed to obtain the IAS tenant host. + +### 📈 Improvements + +- (Generic OData Client) Allow for parameters in OData v4 expand sub-queries.