Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update JS Release Notes #1886

Merged
merged 2 commits into from
Aug 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs-js/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,20 @@ import LicenseBadge from '@site/src/sap/sdk-js/LicenseBadge';
<!-- vale off -->
<!-- This line is used for our release notes automation -->

## 3.18.0 [Core Modules] - August 07, 2024

### New Functionalities

- [connectivity] Support IAS tokens without the need to pass `iss` in the destination fetch options. (06e5c72)
- [openapi-generator, generator-common] Introduce option `generateESM` in OpenAPI generator to generate ESM compatible code. (3a93e38)

### Fixed Issues

- [connectivity] Fix the JwtPayload import.
- @sap-cloud-sdk/[email protected]
- @sap-cloud-sdk/[email protected] (c23ccfd)
- [mail-client] Fix the type of `replyTo` property in the `MailConfig` interface. (00fa35d)

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

### New Functionalities
Expand Down