You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-js/guides/upgrade-to-version-4.mdx
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,14 +9,13 @@ description: This document will guide you through the upgrade process from versi
9
9
10
10
# How to Upgrade to Version 4 of the SAP Cloud SDK for JavaScript <!--omitfromtoc-->
11
11
12
-
This document will guide you through the steps necessary to upgrade to version 4 of the SAP Cloud SDK.
13
-
Depending on your project, some steps might not be applicable.
14
-
The To-Do list is:
12
+
This document outlines changes introduced in version 4 of the SAP Cloud SDK and provides guidance for updating your project where needed.
13
+
Some points highlight changes in default behavior rather than required actions.
15
14
16
15
-[Update Your Project Dependencies](#update-your-project-dependencies)
17
16
-[Update to Node 22 or Newer](#update-to-node-22-or-newer)
18
-
-[Set `useCache` explicitly to `false` to turn off destination caching](#set-usecache-explicitly-to-false-to-turn-off-destination-caching)
19
-
-[Set `iasToXsuaaTokenExchange`to `true` to enable IAS to XSUAA token exchange](#set-iastoxsuaatokenexchange-to-true-to-enable-ias-to-xsuaa-token-exchange)
17
+
-[Destination caching is enabled by default](#destination-caching-is-enabled-by-default)
18
+
-[`iasToXsuaaTokenExchange`option is `false` by default](#iastoxsuaatokenexchange-option-is-false-by-default)
@@ -34,7 +33,7 @@ All SAP Cloud SDK for JavaScript libraries now support node 22 (LTS) as the **mi
34
33
If you are using a node version older than 22, update your runtime environment to a newer version.
35
34
On Cloud Foundry you can do this by [setting the node engine in your `package.json`](https://docs.cloudfoundry.org/buildpacks/node/index.html#runtime).
36
35
37
-
## Set `useCache` explicitly to `false` to turn off destination caching
36
+
## Destination caching is enabled by default
38
37
39
38
**Destination caching while retrieving destinations via the destination service is now enabled by default.**
40
39
@@ -46,7 +45,7 @@ To disable caching set `useCache: false` in the options, for example in `execute
0 commit comments