Skip to content

Commit

Permalink
v3.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-sdk-js committed Jun 27, 2024
1 parent 209b96c commit 8d9d953
Show file tree
Hide file tree
Showing 514 changed files with 1,296 additions and 1,093 deletions.
15 changes: 0 additions & 15 deletions .changeset/beige-bananas-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curvy-carpets-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-mayflies-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/harry-potter-lives.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-items-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-insects-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-days-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-weeks-pray.md

This file was deleted.

34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,40 @@

-

# 3.16.0

API Docs: https://sap.github.io/cloud-sdk/api/3.16.0

## Compatibility Notes

- [connectivity] The JKU header in JWTs is no longer verified. Instead the signature of the JWT is verified, which is more secure. (4f29615)
- [generator] Generation of OData clients does no longer fail if `basePath` value cannot be determined. It will be set to `/` by default. (ef3a800)

## New Functionalities

- [connectivity] Add convenience function `transformServiceBindingToDestination()` to create destination from service bindings.
The following service bindings are supported:

- business-logging
- destination
- s4-hana-cloud
- saas-registry
- workflow
- service-manager
- xsuaa
- aicore (efa75d3)

## Improvements

- [connectivity] Expose `getServiceBinding()`. This was previously an internal function. (efa75d3)
- [generator] Generated clients support `noImplicitOverride` config option in `tsconfig.json`. (022adae)
- [generator] If `basePath` cannot be determined, it is set to `/`, and generation no longer fails. (28ab1a4)
- [openapi-generator] Generate OpenAPI clients with header parameters. (aa0b849)

## Fixed Issues

- [generator] Fix incorrect warning logs for operation imports that have a matching operation in the service specification. (9efe37e)

# 3.15.0

API Docs: https://sap.github.io/cloud-sdk/api/3.15.0
Expand Down
2 changes: 1 addition & 1 deletion DOCUMENTATION.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Version: 3.15.0
## Version: 3.16.0

The SAP Cloud SDK for JavaScript consists of multiple libraries to enable you to write side-by-side extensions on SAP Business Technology Platform.

Expand Down
2 changes: 1 addition & 1 deletion knowledge-base/api-reference/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 knowledge-base/api-reference/assets/search.js

Large diffs are not rendered by default.

Loading

0 comments on commit 8d9d953

Please sign in to comment.