Skip to content

Commit

Permalink
Merge branch 'main' into feat/fragments
Browse files Browse the repository at this point in the history
  • Loading branch information
MatKuhr authored Aug 5, 2024
2 parents 5e2e89a + 28bbc6b commit ed25045
Show file tree
Hide file tree
Showing 2,104 changed files with 7,962 additions and 7,747 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

This repository contains:

- Sources for the [SAP Cloud SDK Documentation](https://sap.github.io/cloud-sdk/)
- SAP Cloud SDK for Java [Support Issues](https://github.com/SAP/cloud-sdk/issues)
- Sources for the [SAP Cloud SDK Documentation](https://sap.github.io/cloud-sdk/).
- SAP Cloud SDK for Java [Support Issues](https://github.com/SAP/cloud-sdk/issues).

For the [Support](https://github.com/SAP/cloud-sdk-js/issues) on SAP Cloud SDK for JavaScript us this [repository](https://github.com/SAP/cloud-sdk-js).

Expand Down
21 changes: 21 additions & 0 deletions docs-java/release-notes/release-notes-0-to-14.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## 5.11.0 - August 01, 2024

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

### 🔧 Compatibility Notes

- The OpenAPI generator doesn't add `//NOPMD` after imports anymore.

### ✨ New Functionality

- Add experimental support for [_Destination Fragments_](https://help.sap.com/docs/connectivity/sap-btp-connectivity-cf/extending-destinations-with-fragments).
Fragment names can be passed upon requesting destinations via `DestinationServiceOptionsAugmenter.fragmentName("my-fragment-name")`.
- Allow removing properties when using a destination builder.

### 🐛 Fixed Issues

- The OpenAPI Generator correctly declares `@Nonnull` and `@Nullable` annotations on generated endpoint methods.
- The OpenAPI Generator uses correct camelCase again, when creating methods to _add items_ to a collections.
Version `5.10.0` used incorrect `addfooItems(Foo)` instead of `addFooItems(Foo)`.
This is fixed now.

## 5.10.0 - June 12, 2024

[All Release Changes](https://github.com/SAP/cloud-sdk-java/releases/tag/rel%2F5.10.0)
Expand Down
20 changes: 20 additions & 0 deletions docs-js/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,26 @@ import LicenseBadge from '@site/src/sap/sdk-js/LicenseBadge';
<!-- vale off -->
<!-- This line is used for our release notes automation -->

## 3.17.0 [Core Modules] - July 30, 2024

### New Functionalities

- [connectivity] Add `getTenantId()` function for convenience. (dbad36f)
- [mail-client] Add support for multi-tenancy for on-premise mail destinations. (68a07d6)

### Improvements

- [connectivity] Use tenant ID instead of tenant-aware authentication URL for the client credentials cache. (54a46a3)
- [connectivity] Retrieve service token for OAuth2ClientCredentials authentication only once. (99b5009)
- [openapi-generator] Generated OpenAPI clients support `application/merge-patch+json` media type for patch requests. (e9a243a)

### Fixed Issues

- [connectivity] Fix token fetching for mail multi-tenancy scenarios.
- @sap-cloud-sdk/[email protected]
- @sap-cloud-sdk/[email protected] (86f4158)
- [mail-client] Fix token fetching for mail multi-tenancy scenarios. (86f4158)

## 3.16.0 [Core Modules] - June 27, 2024

### Compatibility Notes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@typescript-eslint/parser": "^7.18.0",
"assert": "^2.1.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand Down
2 changes: 1 addition & 1 deletion static/api/v3/assets/navigation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion static/api/v3/assets/search.js

Large diffs are not rendered by default.

Loading

0 comments on commit ed25045

Please sign in to comment.