@sap-cloud-sdk/http-client 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 +4 -4
- package/CHANGELOG.md +0 -147
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-cloud-sdk/http-client",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.2-20230302014216.0",
|
|
4
4
|
"description": "SAP Cloud SDK for JavaScript http-client",
|
|
5
5
|
"homepage": "https://sap.github.io/cloud-sdk/docs/js/overview",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"readme": "ts-node ../../scripts/replace-common-readme.ts"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@sap-cloud-sdk/connectivity": "^3.0.
|
|
41
|
-
"@sap-cloud-sdk/resilience": "^3.0.
|
|
42
|
-
"@sap-cloud-sdk/util": "^3.0.
|
|
40
|
+
"@sap-cloud-sdk/connectivity": "^3.0.2-20230302014216.0",
|
|
41
|
+
"@sap-cloud-sdk/resilience": "^3.0.2-20230302014216.0",
|
|
42
|
+
"@sap-cloud-sdk/util": "^3.0.2-20230302014216.0",
|
|
43
43
|
"axios": "^1.3.4"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
package/CHANGELOG.md
DELETED
|
@@ -1,147 +0,0 @@
|
|
|
1
|
-
# @sap-cloud-sdk/http-client
|
|
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/connectivity@3.0.1
|
|
10
|
-
- @sap-cloud-sdk/util@3.0.1
|
|
11
|
-
|
|
12
|
-
## 3.0.0
|
|
13
|
-
|
|
14
|
-
### Major Changes
|
|
15
|
-
|
|
16
|
-
- fde964e37: [Compatibility Note] Remove the options `timeout` and `enableCircuitBreaker` from all BTP service interactions i.e. destination and token fetching.
|
|
17
|
-
- 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.
|
|
18
|
-
- fde964e37: [Compatibility Note] Remove `timeout()` method from the request builders and the `timeout` options from the `executeHttpRequest()` function.
|
|
19
|
-
Visit the [documentation portal](https://sap.github.io/cloud-sdk/docs/js/guides/resilience) to see how to add a timeout using middlewares.
|
|
20
|
-
- fde964e37: [Compatibility Note] Removed overload of executeHttpRequest
|
|
21
|
-
The overload, that accepted `HttpRequestConfigWithOrigin` as a parameter, is removed and replaced by the function `executeHttpRequestWithOrigin`.
|
|
22
|
-
- fde964e37: [Compatibility Note]] The `url` property in `Destination` is now optional as destinations of type `MAIL` do not have a URL.
|
|
23
|
-
|
|
24
|
-
### Minor Changes
|
|
25
|
-
|
|
26
|
-
- fde964e37: [New Functionality] The request configuration used in the final request is now part of the middleware context.
|
|
27
|
-
User can implement middlewares to change request properties like `headers` using this reference in the middleware context.
|
|
28
|
-
The request configuration contains the `url`, `headers` and all other properties of the HTTP request.
|
|
29
|
-
- fde964e37: [New Functionality] Introduce the middleware on the request builders and http-client.
|
|
30
|
-
Visit the [documentation portal](https://sap.github.io/cloud-sdk/docs/js/guides/resilience) to see how to use middlewares.
|
|
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
|
-
- Updated dependencies [fde964e37]
|
|
42
|
-
- Updated dependencies [fde964e37]
|
|
43
|
-
- Updated dependencies [fde964e37]
|
|
44
|
-
- Updated dependencies [fde964e37]
|
|
45
|
-
- Updated dependencies [fde964e37]
|
|
46
|
-
- Updated dependencies [fde964e37]
|
|
47
|
-
- Updated dependencies [fde964e37]
|
|
48
|
-
- Updated dependencies [fde964e37]
|
|
49
|
-
- Updated dependencies [fde964e37]
|
|
50
|
-
- @sap-cloud-sdk/util@3.0.0
|
|
51
|
-
- @sap-cloud-sdk/connectivity@3.0.0
|
|
52
|
-
- @sap-cloud-sdk/resilience@3.0.0
|
|
53
|
-
|
|
54
|
-
## 2.11.0
|
|
55
|
-
|
|
56
|
-
### Patch Changes
|
|
57
|
-
|
|
58
|
-
- @sap-cloud-sdk/connectivity@2.11.0
|
|
59
|
-
- @sap-cloud-sdk/util@2.11.0
|
|
60
|
-
|
|
61
|
-
## 2.10.0
|
|
62
|
-
|
|
63
|
-
### Patch Changes
|
|
64
|
-
|
|
65
|
-
- @sap-cloud-sdk/connectivity@2.10.0
|
|
66
|
-
- @sap-cloud-sdk/util@2.10.0
|
|
67
|
-
|
|
68
|
-
## 2.9.0
|
|
69
|
-
|
|
70
|
-
### Patch Changes
|
|
71
|
-
|
|
72
|
-
- Updated dependencies [4c51d3dc]
|
|
73
|
-
- Updated dependencies [24029503]
|
|
74
|
-
- @sap-cloud-sdk/util@2.9.0
|
|
75
|
-
- @sap-cloud-sdk/connectivity@2.9.0
|
|
76
|
-
|
|
77
|
-
## 2.8.0
|
|
78
|
-
|
|
79
|
-
### Patch Changes
|
|
80
|
-
|
|
81
|
-
- Updated dependencies [15e9ef4b]
|
|
82
|
-
- Updated dependencies [15e9ef4b]
|
|
83
|
-
- Updated dependencies [15e9ef4b]
|
|
84
|
-
- @sap-cloud-sdk/connectivity@2.8.0
|
|
85
|
-
- @sap-cloud-sdk/util@2.8.0
|
|
86
|
-
|
|
87
|
-
## 2.7.1
|
|
88
|
-
|
|
89
|
-
### Patch Changes
|
|
90
|
-
|
|
91
|
-
- @sap-cloud-sdk/connectivity@2.7.1
|
|
92
|
-
- @sap-cloud-sdk/util@2.7.1
|
|
93
|
-
|
|
94
|
-
## 2.7.0
|
|
95
|
-
|
|
96
|
-
### Patch Changes
|
|
97
|
-
|
|
98
|
-
- Updated dependencies [3bff42e1]
|
|
99
|
-
- Updated dependencies [010a46fa]
|
|
100
|
-
- @sap-cloud-sdk/connectivity@2.7.0
|
|
101
|
-
- @sap-cloud-sdk/util@2.7.0
|
|
102
|
-
|
|
103
|
-
## 2.6.0
|
|
104
|
-
|
|
105
|
-
### Minor Changes
|
|
106
|
-
|
|
107
|
-
- e44c214a: [Fixed Issue] Fix the `executeHttpRequest`/`executeHttpRequestWithOrigin` function, so the warning is only shown when overwriting headers by using custom headers.
|
|
108
|
-
- e46bb51d: [Improvement] Make `requestConfig` of `OriginOptions` optional.
|
|
109
|
-
|
|
110
|
-
### Patch Changes
|
|
111
|
-
|
|
112
|
-
- Updated dependencies [cb598c16]
|
|
113
|
-
- Updated dependencies [09094607]
|
|
114
|
-
- Updated dependencies [93d41281]
|
|
115
|
-
- Updated dependencies [8fdfebd6]
|
|
116
|
-
- @sap-cloud-sdk/connectivity@2.6.0
|
|
117
|
-
- @sap-cloud-sdk/util@2.6.0
|
|
118
|
-
|
|
119
|
-
## 2.5.0
|
|
120
|
-
|
|
121
|
-
### Minor Changes
|
|
122
|
-
|
|
123
|
-
- 9481ec69: [Fixed Issue] Fix the `executeHttpRequest` function, so it accepts the same parameters as in version 1.
|
|
124
|
-
[Compatibility Note] Deprecate one overload of the `executeHttpRequest` function, that accepts `HttpRequestConfigWithOrigin` as a parameter. Use the new function `executeHttpRequestWithOrigin` as replacement.
|
|
125
|
-
[New Functionality] Support defining header options and query parameter options with origins.
|
|
126
|
-
|
|
127
|
-
### Patch Changes
|
|
128
|
-
|
|
129
|
-
- Updated dependencies [89f1c423]
|
|
130
|
-
- @sap-cloud-sdk/util@2.5.0
|
|
131
|
-
- @sap-cloud-sdk/connectivity@2.5.0
|
|
132
|
-
|
|
133
|
-
## 2.4.0
|
|
134
|
-
|
|
135
|
-
### Minor Changes
|
|
136
|
-
|
|
137
|
-
- 04726a35: [Improvement] Reduce default log output on the `info` level significantly.
|
|
138
|
-
[Compatibility Note] Only log the successful retrieval of destinations on the`info` log level, log everything else is on the `debug` or `warn` level.
|
|
139
|
-
|
|
140
|
-
### Patch Changes
|
|
141
|
-
|
|
142
|
-
- Updated dependencies [04726a35]
|
|
143
|
-
- Updated dependencies [0a008674]
|
|
144
|
-
- Updated dependencies [0a008674]
|
|
145
|
-
- Updated dependencies [0a008674]
|
|
146
|
-
- @sap-cloud-sdk/connectivity@2.4.0
|
|
147
|
-
- @sap-cloud-sdk/util@2.4.0
|