@sap-cloud-sdk/connectivity 3.0.1 → 3.0.2-20230302014216.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/package.json +3 -3
- package/CHANGELOG.md +0 -129
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-cloud-sdk/connectivity",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.2-20230302014216.0",
|
|
4
4
|
"description": "SAP Cloud SDK for JavaScript connectivity",
|
|
5
5
|
"homepage": "https://sap.github.io/cloud-sdk/docs/js/overview",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"readme": "ts-node ../../scripts/replace-common-readme.ts"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@sap-cloud-sdk/util": "^3.0.
|
|
41
|
-
"@sap-cloud-sdk/resilience": "^3.0.
|
|
40
|
+
"@sap-cloud-sdk/util": "^3.0.2-20230302014216.0",
|
|
41
|
+
"@sap-cloud-sdk/resilience": "^3.0.2-20230302014216.0",
|
|
42
42
|
"@sap/xsenv": "^3.4.0",
|
|
43
43
|
"@sap/xssec": "^3.2.17",
|
|
44
44
|
"axios": "^1.3.4",
|
package/CHANGELOG.md
DELETED
|
@@ -1,129 +0,0 @@
|
|
|
1
|
-
# @sap-cloud-sdk/connectivity
|
|
2
|
-
|
|
3
|
-
## 3.0.1
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- Updated dependencies [fcab06c4b]
|
|
8
|
-
- @sap-cloud-sdk/resilience@3.0.1
|
|
9
|
-
- @sap-cloud-sdk/util@3.0.1
|
|
10
|
-
|
|
11
|
-
## 3.0.0
|
|
12
|
-
|
|
13
|
-
### Major Changes
|
|
14
|
-
|
|
15
|
-
- fde964e37: [Compatibility Note] The generic types of `JwtKeyMapping` is simplified so the second type argument `JwtKeysT` are always strings.
|
|
16
|
-
- fde964e37: [Compatibility Note] The `Protocol` enum was replaced with a string literal union type. Now, instead of passing `Protocol.HTTPS` pass 'https'.
|
|
17
|
-
- fde964e37: [Compatibility Note] Remove the options `timeout` and `enableCircuitBreaker` from all BTP service interactions i.e. destination and token fetching.
|
|
18
|
-
- fde964e37: [Compatibility Note] Switch the compilerOptions.module to `Node16` instead of `CommonJS` for better interoperability with ES modules. See the [TypeScript handbook](https://www.typescriptlang.org/docs/handbook/esm-node.html) for technical details if needed.
|
|
19
|
-
- fde964e37: [Compatibility Note] The enum `IsolationStrategy` was replaced with a string literal union type of the same name. Use 'tenant' and 'tenant-user' instead of `IsolationStrategy.Tenant` and `IsolationStrategy.Tenant_User`.
|
|
20
|
-
- fde964e37: [Improvement] Replace `Protocol` enum with a string literal union type.
|
|
21
|
-
- fde964e37: [Compatibility Note]] The `url` property in `Destination` is now optional as destinations of type `MAIL` do not have a URL.
|
|
22
|
-
- fde964e37: [Improvement] Replace `IsolationStrategy` enum with union type.
|
|
23
|
-
|
|
24
|
-
### Minor Changes
|
|
25
|
-
|
|
26
|
-
- fde964e37: [New Functionality] Support `OAuth2RefreshToken` authentication type
|
|
27
|
-
- fde964e37: [New Functionality] Add a `retry` option in the `DestinationFetchOption`.
|
|
28
|
-
Enable this options if the token exchange done by the destination service is unstable.
|
|
29
|
-
- fde964e37: [Fixed Issue] Fix the combination of providing the `iss` together with `OnPremise` basic destinations.
|
|
30
|
-
- fde964e37: [New Functionality] Add `ResilienceOptions` and `resilience()` function. The function returns an array of middlewares based on the provided options.
|
|
31
|
-
|
|
32
|
-
### Patch Changes
|
|
33
|
-
|
|
34
|
-
- Updated dependencies [fde964e37]
|
|
35
|
-
- Updated dependencies [fde964e37]
|
|
36
|
-
- Updated dependencies [fde964e37]
|
|
37
|
-
- Updated dependencies [fde964e37]
|
|
38
|
-
- Updated dependencies [fde964e37]
|
|
39
|
-
- Updated dependencies [fde964e37]
|
|
40
|
-
- Updated dependencies [fde964e37]
|
|
41
|
-
- @sap-cloud-sdk/util@3.0.0
|
|
42
|
-
- @sap-cloud-sdk/resilience@3.0.0
|
|
43
|
-
|
|
44
|
-
## 2.11.0
|
|
45
|
-
|
|
46
|
-
### Patch Changes
|
|
47
|
-
|
|
48
|
-
- @sap-cloud-sdk/util@2.11.0
|
|
49
|
-
|
|
50
|
-
## 2.10.0
|
|
51
|
-
|
|
52
|
-
### Patch Changes
|
|
53
|
-
|
|
54
|
-
- @sap-cloud-sdk/util@2.10.0
|
|
55
|
-
|
|
56
|
-
## 2.9.0
|
|
57
|
-
|
|
58
|
-
### Minor Changes
|
|
59
|
-
|
|
60
|
-
- 24029503: [New Functionality] Support fetching all subaccount- and service instance destinations from the destination service simultaneously.
|
|
61
|
-
|
|
62
|
-
### Patch Changes
|
|
63
|
-
|
|
64
|
-
- Updated dependencies [4c51d3dc]
|
|
65
|
-
- @sap-cloud-sdk/util@2.9.0
|
|
66
|
-
|
|
67
|
-
## 2.8.0
|
|
68
|
-
|
|
69
|
-
### Minor Changes
|
|
70
|
-
|
|
71
|
-
- 15e9ef4b: [Fixed Issue] Remove last explicit references to 'VCAP_SERVICES' and replace them with '@sap/xsenv'.
|
|
72
|
-
- 15e9ef4b: [Fixed Issue] Fix that unparsable destinations in the subaccount prevent other destinations from beeing fetched.
|
|
73
|
-
|
|
74
|
-
### Patch Changes
|
|
75
|
-
|
|
76
|
-
- 15e9ef4b: [Improvement] Reduce default logs for failing requests in @sap-cloud-sdk/http-client.
|
|
77
|
-
- @sap-cloud-sdk/util@2.8.0
|
|
78
|
-
|
|
79
|
-
## 2.7.1
|
|
80
|
-
|
|
81
|
-
### Patch Changes
|
|
82
|
-
|
|
83
|
-
- @sap-cloud-sdk/util@2.7.1
|
|
84
|
-
|
|
85
|
-
## 2.7.0
|
|
86
|
-
|
|
87
|
-
### Minor Changes
|
|
88
|
-
|
|
89
|
-
- 3bff42e1: [Fixed Issue] Fix a breaking change of `serviceToken` introduced in 2.0, so it accepts `XsuaaServiceCredentials` again as an option.
|
|
90
|
-
- 010a46fa: [Improvement] Support consumption of the XSUAA API via destinations.
|
|
91
|
-
|
|
92
|
-
### Patch Changes
|
|
93
|
-
|
|
94
|
-
- @sap-cloud-sdk/util@2.7.0
|
|
95
|
-
|
|
96
|
-
## 2.6.0
|
|
97
|
-
|
|
98
|
-
### Minor Changes
|
|
99
|
-
|
|
100
|
-
- cb598c16: [New Functionality] Support JWTs without a `JKU` property.
|
|
101
|
-
- 09094607: [New Functionality] Add interface `DestinationCacheInterface` and method `setDestinationCache` to support implementation of custom destination cache.
|
|
102
|
-
- 93d41281: [New Functionality] Fetch client credential token for destinations created by service bindings.
|
|
103
|
-
- 8fdfebd6: [Fixed Issue] Fix `getDestination()` to allow passing an async transform function `serviceBindingTransformFn` in `options`. The transform function can also be passed by `execute()`, `executeHttpRequest()`, `executeRaw()`, etc.
|
|
104
|
-
[Compatibility Note] Rename `transformationFn` into `serviceBindingTransformFn` in `DestinationForServiceBindingsOptions` to avoid ambiguity and make the function async.
|
|
105
|
-
|
|
106
|
-
### Patch Changes
|
|
107
|
-
|
|
108
|
-
- @sap-cloud-sdk/util@2.6.0
|
|
109
|
-
|
|
110
|
-
## 2.5.0
|
|
111
|
-
|
|
112
|
-
### Patch Changes
|
|
113
|
-
|
|
114
|
-
- Updated dependencies [89f1c423]
|
|
115
|
-
- @sap-cloud-sdk/util@2.5.0
|
|
116
|
-
|
|
117
|
-
## 2.4.0
|
|
118
|
-
|
|
119
|
-
### Minor Changes
|
|
120
|
-
|
|
121
|
-
- 04726a35: [Improvement] Reduce default log output on the `info` level significantly.
|
|
122
|
-
- 04726a35: [Compatibility Note] Only log the successful retrieval of destinations on the`info` log level, log everything else is on the `debug` or `warn` level.
|
|
123
|
-
- 0a008674: [Compatibility Note] Mark the function `noDestinationErrorMessage` as internal API.
|
|
124
|
-
- 0a008674: [New Functionality] Support self-signed certificate using the `trustStore` property of the destination object.
|
|
125
|
-
|
|
126
|
-
### Patch Changes
|
|
127
|
-
|
|
128
|
-
- Updated dependencies [0a008674]
|
|
129
|
-
- @sap-cloud-sdk/util@2.4.0
|