@sap-cloud-sdk/connectivity 2.14.1-20230228153604.0 → 2.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -4
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
# @sap-cloud-sdk/connectivity
|
|
2
2
|
|
|
3
|
-
## 2.
|
|
3
|
+
## 2.15.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 5bad86c70: [Fixed Issue] Stop adding certificates when sending requests to a destination, if the authentication type does not require a certificate.
|
|
8
|
+
- 5bad86c70: [Compatibility Note] When making a request to a destination that has a certificate in its defintion, the certificate is only added, if it is needed for the according authentication type. That way, `ClientCertificateAuthentication` will have a certificate in the request, while `OAuth2SAMLBearerAssertion` does not. Previously, the certificate would be added regardless.
|
|
4
9
|
|
|
5
10
|
### Patch Changes
|
|
6
11
|
|
|
7
|
-
-
|
|
8
|
-
- Updated dependencies
|
|
9
|
-
- @sap-cloud-sdk/util@2.14.1-20230228153604.0
|
|
12
|
+
- @sap-cloud-sdk/util@2.15.0
|
|
10
13
|
|
|
11
14
|
## 2.14.0
|
|
12
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-cloud-sdk/connectivity",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.15.0",
|
|
4
4
|
"description": "SAP Cloud SDK for JavaScript connectivity",
|
|
5
5
|
"homepage": "https://sap.github.io/cloud-sdk/docs/js/overview-cloud-sdk-for-javascript",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"readme": "ts-node ../../scripts/replace-common-readme.ts"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@sap-cloud-sdk/util": "^2.
|
|
40
|
+
"@sap-cloud-sdk/util": "^2.15.0",
|
|
41
41
|
"@sap/xsenv": "^3.4.0",
|
|
42
42
|
"@sap/xssec": "^3.2.17",
|
|
43
43
|
"axios": "^0.27.1",
|