@looker/sdk-node 23.20.1 → 24.4.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 +233 -254
- package/README.md +44 -44
- package/lib/esm/index.js.map +1 -1
- package/lib/esm/nodeSdk.js +1 -1
- package/lib/esm/nodeSdk.js.map +1 -1
- package/lib/esm/nodeServices.js +2 -2
- package/lib/esm/nodeServices.js.map +1 -1
- package/lib/esm/nodeSession.js +3 -3
- package/lib/esm/nodeSession.js.map +1 -1
- package/lib/esm/nodeSettings.js +4 -4
- package/lib/esm/nodeSettings.js.map +1 -1
- package/lib/esm/nodeTransport.js +5 -5
- package/lib/esm/nodeTransport.js.map +1 -1
- package/lib/esm/testUtils/index.js.map +1 -1
- package/lib/esm/testUtils/testUtils.js.map +1 -1
- package/lib/index.js.map +1 -1
- package/lib/nodeSdk.d.ts +1 -1
- package/lib/nodeSdk.js.map +1 -1
- package/lib/nodeServices.d.ts +1 -1
- package/lib/nodeServices.js +2 -2
- package/lib/nodeServices.js.map +1 -1
- package/lib/nodeSession.d.ts +2 -2
- package/lib/nodeSession.js +2 -2
- package/lib/nodeSession.js.map +1 -1
- package/lib/nodeSettings.d.ts +3 -3
- package/lib/nodeSettings.js +7 -8
- package/lib/nodeSettings.js.map +1 -1
- package/lib/nodeTransport.d.ts +2 -2
- package/lib/nodeTransport.js +4 -4
- package/lib/nodeTransport.js.map +1 -1
- package/lib/testUtils/index.js.map +1 -1
- package/lib/testUtils/testUtils.js +4 -6
- package/lib/testUtils/testUtils.js.map +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
-
## [
|
|
8
|
+
## [24.4.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-node-v24.2.1...sdk-node-v24.4.0) (2024-04-05)
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
### Miscellaneous Chores
|
|
@@ -17,9 +17,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
17
17
|
|
|
18
18
|
* The following workspace dependencies were updated
|
|
19
19
|
* dependencies
|
|
20
|
-
* @looker/sdk bumped from
|
|
20
|
+
* @looker/sdk bumped from 24.2.1 to 24.4.0
|
|
21
21
|
|
|
22
|
-
## [
|
|
22
|
+
## [24.2.1](https://github.com/looker-open-source/sdk-codegen/compare/sdk-node-v24.2.0...sdk-node-v24.2.1) (2024-03-12)
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
### Miscellaneous Chores
|
|
@@ -31,9 +31,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
31
31
|
|
|
32
32
|
* The following workspace dependencies were updated
|
|
33
33
|
* dependencies
|
|
34
|
-
* @looker/sdk bumped from
|
|
34
|
+
* @looker/sdk bumped from 24.2.0 to 24.2.1
|
|
35
35
|
|
|
36
|
-
## [
|
|
36
|
+
## [24.2.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-node-v24.0.0...sdk-node-v24.2.0) (2024-02-21)
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
### Miscellaneous Chores
|
|
@@ -45,9 +45,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
45
45
|
|
|
46
46
|
* The following workspace dependencies were updated
|
|
47
47
|
* dependencies
|
|
48
|
-
* @looker/sdk bumped from
|
|
48
|
+
* @looker/sdk bumped from 24.0.0 to 24.2.0
|
|
49
49
|
|
|
50
|
-
## [
|
|
50
|
+
## [24.0.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-node-v23.20.1...sdk-node-v24.0.0) (2024-02-03)
|
|
51
51
|
|
|
52
52
|
|
|
53
53
|
### Miscellaneous Chores
|
|
@@ -59,557 +59,536 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
59
59
|
|
|
60
60
|
* The following workspace dependencies were updated
|
|
61
61
|
* dependencies
|
|
62
|
-
* @looker/sdk bumped from
|
|
62
|
+
* @looker/sdk bumped from 23.20.1 to 24.0.0
|
|
63
63
|
|
|
64
|
-
## [23.
|
|
64
|
+
## [23.20.1](https://github.com/looker-open-source/sdk-codegen/compare/sdk-node-v23.20.0...sdk-node-v23.20.1) (2023-12-19)
|
|
65
65
|
|
|
66
|
+
### Miscellaneous Chores
|
|
67
|
+
|
|
68
|
+
- **sdk-node:** Synchronize undefined versions
|
|
69
|
+
|
|
70
|
+
### Dependencies
|
|
71
|
+
|
|
72
|
+
- The following workspace dependencies were updated
|
|
73
|
+
- dependencies
|
|
74
|
+
- @looker/sdk bumped from ^23.20.0 to ^23.20.1
|
|
75
|
+
|
|
76
|
+
## [23.20.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-node-v23.18.0...sdk-node-v23.20.0) (2023-11-30)
|
|
66
77
|
|
|
67
78
|
### Miscellaneous Chores
|
|
68
79
|
|
|
69
|
-
|
|
80
|
+
- **sdk-node:** Synchronize undefined versions
|
|
81
|
+
|
|
82
|
+
### Dependencies
|
|
83
|
+
|
|
84
|
+
- The following workspace dependencies were updated
|
|
85
|
+
- dependencies
|
|
86
|
+
- @looker/sdk bumped from ^23.18.0 to ^23.20.0
|
|
87
|
+
|
|
88
|
+
## [23.18.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-node-v23.16.0...sdk-node-v23.18.0) (2023-11-22)
|
|
70
89
|
|
|
90
|
+
### Miscellaneous Chores
|
|
91
|
+
|
|
92
|
+
- **sdk-node:** Synchronize undefined versions
|
|
71
93
|
|
|
72
94
|
### Dependencies
|
|
73
95
|
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
96
|
+
- The following workspace dependencies were updated
|
|
97
|
+
- dependencies
|
|
98
|
+
- @looker/sdk bumped from ^23.16.0 to ^23.18.0
|
|
77
99
|
|
|
78
|
-
## [23.
|
|
100
|
+
## [23.16.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-node-v23.14.1...sdk-node-v23.16.0) (2023-09-21)
|
|
79
101
|
|
|
102
|
+
### Miscellaneous Chores
|
|
103
|
+
|
|
104
|
+
- **sdk-node:** Synchronize undefined versions
|
|
105
|
+
|
|
106
|
+
### Dependencies
|
|
107
|
+
|
|
108
|
+
- The following workspace dependencies were updated
|
|
109
|
+
- dependencies
|
|
110
|
+
- @looker/sdk bumped from ^23.14.1 to ^23.16.0
|
|
111
|
+
|
|
112
|
+
## [23.14.1](https://github.com/looker-open-source/sdk-codegen/compare/sdk-node-v23.12.0...sdk-node-v23.14.1) (2023-08-15)
|
|
80
113
|
|
|
81
114
|
### Miscellaneous Chores
|
|
82
115
|
|
|
83
|
-
|
|
116
|
+
- **sdk-node:** Synchronize undefined versions
|
|
117
|
+
|
|
118
|
+
### Dependencies
|
|
84
119
|
|
|
120
|
+
- The following workspace dependencies were updated
|
|
121
|
+
- dependencies
|
|
122
|
+
- @looker/sdk bumped from ^23.12.0 to ^23.14.1
|
|
123
|
+
|
|
124
|
+
## [23.12.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-node-v23.10.0...sdk-node-v23.12.0) (2023-07-17)
|
|
125
|
+
|
|
126
|
+
### Miscellaneous Chores
|
|
127
|
+
|
|
128
|
+
- **sdk-node:** Synchronize undefined versions
|
|
85
129
|
|
|
86
130
|
### Dependencies
|
|
87
131
|
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
132
|
+
- The following workspace dependencies were updated
|
|
133
|
+
- dependencies
|
|
134
|
+
- @looker/sdk bumped from ^23.10.0 to ^23.12.0
|
|
91
135
|
|
|
92
136
|
## [23.10.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-node-v23.8.1...sdk-node-v23.10.0) (2023-06-15)
|
|
93
137
|
|
|
94
|
-
|
|
95
138
|
### Miscellaneous Chores
|
|
96
139
|
|
|
97
|
-
|
|
98
|
-
|
|
140
|
+
- **sdk-node:** Synchronize undefined versions
|
|
99
141
|
|
|
100
142
|
### Dependencies
|
|
101
143
|
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
144
|
+
- The following workspace dependencies were updated
|
|
145
|
+
- dependencies
|
|
146
|
+
- @looker/sdk bumped from ^23.8.1 to ^23.10.0
|
|
147
|
+
- @looker/sdk-rtl bumped from ^21.6.0 to ^21.6.1
|
|
106
148
|
|
|
107
149
|
## [23.8.1](https://github.com/looker-open-source/sdk-codegen/compare/sdk-node-v23.8.0...sdk-node-v23.8.1) (2023-05-11)
|
|
108
150
|
|
|
109
|
-
|
|
110
151
|
### Miscellaneous Chores
|
|
111
152
|
|
|
112
|
-
|
|
113
|
-
|
|
153
|
+
- **sdk-node:** Synchronize undefined versions
|
|
114
154
|
|
|
115
155
|
### Dependencies
|
|
116
156
|
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
157
|
+
- The following workspace dependencies were updated
|
|
158
|
+
- dependencies
|
|
159
|
+
- @looker/sdk bumped from ^23.8.0 to ^23.8.1
|
|
120
160
|
|
|
121
161
|
## [23.8.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-node-v23.6.0...sdk-node-v23.8.0) (2023-05-11)
|
|
122
162
|
|
|
123
|
-
|
|
124
163
|
### Miscellaneous Chores
|
|
125
164
|
|
|
126
|
-
|
|
127
|
-
|
|
165
|
+
- **sdk-node:** Synchronize undefined versions
|
|
128
166
|
|
|
129
167
|
### Dependencies
|
|
130
168
|
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
169
|
+
- The following workspace dependencies were updated
|
|
170
|
+
- dependencies
|
|
171
|
+
- @looker/sdk bumped from ^23.6.0 to ^23.8.0
|
|
134
172
|
|
|
135
173
|
## [23.6.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-node-v23.4.0...sdk-node-v23.6.0) (2023-04-11)
|
|
136
174
|
|
|
137
|
-
|
|
138
175
|
### Miscellaneous Chores
|
|
139
176
|
|
|
140
|
-
|
|
141
|
-
|
|
177
|
+
- **sdk-node:** Synchronize undefined versions
|
|
142
178
|
|
|
143
179
|
### Dependencies
|
|
144
180
|
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
181
|
+
- The following workspace dependencies were updated
|
|
182
|
+
- dependencies
|
|
183
|
+
- @looker/sdk bumped from ^23.4.0 to ^23.6.0
|
|
148
184
|
|
|
149
185
|
## [23.4.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-node-v23.2.0...sdk-node-v23.4.0) (2023-03-31)
|
|
150
186
|
|
|
151
|
-
|
|
152
187
|
### Miscellaneous Chores
|
|
153
188
|
|
|
154
|
-
|
|
155
|
-
|
|
189
|
+
- **sdk-node:** Synchronize undefined versions
|
|
156
190
|
|
|
157
191
|
### Dependencies
|
|
158
192
|
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
193
|
+
- The following workspace dependencies were updated
|
|
194
|
+
- dependencies
|
|
195
|
+
- @looker/sdk bumped from ^23.2.0 to ^23.4.0
|
|
162
196
|
|
|
163
197
|
## [23.2.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-node-v23.0.0...sdk-node-v23.2.0) (2023-03-01)
|
|
164
198
|
|
|
165
|
-
|
|
166
199
|
### Miscellaneous Chores
|
|
167
200
|
|
|
168
|
-
|
|
169
|
-
|
|
201
|
+
- **sdk-node:** Synchronize undefined versions
|
|
170
202
|
|
|
171
203
|
### Dependencies
|
|
172
204
|
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
205
|
+
- The following workspace dependencies were updated
|
|
206
|
+
- dependencies
|
|
207
|
+
- @looker/sdk bumped from ^23.0.0 to ^23.2.0
|
|
176
208
|
|
|
177
209
|
## [23.0.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-node-v22.20.1...sdk-node-v23.0.0) (2023-02-22)
|
|
178
210
|
|
|
179
|
-
|
|
180
211
|
### Features
|
|
181
212
|
|
|
182
|
-
|
|
183
|
-
|
|
213
|
+
- keep all body parameters toggle in API Explorer requests ([#1245](https://github.com/looker-open-source/sdk-codegen/issues/1245)) ([043ed3f](https://github.com/looker-open-source/sdk-codegen/commit/043ed3ff12cba4f821604b5b668d7301ed4aa6d1))
|
|
184
214
|
|
|
185
215
|
### Dependencies
|
|
186
216
|
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
217
|
+
- The following workspace dependencies were updated
|
|
218
|
+
- dependencies
|
|
219
|
+
- @looker/sdk bumped from ^22.20.1 to ^23.0.0
|
|
220
|
+
- @looker/sdk-rtl bumped from ^21.5.0 to ^21.6.0
|
|
191
221
|
|
|
192
222
|
### [22.20.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v22.20.0...sdk-node-v22.20.1) (2022-12-09)
|
|
193
223
|
|
|
194
|
-
|
|
195
224
|
### Features
|
|
196
225
|
|
|
197
|
-
|
|
198
|
-
|
|
226
|
+
- add request time tracking ([#1223](https://www.github.com/looker-open-source/sdk-codegen/issues/1223)) ([2aefe06](https://www.github.com/looker-open-source/sdk-codegen/commit/2aefe064d668e02f3af95202e4667036cba01979))
|
|
199
227
|
|
|
200
228
|
### Dependencies
|
|
201
229
|
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
230
|
+
- The following workspace dependencies were updated
|
|
231
|
+
- dependencies
|
|
232
|
+
- @looker/sdk bumped from ^22.20.0 to ^22.20.1
|
|
233
|
+
- @looker/sdk-rtl bumped from ^21.4.0 to ^21.5.0
|
|
206
234
|
|
|
207
235
|
## [22.20.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v22.18.0...sdk-node-v22.20.0) (2022-11-10)
|
|
208
236
|
|
|
209
|
-
|
|
210
237
|
### Dependencies
|
|
211
238
|
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
239
|
+
- The following workspace dependencies were updated
|
|
240
|
+
- dependencies
|
|
241
|
+
- @looker/sdk bumped from ^22.18.0 to ^22.20.0
|
|
215
242
|
|
|
216
243
|
## [22.18.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v22.16.0...sdk-node-v22.18.0) (2022-10-17)
|
|
217
244
|
|
|
218
|
-
|
|
219
245
|
### Dependencies
|
|
220
246
|
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
247
|
+
- The following workspace dependencies were updated
|
|
248
|
+
- dependencies
|
|
249
|
+
- @looker/sdk bumped from ^22.16.0 to ^22.18.0
|
|
224
250
|
|
|
225
251
|
## [22.16.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v22.14.0...sdk-node-v22.16.0) (2022-09-21)
|
|
226
252
|
|
|
227
|
-
|
|
228
253
|
### Dependencies
|
|
229
254
|
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
255
|
+
- The following workspace dependencies were updated
|
|
256
|
+
- dependencies
|
|
257
|
+
- @looker/sdk bumped from ^22.14.0 to ^22.16.0
|
|
233
258
|
|
|
234
259
|
## [22.14.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v22.12.1...sdk-node-v22.14.0) (2022-09-21)
|
|
235
260
|
|
|
236
|
-
|
|
237
261
|
### Dependencies
|
|
238
262
|
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
263
|
+
- The following workspace dependencies were updated
|
|
264
|
+
- dependencies
|
|
265
|
+
- @looker/sdk bumped from ^22.12.1 to ^22.14.0
|
|
242
266
|
|
|
243
267
|
### [22.12.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v22.10.1...sdk-node-v22.12.1) (2022-09-21)
|
|
244
268
|
|
|
245
|
-
|
|
246
269
|
### Bug Fixes
|
|
247
270
|
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
271
|
+
- add field details for SDK error ([#1134](https://www.github.com/looker-open-source/sdk-codegen/issues/1134)) ([ef1c96d](https://www.github.com/looker-open-source/sdk-codegen/commit/ef1c96d9bc1ae7c27b6ec4b07c7d33f04930d2a7))
|
|
272
|
+
- add field details for SDK error ([#1141](https://www.github.com/looker-open-source/sdk-codegen/issues/1141)) ([9af3092](https://www.github.com/looker-open-source/sdk-codegen/commit/9af30928417e773b6e23a539012bdf9381490a13))
|
|
251
273
|
|
|
252
274
|
### Dependencies
|
|
253
275
|
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
276
|
+
- The following workspace dependencies were updated
|
|
277
|
+
- dependencies
|
|
278
|
+
- @looker/sdk bumped from ^22.10.1 to ^22.12.1
|
|
279
|
+
- @looker/sdk-rtl bumped from ^21.3.4 to ^21.4.0
|
|
258
280
|
|
|
259
281
|
### [22.10.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v22.10.0...sdk-node-v22.10.1) (2022-07-29)
|
|
260
282
|
|
|
261
|
-
|
|
262
283
|
### Dependencies
|
|
263
284
|
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
285
|
+
- The following workspace dependencies were updated
|
|
286
|
+
- dependencies
|
|
287
|
+
- @looker/sdk bumped from ^22.10.0 to ^22.10.1
|
|
267
288
|
|
|
268
289
|
## [22.10.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v22.8.0...sdk-node-v22.10.0) (2022-07-14)
|
|
269
290
|
|
|
270
|
-
|
|
271
291
|
### Dependencies
|
|
272
292
|
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
293
|
+
- The following workspace dependencies were updated
|
|
294
|
+
- dependencies
|
|
295
|
+
- @looker/sdk bumped from ^22.8.0 to ^22.10.0
|
|
276
296
|
|
|
277
297
|
## [22.8.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v22.6.0...sdk-node-v22.8.0) (2022-07-13)
|
|
278
298
|
|
|
279
|
-
|
|
280
299
|
### Dependencies
|
|
281
300
|
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
301
|
+
- The following workspace dependencies were updated
|
|
302
|
+
- dependencies
|
|
303
|
+
- @looker/sdk bumped from ^22.6.0 to ^22.8.0
|
|
285
304
|
|
|
286
305
|
## [22.6.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v22.4.2...sdk-node-v22.6.0) (2022-07-07)
|
|
287
306
|
|
|
288
|
-
|
|
289
307
|
### Dependencies
|
|
290
308
|
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
309
|
+
- The following workspace dependencies were updated
|
|
310
|
+
- dependencies
|
|
311
|
+
- @looker/sdk bumped from ^22.4.2 to ^22.6.0
|
|
312
|
+
- @looker/sdk-rtl bumped from ^21.3.3 to ^21.3.4
|
|
295
313
|
|
|
296
314
|
### [22.4.2](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v22.4.1...sdk-node-v22.4.2) (2022-04-07)
|
|
297
315
|
|
|
298
|
-
|
|
299
316
|
### Dependencies
|
|
300
317
|
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
318
|
+
- The following workspace dependencies were updated
|
|
319
|
+
- dependencies
|
|
320
|
+
- @looker/sdk bumped from ^22.4.1 to ^22.4.2
|
|
321
|
+
- @looker/sdk-rtl bumped from ^21.3.2 to ^21.3.3
|
|
305
322
|
|
|
306
323
|
### [22.4.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v22.4.0...sdk-node-v22.4.1) (2022-04-07)
|
|
307
324
|
|
|
308
|
-
|
|
309
325
|
### Dependencies
|
|
310
326
|
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
327
|
+
- The following workspace dependencies were updated
|
|
328
|
+
- dependencies
|
|
329
|
+
- @looker/sdk bumped from ^22.4.0 to ^22.4.1
|
|
314
330
|
|
|
315
331
|
## [22.4.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v22.2.0...sdk-node-v22.4.0) (2022-03-24)
|
|
316
332
|
|
|
317
|
-
|
|
318
333
|
### Features
|
|
319
334
|
|
|
320
|
-
|
|
321
|
-
|
|
335
|
+
- Looker 22.4 API updates ([#1024](https://www.github.com/looker-open-source/sdk-codegen/issues/1024)) ([19bdd61](https://www.github.com/looker-open-source/sdk-codegen/commit/19bdd612366a44bb74d793544df0f9d4babfb099))
|
|
322
336
|
|
|
323
337
|
### Bug Fixes
|
|
324
338
|
|
|
325
|
-
|
|
326
|
-
|
|
339
|
+
- declaration miner (internal utility) ([#1025](https://www.github.com/looker-open-source/sdk-codegen/issues/1025)) ([9b987b2](https://www.github.com/looker-open-source/sdk-codegen/commit/9b987b2c2f24e4a43d6ff25921c5f46804b7702a))
|
|
327
340
|
|
|
328
341
|
### Dependencies
|
|
329
342
|
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
343
|
+
- The following workspace dependencies were updated
|
|
344
|
+
- dependencies
|
|
345
|
+
- @looker/sdk bumped from ^22.2.0 to ^22.4.0
|
|
333
346
|
|
|
334
347
|
## [22.2.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v22.0.0...sdk-node-v22.2.0) (2022-02-18)
|
|
335
348
|
|
|
336
|
-
|
|
337
349
|
### Dependencies
|
|
338
350
|
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
351
|
+
- The following workspace dependencies were updated
|
|
352
|
+
- dependencies
|
|
353
|
+
- @looker/sdk bumped from ^22.0.0 to ^22.2.0
|
|
342
354
|
|
|
343
355
|
## [22.0.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v21.20.1...sdk-node-v22.0.0) (2022-02-14)
|
|
344
356
|
|
|
345
|
-
|
|
346
357
|
### ⚠ BREAKING CHANGES
|
|
347
358
|
|
|
348
|
-
|
|
359
|
+
- SDK support for 22.0
|
|
349
360
|
|
|
350
361
|
### Features
|
|
351
362
|
|
|
352
|
-
|
|
363
|
+
- SDK support for 22.0 ([5f9930c](https://www.github.com/looker-open-source/sdk-codegen/commit/5f9930c0b0f7bde59f0b9b47f882ae1f3ff9e490))
|
|
353
364
|
|
|
354
365
|
### [21.20.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v21.20.0...sdk-node-v21.20.1) (2022-01-27)
|
|
355
366
|
|
|
356
|
-
|
|
357
367
|
### Features
|
|
358
368
|
|
|
359
|
-
|
|
360
|
-
|
|
369
|
+
- add http method to IRawResponse ([#925](https://www.github.com/looker-open-source/sdk-codegen/issues/925)) ([25cef47](https://www.github.com/looker-open-source/sdk-codegen/commit/25cef47fa61a5f15565560b48f5e0c45a0cd9b44))
|
|
361
370
|
|
|
362
371
|
### Dependencies
|
|
363
372
|
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
373
|
+
- The following workspace dependencies were updated
|
|
374
|
+
- dependencies
|
|
375
|
+
- @looker/sdk bumped from ^21.20.0 to ^21.20.1
|
|
367
376
|
|
|
368
377
|
## [21.20.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v21.20.0...sdk-node-v21.20.1) (2021-12-20)
|
|
369
378
|
|
|
370
|
-
|
|
371
379
|
### Features
|
|
372
380
|
|
|
373
|
-
|
|
374
|
-
|
|
381
|
+
- add http method to IRawResponse ([#925](https://www.github.com/looker-open-source/sdk-codegen/issues/925)) ([25cef47](https://www.github.com/looker-open-source/sdk-codegen/commit/25cef47fa61a5f15565560b48f5e0c45a0cd9b44))
|
|
375
382
|
|
|
376
383
|
### Dependencies
|
|
377
384
|
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
385
|
+
- The following workspace dependencies were updated
|
|
386
|
+
- dependencies
|
|
387
|
+
- @looker/sdk-rtl bumped from ^21.2.0 to ^21.3.1
|
|
381
388
|
|
|
382
389
|
## [21.20.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v21.18.1...sdk-node-v21.20.0) (2021-11-10)
|
|
383
390
|
|
|
384
|
-
|
|
385
391
|
### Dependencies
|
|
386
392
|
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
393
|
+
- The following workspace dependencies were updated
|
|
394
|
+
- dependencies
|
|
395
|
+
- @looker/sdk bumped from ^21.18.1 to ^21.20.0
|
|
396
|
+
- @looker/sdk-rtl bumped from ^21.1.1 to ^21.2.0
|
|
391
397
|
|
|
392
398
|
### [21.18.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v21.18.0...sdk-node-v21.18.1) (2021-10-27)
|
|
393
399
|
|
|
394
|
-
|
|
395
400
|
### Dependencies
|
|
396
401
|
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
402
|
+
- The following workspace dependencies were updated
|
|
403
|
+
- dependencies
|
|
404
|
+
- @looker/sdk bumped from ^21.18.0 to ^21.18.1
|
|
405
|
+
- @looker/sdk-rtl bumped from ^21.1.0 to ^21.1.1
|
|
401
406
|
|
|
402
407
|
## [21.18.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v21.16.0...sdk-node-v21.18.0) (2021-10-24)
|
|
403
408
|
|
|
404
|
-
|
|
405
409
|
### Dependencies
|
|
406
410
|
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
411
|
+
- The following workspace dependencies were updated
|
|
412
|
+
- dependencies
|
|
413
|
+
- @looker/sdk bumped from ^21.16.0 to ^21.18.0
|
|
410
414
|
|
|
411
415
|
## [21.16.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v21.14.0...sdk-node-v21.16.0) (2021-10-19)
|
|
412
416
|
|
|
413
|
-
|
|
414
417
|
### Bug Fixes
|
|
415
418
|
|
|
416
|
-
|
|
417
|
-
|
|
419
|
+
- validateBody for API Explorer ([#846](https://www.github.com/looker-open-source/sdk-codegen/issues/846)) ([d1f203c](https://www.github.com/looker-open-source/sdk-codegen/commit/d1f203c3d843adb76217a750c0f414c608ceab0f))
|
|
418
420
|
|
|
419
421
|
### Dependencies
|
|
420
422
|
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
423
|
+
- The following workspace dependencies were updated
|
|
424
|
+
- dependencies
|
|
425
|
+
- @looker/sdk bumped from ^21.14.0 to ^21.16.0
|
|
426
|
+
- @looker/sdk-rtl bumped from ^21.0.20 to ^21.1.0
|
|
425
427
|
|
|
426
428
|
## [21.14.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v21.12.0...sdk-node-v21.14.0) (2021-09-01)
|
|
427
429
|
|
|
428
|
-
|
|
429
430
|
### Dependencies
|
|
430
431
|
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
432
|
+
- The following workspace dependencies were updated
|
|
433
|
+
- dependencies
|
|
434
|
+
- @looker/sdk bumped from ^21.12.0 to ^21.14.0
|
|
435
|
+
- @looker/sdk-rtl bumped from ^21.0.19 to ^21.0.20
|
|
435
436
|
|
|
436
437
|
## [21.12.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v21.10.2...sdk-node-v21.12.0) (2021-08-06)
|
|
437
438
|
|
|
438
|
-
|
|
439
439
|
### Bug Fixes
|
|
440
440
|
|
|
441
|
-
|
|
442
|
-
|
|
441
|
+
- documentation refs and notes for Typescript SDK and more ([#783](https://www.github.com/looker-open-source/sdk-codegen/issues/783)) ([b2487ea](https://www.github.com/looker-open-source/sdk-codegen/commit/b2487ea4a113ce17a080ccab9b4c4139813e8810))
|
|
443
442
|
|
|
444
443
|
### Dependencies
|
|
445
444
|
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
445
|
+
- The following workspace dependencies were updated
|
|
446
|
+
- dependencies
|
|
447
|
+
- @looker/sdk bumped from ^21.10.2 to ^21.12.0
|
|
449
448
|
|
|
450
449
|
### [21.10.2](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v21.10.1...sdk-node-v21.10.2) (2021-07-30)
|
|
451
450
|
|
|
452
|
-
|
|
453
451
|
### Bug Fixes
|
|
454
452
|
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
453
|
+
- improved writeable type support ([#766](https://www.github.com/looker-open-source/sdk-codegen/issues/766)) ([be91bd8](https://www.github.com/looker-open-source/sdk-codegen/commit/be91bd8e772f9a64c47486b317f1ac1f6ef14327))
|
|
454
|
+
- support response observer chaining ([025618c](https://www.github.com/looker-open-source/sdk-codegen/commit/025618c806efc1664b4f573248ad5a64d6cee3e3))
|
|
458
455
|
|
|
459
456
|
### Dependencies
|
|
460
457
|
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
458
|
+
- The following workspace dependencies were updated
|
|
459
|
+
- dependencies
|
|
460
|
+
- @looker/sdk bumped from ^21.10.1 to ^21.10.2
|
|
461
|
+
- @looker/sdk-rtl bumped from ^21.0.18 to ^21.0.19
|
|
465
462
|
|
|
466
463
|
### [21.10.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v21.10.0...sdk-node-v21.10.1) (2021-07-09)
|
|
467
464
|
|
|
468
|
-
|
|
469
465
|
### Bug Fixes
|
|
470
466
|
|
|
471
|
-
|
|
472
|
-
|
|
467
|
+
- browserTransport.ts retains ok: false now ([#745](https://www.github.com/looker-open-source/sdk-codegen/issues/745)) ([451481c](https://www.github.com/looker-open-source/sdk-codegen/commit/451481c62cdc986c860c582e4a77e3e887c6a732))
|
|
473
468
|
|
|
474
469
|
### Dependencies
|
|
475
470
|
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
471
|
+
- The following workspace dependencies were updated
|
|
472
|
+
- dependencies
|
|
473
|
+
- @looker/sdk bumped from ^21.10.0 to ^21.10.1
|
|
474
|
+
- @looker/sdk-rtl bumped from ^21.0.17 to ^21.0.18
|
|
480
475
|
|
|
481
476
|
## [21.10.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v21.8.2...sdk-node-v21.10.0) (2021-07-08)
|
|
482
477
|
|
|
483
|
-
|
|
484
478
|
### Bug Fixes
|
|
485
479
|
|
|
486
|
-
|
|
487
|
-
|
|
480
|
+
- check HTTP status code for TS SDK "ok" toggle ([#739](https://www.github.com/looker-open-source/sdk-codegen/issues/739)) ([3ed6af7](https://www.github.com/looker-open-source/sdk-codegen/commit/3ed6af78b2cb9610b3386ff851013a93fff40f54))
|
|
488
481
|
|
|
489
482
|
### Dependencies
|
|
490
483
|
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
484
|
+
- The following workspace dependencies were updated
|
|
485
|
+
- dependencies
|
|
486
|
+
- @looker/sdk bumped from ^21.8.3 to ^21.10.0
|
|
487
|
+
- @looker/sdk-rtl bumped from ^21.0.16 to ^21.0.17
|
|
495
488
|
|
|
496
489
|
### [21.8.2](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v21.8.1...sdk-node-v21.8.2) (2021-07-02)
|
|
497
490
|
|
|
498
|
-
|
|
499
491
|
### Dependencies
|
|
500
492
|
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
493
|
+
- The following workspace dependencies were updated
|
|
494
|
+
- dependencies
|
|
495
|
+
- @looker/sdk bumped from ^21.8.2 to ^21.8.3
|
|
496
|
+
- @looker/sdk-rtl bumped from ^21.0.15 to ^21.0.16
|
|
505
497
|
|
|
506
498
|
### [21.8.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v21.8.0...sdk-node-v21.8.1) (2021-07-01)
|
|
507
499
|
|
|
508
|
-
|
|
509
500
|
### Dependencies
|
|
510
501
|
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
502
|
+
- The following workspace dependencies were updated
|
|
503
|
+
- dependencies
|
|
504
|
+
- @looker/sdk bumped from ^21.8.1 to ^21.8.2
|
|
505
|
+
- @looker/sdk-rtl bumped from ^21.0.14 to ^21.0.15
|
|
515
506
|
|
|
516
507
|
## [21.8.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v21.8.0...sdk-node-v21.8.0) (2021-06-30)
|
|
517
508
|
|
|
518
|
-
|
|
519
509
|
### Features
|
|
520
510
|
|
|
521
|
-
|
|
522
|
-
|
|
511
|
+
- paging results for the Typescript SDK ([#698](https://www.github.com/looker-open-source/sdk-codegen/issues/698)) ([537eb57](https://www.github.com/looker-open-source/sdk-codegen/commit/537eb579b9c6d95d600f455a187e6d7b9bf700ef))
|
|
523
512
|
|
|
524
513
|
### Dependencies
|
|
525
514
|
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
515
|
+
- The following workspace dependencies were updated
|
|
516
|
+
- dependencies
|
|
517
|
+
- @looker/sdk bumped from ^21.8.0 to ^21.8.1
|
|
518
|
+
- @looker/sdk-rtl bumped from ^21.0.13 to ^21.0.14
|
|
530
519
|
|
|
531
520
|
## [21.8.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v21.6.1...sdk-node-v21.8.0) (2021-06-17)
|
|
532
521
|
|
|
533
|
-
|
|
534
522
|
### Dependencies
|
|
535
523
|
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
524
|
+
- The following workspace dependencies were updated
|
|
525
|
+
- dependencies
|
|
526
|
+
- @looker/sdk bumped from ^21.6.1 to ^21.8.0
|
|
539
527
|
|
|
540
528
|
### [21.6.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v21.6.0...sdk-node-v21.6.1) (2021-06-16)
|
|
541
529
|
|
|
542
|
-
|
|
543
530
|
### Dependencies
|
|
544
531
|
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
532
|
+
- The following workspace dependencies were updated
|
|
533
|
+
- dependencies
|
|
534
|
+
- @looker/sdk bumped from ^21.6.0 to ^21.6.1
|
|
548
535
|
|
|
549
536
|
## [21.6.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v21.4.4...sdk-node-v21.6.0) (2021-05-05)
|
|
550
537
|
|
|
551
|
-
|
|
552
538
|
### Bug Fixes
|
|
553
539
|
|
|
554
|
-
|
|
555
|
-
|
|
540
|
+
- use "TypeScript" and "JavaScript" everywhere ([#644](https://www.github.com/looker-open-source/sdk-codegen/issues/644)) ([c15031c](https://www.github.com/looker-open-source/sdk-codegen/commit/c15031cee189556adbd9e18641e7c992e86e3611))
|
|
556
541
|
|
|
557
542
|
### Dependencies
|
|
558
543
|
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
544
|
+
- The following workspace dependencies were updated
|
|
545
|
+
- dependencies
|
|
546
|
+
- @looker/sdk bumped from ^21.4.3 to ^21.6.0
|
|
547
|
+
- @looker/sdk-rtl bumped from ^21.0.12 to ^21.0.13
|
|
563
548
|
|
|
564
549
|
### [21.4.4](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v21.4.3...sdk-node-v21.4.4) (2021-04-27)
|
|
565
550
|
|
|
566
|
-
|
|
567
551
|
### Dependencies
|
|
568
552
|
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
553
|
+
- The following workspace dependencies were updated
|
|
554
|
+
- dependencies
|
|
555
|
+
- @looker/sdk bumped from ^21.4.2 to ^21.4.3
|
|
572
556
|
|
|
573
557
|
### [21.4.3](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v21.4.2...sdk-node-v21.4.3) (2021-04-26)
|
|
574
558
|
|
|
575
|
-
|
|
576
559
|
### Dependencies
|
|
577
560
|
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
561
|
+
- The following workspace dependencies were updated
|
|
562
|
+
- dependencies
|
|
563
|
+
- @looker/sdk bumped from ^21.4.1 to ^21.4.2
|
|
581
564
|
|
|
582
565
|
### [21.4.2](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v21.4.1...sdk-node-v21.4.2) (2021-04-21)
|
|
583
566
|
|
|
584
|
-
|
|
585
567
|
### Bug Fixes
|
|
586
568
|
|
|
587
|
-
|
|
569
|
+
- error handling for TS SDK, GSon body serialization for Kotlin SDK ([#601](https://www.github.com/looker-open-source/sdk-codegen/issues/601)) ([11e924f](https://www.github.com/looker-open-source/sdk-codegen/commit/11e924fb81af00c7b20a1af2330f43873c016f83)), closes [#544](https://www.github.com/looker-open-source/sdk-codegen/issues/544)
|
|
588
570
|
|
|
589
571
|
### [21.4.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v21.4.0...sdk-node-v21.4.1) (2021-04-15)
|
|
590
572
|
|
|
591
|
-
|
|
592
573
|
### Dependencies
|
|
593
574
|
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
575
|
+
- The following workspace dependencies were updated
|
|
576
|
+
- dependencies
|
|
577
|
+
- @looker/sdk bumped from ^21.4.0 to ^21.4.1
|
|
578
|
+
- @looker/sdk-rtl bumped from ^21.0.11 to ^21.0.12
|
|
598
579
|
|
|
599
580
|
## [21.4.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v21.0.10...sdk-node-v21.4.0) (2021-04-02)
|
|
600
581
|
|
|
601
|
-
|
|
602
582
|
### Features
|
|
603
583
|
|
|
604
|
-
|
|
605
|
-
|
|
584
|
+
- Added --versions option to the code generator ([#514](https://www.github.com/looker-open-source/sdk-codegen/issues/514)) ([ee6f3e8](https://www.github.com/looker-open-source/sdk-codegen/commit/ee6f3e8f55e300df1a75c9be89b47f067bc08dee))
|
|
606
585
|
|
|
607
586
|
### Dependencies
|
|
608
587
|
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
588
|
+
- The following workspace dependencies were updated
|
|
589
|
+
- dependencies
|
|
590
|
+
- @looker/sdk bumped from ^21.0.10 to ^21.4.0
|
|
591
|
+
- @looker/sdk-rtl bumped from ^21.0.10 to ^21.0.11
|
|
613
592
|
|
|
614
593
|
## [21.0.8]
|
|
615
594
|
|