Skip to content

Commit

Permalink
v3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-sdk-js committed Nov 16, 2023
1 parent f929169 commit bb80f1f
Show file tree
Hide file tree
Showing 507 changed files with 12,960 additions and 50,397 deletions.
5 changes: 0 additions & 5 deletions .changeset/healthy-emus-compete.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-penguins-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-flowers-smile.md

This file was deleted.

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

-

# 3.8.0

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

## Compatibility Notes

- [connectivity] Remove unused internal functionality around JWT property access, like `userFromJwt` (removed) and `audiences` (changed). (693cd655f)

## New Functionalities

- [mail-client] Add Support for `Location ID` in destinations of type `MAIL` (8516b7f04)

## Fixed Issues

- [generator] Don't generate `delete()`, `update()`, and `getByKey()` methods in the RequestBuilder of an entity without keys.
- @sap-cloud-sdk/generator-common@3.8.0
- @sap-cloud-sdk/odata-common@3.8.0
- @sap-cloud-sdk/odata-v2@3.8.0
- @sap-cloud-sdk/odata-v4@3.8.0
- @sap-cloud-sdk/util@3.8.0 (34ef77a1c)

# 3.7.0

API Docs: https://sap.github.io/cloud-sdk/api/3.7.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.7.0
## Version: 3.8.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
7 changes: 4 additions & 3 deletions knowledge-base/api-reference/assets/main.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions 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.

10 changes: 7 additions & 3 deletions knowledge-base/api-reference/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -910,8 +910,9 @@ a.tsd-index-link {
box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
#tsd-search .results li {
padding: 0 10px;
background-color: var(--color-background);
line-height: initial;
padding: 4px;
}
#tsd-search .results li:nth-child(even) {
background-color: var(--color-background-secondary);
Expand All @@ -924,7 +925,10 @@ a.tsd-index-link {
background-color: var(--color-accent);
}
#tsd-search .results a {
display: block;
display: flex;
align-items: center;
padding: 0.25rem;
box-sizing: border-box;
}
#tsd-search .results a:before {
top: 10px;
Expand Down Expand Up @@ -1134,7 +1138,7 @@ img {
}

.deprecated {
text-decoration: line-through;
text-decoration: line-through !important;
}

.warning {
Expand Down
Loading

0 comments on commit bb80f1f

Please sign in to comment.