Skip to content

Commit 8d9d953

Browse files
author
cloud-sdk-js
committed
v3.16.0
1 parent 209b96c commit 8d9d953

File tree

514 files changed

+1296
-1093
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

514 files changed

+1296
-1093
lines changed

.changeset/beige-bananas-divide.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

.changeset/curvy-carpets-talk.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/happy-mayflies-sort.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/harry-potter-lives.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lemon-items-enjoy.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/light-insects-bow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/shy-days-dance.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/young-weeks-pray.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,40 @@
2828

2929
-
3030

31+
# 3.16.0
32+
33+
API Docs: https://sap.github.io/cloud-sdk/api/3.16.0
34+
35+
## Compatibility Notes
36+
37+
- [connectivity] The JKU header in JWTs is no longer verified. Instead the signature of the JWT is verified, which is more secure. (4f29615)
38+
- [generator] Generation of OData clients does no longer fail if `basePath` value cannot be determined. It will be set to `/` by default. (ef3a800)
39+
40+
## New Functionalities
41+
42+
- [connectivity] Add convenience function `transformServiceBindingToDestination()` to create destination from service bindings.
43+
The following service bindings are supported:
44+
45+
- business-logging
46+
- destination
47+
- s4-hana-cloud
48+
- saas-registry
49+
- workflow
50+
- service-manager
51+
- xsuaa
52+
- aicore (efa75d3)
53+
54+
## Improvements
55+
56+
- [connectivity] Expose `getServiceBinding()`. This was previously an internal function. (efa75d3)
57+
- [generator] Generated clients support `noImplicitOverride` config option in `tsconfig.json`. (022adae)
58+
- [generator] If `basePath` cannot be determined, it is set to `/`, and generation no longer fails. (28ab1a4)
59+
- [openapi-generator] Generate OpenAPI clients with header parameters. (aa0b849)
60+
61+
## Fixed Issues
62+
63+
- [generator] Fix incorrect warning logs for operation imports that have a matching operation in the service specification. (9efe37e)
64+
3165
# 3.15.0
3266

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

DOCUMENTATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version: 3.15.0
1+
## Version: 3.16.0
22

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

0 commit comments

Comments
 (0)