@sap-cloud-sdk/openapi 3.0.0-20230228165641.0 → 3.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +132 -0
  2. package/package.json +5 -5
package/CHANGELOG.md ADDED
@@ -0,0 +1,132 @@
1
+ # @sap-cloud-sdk/openapi
2
+
3
+ ## 3.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - fde964e37: [Compatibility Note] Remove the options `timeout` and `enableCircuitBreaker` from all BTP service interactions i.e. destination and token fetching.
8
+ - 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.
9
+ - fde964e37: [Compatibility Note] Remove `timeout()` method from the request builders and the `timeout` options from the `executeHttpRequest()` function.
10
+ Visit the [documentation portal](https://sap.github.io/cloud-sdk/docs/js/guides/resilience) to see how to add a timeout using middlewares.
11
+
12
+ ### Minor Changes
13
+
14
+ - fde964e37: [New Functionality] Introduce the middleware on the request builders and http-client.
15
+ Visit the [documentation portal](https://sap.github.io/cloud-sdk/docs/js/guides/resilience) to see how to use middlewares.
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [fde964e37]
20
+ - Updated dependencies [fde964e37]
21
+ - Updated dependencies [fde964e37]
22
+ - Updated dependencies [fde964e37]
23
+ - Updated dependencies [fde964e37]
24
+ - Updated dependencies [fde964e37]
25
+ - Updated dependencies [fde964e37]
26
+ - Updated dependencies [fde964e37]
27
+ - Updated dependencies [fde964e37]
28
+ - Updated dependencies [fde964e37]
29
+ - Updated dependencies [fde964e37]
30
+ - Updated dependencies [fde964e37]
31
+ - Updated dependencies [fde964e37]
32
+ - Updated dependencies [fde964e37]
33
+ - Updated dependencies [fde964e37]
34
+ - Updated dependencies [fde964e37]
35
+ - Updated dependencies [fde964e37]
36
+ - Updated dependencies [fde964e37]
37
+ - Updated dependencies [fde964e37]
38
+ - @sap-cloud-sdk/util@3.0.0
39
+ - @sap-cloud-sdk/connectivity@3.0.0
40
+ - @sap-cloud-sdk/http-client@3.0.0
41
+ - @sap-cloud-sdk/resilience@3.0.0
42
+
43
+ ## 2.11.0
44
+
45
+ ### Patch Changes
46
+
47
+ - @sap-cloud-sdk/connectivity@2.11.0
48
+ - @sap-cloud-sdk/http-client@2.11.0
49
+ - @sap-cloud-sdk/util@2.11.0
50
+
51
+ ## 2.10.0
52
+
53
+ ### Patch Changes
54
+
55
+ - @sap-cloud-sdk/connectivity@2.10.0
56
+ - @sap-cloud-sdk/http-client@2.10.0
57
+ - @sap-cloud-sdk/util@2.10.0
58
+
59
+ ## 2.9.0
60
+
61
+ ### Patch Changes
62
+
63
+ - Updated dependencies [4c51d3dc]
64
+ - Updated dependencies [24029503]
65
+ - @sap-cloud-sdk/util@2.9.0
66
+ - @sap-cloud-sdk/connectivity@2.9.0
67
+ - @sap-cloud-sdk/http-client@2.9.0
68
+
69
+ ## 2.8.0
70
+
71
+ ### Patch Changes
72
+
73
+ - Updated dependencies [15e9ef4b]
74
+ - Updated dependencies [15e9ef4b]
75
+ - Updated dependencies [15e9ef4b]
76
+ - @sap-cloud-sdk/connectivity@2.8.0
77
+ - @sap-cloud-sdk/http-client@2.8.0
78
+ - @sap-cloud-sdk/util@2.8.0
79
+
80
+ ## 2.7.1
81
+
82
+ ### Patch Changes
83
+
84
+ - @sap-cloud-sdk/connectivity@2.7.1
85
+ - @sap-cloud-sdk/http-client@2.7.1
86
+ - @sap-cloud-sdk/util@2.7.1
87
+
88
+ ## 2.7.0
89
+
90
+ ### Patch Changes
91
+
92
+ - Updated dependencies [3bff42e1]
93
+ - Updated dependencies [010a46fa]
94
+ - @sap-cloud-sdk/connectivity@2.7.0
95
+ - @sap-cloud-sdk/http-client@2.7.0
96
+ - @sap-cloud-sdk/util@2.7.0
97
+
98
+ ## 2.6.0
99
+
100
+ ### Patch Changes
101
+
102
+ - Updated dependencies [cb598c16]
103
+ - Updated dependencies [09094607]
104
+ - Updated dependencies [e44c214a]
105
+ - Updated dependencies [93d41281]
106
+ - Updated dependencies [e46bb51d]
107
+ - Updated dependencies [8fdfebd6]
108
+ - @sap-cloud-sdk/connectivity@2.6.0
109
+ - @sap-cloud-sdk/http-client@2.6.0
110
+ - @sap-cloud-sdk/util@2.6.0
111
+
112
+ ## 2.5.0
113
+
114
+ ### Patch Changes
115
+
116
+ - Updated dependencies [89f1c423]
117
+ - Updated dependencies [9481ec69]
118
+ - @sap-cloud-sdk/util@2.5.0
119
+ - @sap-cloud-sdk/http-client@2.5.0
120
+ - @sap-cloud-sdk/connectivity@2.5.0
121
+
122
+ ## 2.4.0
123
+
124
+ ### Patch Changes
125
+
126
+ - Updated dependencies [04726a35]
127
+ - Updated dependencies [0a008674]
128
+ - Updated dependencies [0a008674]
129
+ - Updated dependencies [0a008674]
130
+ - @sap-cloud-sdk/connectivity@2.4.0
131
+ - @sap-cloud-sdk/http-client@2.4.0
132
+ - @sap-cloud-sdk/util@2.4.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-cloud-sdk/openapi",
3
- "version": "3.0.0-20230228165641.0",
3
+ "version": "3.0.0",
4
4
  "description": "SAP Cloud SDK for JavaScript openapi",
5
5
  "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview",
6
6
  "license": "Apache-2.0",
@@ -37,10 +37,10 @@
37
37
  "readme": "ts-node ../../scripts/replace-common-readme.ts"
38
38
  },
39
39
  "dependencies": {
40
- "@sap-cloud-sdk/connectivity": "^3.0.0-20230228165641.0",
41
- "@sap-cloud-sdk/http-client": "^3.0.0-20230228165641.0",
42
- "@sap-cloud-sdk/resilience": "^3.0.0-20230228165641.0",
43
- "@sap-cloud-sdk/util": "^3.0.0-20230228165641.0",
40
+ "@sap-cloud-sdk/connectivity": "^3.0.0",
41
+ "@sap-cloud-sdk/http-client": "^3.0.0",
42
+ "@sap-cloud-sdk/resilience": "^3.0.0",
43
+ "@sap-cloud-sdk/util": "^3.0.0",
44
44
  "axios": "^1.3.4"
45
45
  },
46
46
  "devDependencies": {