@looker/sdk 23.20.1 → 24.2.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 +133 -188
- package/README.md +11 -8
- package/lib/4.0/funcs.d.ts +435 -435
- package/lib/4.0/funcs.js +609 -1041
- package/lib/4.0/funcs.js.map +1 -1
- package/lib/4.0/methods.d.ts +9 -9
- package/lib/4.0/methods.js +8 -7
- package/lib/4.0/methods.js.map +1 -1
- package/lib/4.0/methodsInterface.d.ts +9 -9
- package/lib/4.0/methodsInterface.js.map +1 -1
- package/lib/4.0/models.d.ts +17 -55
- package/lib/4.0/models.js +23 -44
- package/lib/4.0/models.js.map +1 -1
- package/lib/4.0/streams.d.ts +9 -9
- package/lib/4.0/streams.js +8 -7
- package/lib/4.0/streams.js.map +1 -1
- package/lib/browserSdk.js.map +1 -1
- package/lib/constants.d.ts +1 -1
- package/lib/constants.js +2 -4
- package/lib/constants.js.map +1 -1
- package/lib/esm/4.0/funcs.js +176 -175
- package/lib/esm/4.0/funcs.js.map +1 -1
- package/lib/esm/4.0/methods.js +8 -7
- package/lib/esm/4.0/methods.js.map +1 -1
- package/lib/esm/4.0/methodsInterface.js.map +1 -1
- package/lib/esm/4.0/models.js +1 -0
- package/lib/esm/4.0/models.js.map +1 -1
- package/lib/esm/4.0/streams.js +8 -7
- package/lib/esm/4.0/streams.js.map +1 -1
- package/lib/esm/browserSdk.js +1 -1
- package/lib/esm/browserSdk.js.map +1 -1
- package/lib/esm/constants.js +1 -1
- package/lib/esm/constants.js.map +1 -1
- package/lib/esm/extensionSdk.js.map +1 -1
- package/lib/esm/index.js.map +1 -1
- package/lib/extensionSdk.d.ts +1 -1
- package/lib/extensionSdk.js.map +1 -1
- package/lib/index.js.map +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -5,497 +5,442 @@ 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.2.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v24.0.0...sdk-v24.2.0) (2024-02-21)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* generate SDKs for Looker 24.2 ([#1432](https://github.com/looker-open-source/sdk-codegen/issues/1432)) ([0ef33b2](https://github.com/looker-open-source/sdk-codegen/commit/0ef33b29903df5a3e83872951619e20495ef4ab8))
|
|
14
|
+
|
|
15
|
+
## [24.0.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v23.20.1...sdk-v24.0.0) (2024-02-03)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* generate SDKs for Looker 24.0 ([#1426](https://github.com/looker-open-source/sdk-codegen/issues/1426)) ([8c42be7](https://github.com/looker-open-source/sdk-codegen/commit/8c42be7cede8594626f2f453ca937801a609efe4))
|
|
9
21
|
|
|
22
|
+
## [23.20.1](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v23.20.0...sdk-v23.20.1) (2023-12-19)
|
|
10
23
|
|
|
11
24
|
### Miscellaneous Chores
|
|
12
25
|
|
|
13
|
-
|
|
26
|
+
- **sdk:** Synchronize undefined versions
|
|
14
27
|
|
|
15
28
|
## [23.20.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v23.18.0...sdk-v23.20.0) (2023-11-30)
|
|
16
29
|
|
|
17
|
-
|
|
18
30
|
### Features
|
|
19
31
|
|
|
20
|
-
|
|
32
|
+
- generate SDKs for Looker 23.20 ([#1402](https://github.com/looker-open-source/sdk-codegen/issues/1402)) ([dabb34a](https://github.com/looker-open-source/sdk-codegen/commit/dabb34a793a136cd2fbb4b8cb0a63b4efa89614f))
|
|
21
33
|
|
|
22
34
|
## [23.18.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v23.16.0...sdk-v23.18.0) (2023-11-22)
|
|
23
35
|
|
|
24
|
-
|
|
25
36
|
### Features
|
|
26
37
|
|
|
27
|
-
|
|
38
|
+
- generate SDKs for Looker 23.18 ([3f13822](https://github.com/looker-open-source/sdk-codegen/commit/3f13822daa3a5b9c179d23f0c1c8a6433f0a0655))
|
|
28
39
|
|
|
29
40
|
## [23.16.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v23.14.1...sdk-v23.16.0) (2023-09-21)
|
|
30
41
|
|
|
31
|
-
|
|
32
42
|
### Features
|
|
33
43
|
|
|
34
|
-
|
|
44
|
+
- generate SDKs for Looker 23.16 ([#1365](https://github.com/looker-open-source/sdk-codegen/issues/1365)) ([9d6937a](https://github.com/looker-open-source/sdk-codegen/commit/9d6937a042d1649b41bc1851d579b5aa5360ad44))
|
|
35
45
|
|
|
36
46
|
## [23.14.1](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v23.12.0...sdk-v23.14.1) (2023-08-15)
|
|
37
47
|
|
|
38
|
-
|
|
39
48
|
### Features
|
|
40
49
|
|
|
41
|
-
|
|
42
|
-
|
|
50
|
+
- generate SDKs for Looker 23.14 ([#1347](https://github.com/looker-open-source/sdk-codegen/issues/1347)) ([90f3f5f](https://github.com/looker-open-source/sdk-codegen/commit/90f3f5f3104c1a76cd1cce10e06e0b995e53c40f))
|
|
43
51
|
|
|
44
52
|
### Miscellaneous Chores
|
|
45
53
|
|
|
46
|
-
|
|
54
|
+
- Update Typescript SDK README.md ([#1353](https://github.com/looker-open-source/sdk-codegen/issues/1353)) ([b528e38](https://github.com/looker-open-source/sdk-codegen/commit/b528e3895fc4b5c7b864627fcfb9d421233f12a1))
|
|
47
55
|
|
|
48
56
|
## [23.12.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v23.10.0...sdk-v23.12.0) (2023-07-17)
|
|
49
57
|
|
|
50
|
-
|
|
51
58
|
### Features
|
|
52
59
|
|
|
53
|
-
|
|
60
|
+
- generate SDKs for Looker 23.12 ([#1335](https://github.com/looker-open-source/sdk-codegen/issues/1335)) ([fba4161](https://github.com/looker-open-source/sdk-codegen/commit/fba4161497fe4688508e2e3a7ba476fc2d4ea11d))
|
|
54
61
|
|
|
55
62
|
## [23.10.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v23.8.1...sdk-v23.10.0) (2023-06-15)
|
|
56
63
|
|
|
57
|
-
|
|
58
64
|
### Features
|
|
59
65
|
|
|
60
|
-
|
|
61
|
-
|
|
66
|
+
- generate SDKs for Looker 23.10 ([#1326](https://github.com/looker-open-source/sdk-codegen/issues/1326)) ([121b90e](https://github.com/looker-open-source/sdk-codegen/commit/121b90e9258a49de51e2332f6f2b639b96956c36))
|
|
62
67
|
|
|
63
68
|
### Dependencies
|
|
64
69
|
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
70
|
+
- The following workspace dependencies were updated
|
|
71
|
+
- dependencies
|
|
72
|
+
- @looker/sdk-rtl bumped from ^21.6.0 to ^21.6.1
|
|
68
73
|
|
|
69
74
|
## [23.8.1](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v23.8.0...sdk-v23.8.1) (2023-05-11)
|
|
70
75
|
|
|
71
|
-
|
|
72
76
|
### Miscellaneous Chores
|
|
73
77
|
|
|
74
|
-
|
|
78
|
+
- **sdk:** Synchronize undefined versions
|
|
75
79
|
|
|
76
80
|
## [23.8.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v23.6.0...sdk-v23.8.0) (2023-05-11)
|
|
77
81
|
|
|
78
|
-
|
|
79
82
|
### Features
|
|
80
83
|
|
|
81
|
-
|
|
84
|
+
- generate SDKs for Looker 23.8 ([#1311](https://github.com/looker-open-source/sdk-codegen/issues/1311)) ([e0b6597](https://github.com/looker-open-source/sdk-codegen/commit/e0b65973c3827b1c701fe8941d0f010ad7603354))
|
|
82
85
|
|
|
83
86
|
## [23.6.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v23.4.0...sdk-v23.6.0) (2023-04-11)
|
|
84
87
|
|
|
85
|
-
|
|
86
88
|
### Features
|
|
87
89
|
|
|
88
|
-
|
|
90
|
+
- generate SDKs for Looker 23.6 ([#1293](https://github.com/looker-open-source/sdk-codegen/issues/1293)) ([dab9e0a](https://github.com/looker-open-source/sdk-codegen/commit/dab9e0a745ca7c099db13e258a0eea8c6b7b6e24))
|
|
89
91
|
|
|
90
92
|
## [23.4.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v23.2.0...sdk-v23.4.0) (2023-03-31)
|
|
91
93
|
|
|
92
|
-
|
|
93
94
|
### Features
|
|
94
95
|
|
|
95
|
-
|
|
96
|
+
- generate SDKs for Looker 23.4 ([#1290](https://github.com/looker-open-source/sdk-codegen/issues/1290)) ([d7cd650](https://github.com/looker-open-source/sdk-codegen/commit/d7cd65054369a5eb93235a2d9b85b0f553bd1306))
|
|
96
97
|
|
|
97
98
|
## [23.2.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v23.0.0...sdk-v23.2.0) (2023-03-01)
|
|
98
99
|
|
|
99
|
-
|
|
100
100
|
### Features
|
|
101
101
|
|
|
102
|
-
|
|
102
|
+
- generate SDKs for Looker 23.2 ([#1257](https://github.com/looker-open-source/sdk-codegen/issues/1257)) ([75346bc](https://github.com/looker-open-source/sdk-codegen/commit/75346bc0cc03224661a2986a44f5d670f872def4))
|
|
103
103
|
|
|
104
104
|
## [23.0.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v22.20.1...sdk-v23.0.0) (2023-02-22)
|
|
105
105
|
|
|
106
|
-
|
|
107
106
|
### Features
|
|
108
107
|
|
|
109
|
-
|
|
110
|
-
|
|
108
|
+
- generate SDKs for Looker 23.0 ([#1237](https://github.com/looker-open-source/sdk-codegen/issues/1237)) ([2ade858](https://github.com/looker-open-source/sdk-codegen/commit/2ade85815c43383169263659f5dddd783c062c09))
|
|
111
109
|
|
|
112
110
|
### Miscellaneous Chores
|
|
113
111
|
|
|
114
|
-
|
|
115
|
-
|
|
112
|
+
- Update sdk Readme and kickoff Release 23.0.0 ([#1247](https://github.com/looker-open-source/sdk-codegen/issues/1247)) ([4a8ef9d](https://github.com/looker-open-source/sdk-codegen/commit/4a8ef9dad45de28d222b35229fadd985aec06bfc))
|
|
116
113
|
|
|
117
114
|
### Dependencies
|
|
118
115
|
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
116
|
+
- The following workspace dependencies were updated
|
|
117
|
+
- dependencies
|
|
118
|
+
- @looker/sdk-rtl bumped from ^21.5.0 to ^21.6.0
|
|
122
119
|
|
|
123
120
|
### [22.20.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v22.20.0...sdk-v22.20.1) (2022-12-09)
|
|
124
121
|
|
|
125
|
-
|
|
126
122
|
### Dependencies
|
|
127
123
|
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
124
|
+
- The following workspace dependencies were updated
|
|
125
|
+
- dependencies
|
|
126
|
+
- @looker/sdk-rtl bumped from ^21.4.0 to ^21.5.0
|
|
131
127
|
|
|
132
128
|
## [22.20.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v22.18.0...sdk-v22.20.0) (2022-11-10)
|
|
133
129
|
|
|
134
|
-
|
|
135
130
|
### Features
|
|
136
131
|
|
|
137
|
-
|
|
132
|
+
- generate SDKs for Looker 22.20 ([#1203](https://www.github.com/looker-open-source/sdk-codegen/issues/1203)) ([ba4595e](https://www.github.com/looker-open-source/sdk-codegen/commit/ba4595ee47895ec11ed1e1a74d87748285210d64))
|
|
138
133
|
|
|
139
134
|
## [22.18.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v22.16.0...sdk-v22.18.0) (2022-10-17)
|
|
140
135
|
|
|
141
|
-
|
|
142
136
|
### Features
|
|
143
137
|
|
|
144
|
-
|
|
138
|
+
- generate SDKs for Looker 22.18 ([#1191](https://www.github.com/looker-open-source/sdk-codegen/issues/1191)) ([6d487be](https://www.github.com/looker-open-source/sdk-codegen/commit/6d487be80e89bda6feea446130ad2c318eb61d43))
|
|
145
139
|
|
|
146
140
|
## [22.16.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v22.14.0...sdk-v22.16.0) (2022-09-21)
|
|
147
141
|
|
|
148
|
-
|
|
149
142
|
### Features
|
|
150
143
|
|
|
151
|
-
|
|
144
|
+
- generate SDKs for Looker 22.16 ([#1181](https://www.github.com/looker-open-source/sdk-codegen/issues/1181)) ([cf8ecdf](https://www.github.com/looker-open-source/sdk-codegen/commit/cf8ecdf53761193b575590aec21963ccc388b15a))
|
|
152
145
|
|
|
153
146
|
## [22.14.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v22.12.1...sdk-v22.14.0) (2022-09-21)
|
|
154
147
|
|
|
155
|
-
|
|
156
148
|
### Features
|
|
157
149
|
|
|
158
|
-
|
|
150
|
+
- generate SDKs for Looker 22.14 round 2 ([#1178](https://www.github.com/looker-open-source/sdk-codegen/issues/1178)) ([944bd10](https://www.github.com/looker-open-source/sdk-codegen/commit/944bd10a4f11046e374ab7d87b1a2e2f4b344398))
|
|
159
151
|
|
|
160
152
|
### [22.12.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v22.10.1...sdk-v22.12.1) (2022-09-21)
|
|
161
153
|
|
|
162
|
-
|
|
163
154
|
### Features
|
|
164
155
|
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
156
|
+
- generate SDKs for Looker 22.12 ([#1175](https://www.github.com/looker-open-source/sdk-codegen/issues/1175)) ([6f427a7](https://www.github.com/looker-open-source/sdk-codegen/commit/6f427a71dd30669afc901a47418decd59b977a7a))
|
|
157
|
+
- generate SDKs for Looker 22.14 ([#1176](https://www.github.com/looker-open-source/sdk-codegen/issues/1176)) ([328d3e5](https://www.github.com/looker-open-source/sdk-codegen/commit/328d3e5710fc80caf5691b8d3ea3d8b8db358ad6))
|
|
158
|
+
- regenerate Looker 22.12 SDKs ([#1177](https://www.github.com/looker-open-source/sdk-codegen/issues/1177)) ([b3a9b7b](https://www.github.com/looker-open-source/sdk-codegen/commit/b3a9b7bfff6366abce4802b819d19d00ee00cd60))
|
|
169
159
|
|
|
170
160
|
### Dependencies
|
|
171
161
|
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
162
|
+
- The following workspace dependencies were updated
|
|
163
|
+
- dependencies
|
|
164
|
+
- @looker/sdk-rtl bumped from ^21.3.4 to ^21.4.0
|
|
175
165
|
|
|
176
166
|
### [22.10.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v22.10.0...sdk-v22.10.1) (2022-07-29)
|
|
177
167
|
|
|
178
|
-
|
|
179
168
|
### Features
|
|
180
169
|
|
|
181
|
-
|
|
170
|
+
- keep SDK request interfaces distinct ([#1125](https://www.github.com/looker-open-source/sdk-codegen/issues/1125)) ([50e925c](https://www.github.com/looker-open-source/sdk-codegen/commit/50e925c90eb3c5ffefc8e8535131471e2f2d0334))
|
|
182
171
|
|
|
183
172
|
## [22.10.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v22.8.0...sdk-v22.10.0) (2022-07-14)
|
|
184
173
|
|
|
185
|
-
|
|
186
174
|
### Features
|
|
187
175
|
|
|
188
|
-
|
|
176
|
+
- generate SDKs for Looker 22.10 ([#1115](https://www.github.com/looker-open-source/sdk-codegen/issues/1115)) ([2156fff](https://www.github.com/looker-open-source/sdk-codegen/commit/2156ffff2e041fceb38554bbf5a743ec6e3a2c97))
|
|
189
177
|
|
|
190
178
|
## [22.8.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v22.6.0...sdk-v22.8.0) (2022-07-13)
|
|
191
179
|
|
|
192
|
-
|
|
193
180
|
### Features
|
|
194
181
|
|
|
195
|
-
|
|
182
|
+
- generate 22.8 SDKs ([#1114](https://www.github.com/looker-open-source/sdk-codegen/issues/1114)) ([c771395](https://www.github.com/looker-open-source/sdk-codegen/commit/c771395e37940df581d10fb95b62382e20b1600c))
|
|
196
183
|
|
|
197
184
|
## [22.6.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v22.4.2...sdk-v22.6.0) (2022-07-07)
|
|
198
185
|
|
|
199
|
-
|
|
200
186
|
### Features
|
|
201
187
|
|
|
202
|
-
|
|
203
|
-
|
|
188
|
+
- generate SDK 22.6 ([#1102](https://www.github.com/looker-open-source/sdk-codegen/issues/1102)) ([2162860](https://www.github.com/looker-open-source/sdk-codegen/commit/2162860f0bf292bce0a79f8115f7c9fc5628057f))
|
|
204
189
|
|
|
205
190
|
### Dependencies
|
|
206
191
|
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
192
|
+
- The following workspace dependencies were updated
|
|
193
|
+
- dependencies
|
|
194
|
+
- @looker/sdk-rtl bumped from ^21.3.3 to ^21.3.4
|
|
210
195
|
|
|
211
196
|
### [22.4.2](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v22.4.1...sdk-v22.4.2) (2022-04-07)
|
|
212
197
|
|
|
213
|
-
|
|
214
198
|
### Dependencies
|
|
215
199
|
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
200
|
+
- The following workspace dependencies were updated
|
|
201
|
+
- dependencies
|
|
202
|
+
- @looker/sdk-rtl bumped from ^21.3.2 to ^21.3.3
|
|
219
203
|
|
|
220
204
|
## [22.4.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v22.2.0...sdk-v22.4.0) (2022-03-24)
|
|
221
205
|
|
|
222
|
-
|
|
223
206
|
### Features
|
|
224
207
|
|
|
225
|
-
|
|
208
|
+
- 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))
|
|
226
209
|
|
|
227
210
|
## [22.2.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v22.0.0...sdk-v22.2.0) (2022-02-18)
|
|
228
211
|
|
|
229
|
-
|
|
230
212
|
### Features
|
|
231
213
|
|
|
232
|
-
|
|
214
|
+
- SDK for Looker 22_2 ([#966](https://www.github.com/looker-open-source/sdk-codegen/issues/966)) ([3ba5420](https://www.github.com/looker-open-source/sdk-codegen/commit/3ba5420c75d602692c1c8aa806648e2c2dd73cac))
|
|
233
215
|
|
|
234
216
|
## [22.0.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.20.1...sdk-v22.0.0) (2022-02-14)
|
|
235
217
|
|
|
236
|
-
|
|
237
218
|
### ⚠ BREAKING CHANGES
|
|
238
219
|
|
|
239
|
-
|
|
220
|
+
- SDK support for 22.0
|
|
240
221
|
|
|
241
222
|
### Features
|
|
242
223
|
|
|
243
|
-
|
|
244
|
-
|
|
224
|
+
- SDK build for 22.0. ([#959](https://www.github.com/looker-open-source/sdk-codegen/issues/959)) ([de651b3](https://www.github.com/looker-open-source/sdk-codegen/commit/de651b373978fd3689429c0cbdb364a2820fe211))
|
|
225
|
+
- SDK support for 22.0 ([5f9930c](https://www.github.com/looker-open-source/sdk-codegen/commit/5f9930c0b0f7bde59f0b9b47f882ae1f3ff9e490))
|
|
245
226
|
|
|
246
227
|
### [21.20.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.20.0...sdk-v21.20.1) (2022-01-27)
|
|
247
228
|
|
|
248
|
-
|
|
249
229
|
### Features
|
|
250
230
|
|
|
251
|
-
|
|
252
|
-
|
|
231
|
+
- 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))
|
|
253
232
|
|
|
254
233
|
### Bug Fixes
|
|
255
234
|
|
|
256
|
-
|
|
235
|
+
- enum naming and registration ([#918](https://www.github.com/looker-open-source/sdk-codegen/issues/918)) ([9d4a6cb](https://www.github.com/looker-open-source/sdk-codegen/commit/9d4a6cbfac5defad3a35389e2d46947d2135d349))
|
|
257
236
|
|
|
258
237
|
## [21.20.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.20.0...sdk-v21.20.1) (2021-12-20)
|
|
259
238
|
|
|
260
|
-
|
|
261
239
|
### Features
|
|
262
240
|
|
|
263
|
-
|
|
264
|
-
|
|
241
|
+
- 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))
|
|
265
242
|
|
|
266
243
|
### Bug Fixes
|
|
267
244
|
|
|
268
|
-
|
|
269
|
-
|
|
245
|
+
- enum naming and registration ([#918](https://www.github.com/looker-open-source/sdk-codegen/issues/918)) ([9d4a6cb](https://www.github.com/looker-open-source/sdk-codegen/commit/9d4a6cbfac5defad3a35389e2d46947d2135d349))
|
|
270
246
|
|
|
271
247
|
### Dependencies
|
|
272
248
|
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
249
|
+
- The following workspace dependencies were updated
|
|
250
|
+
- dependencies
|
|
251
|
+
- @looker/sdk-rtl bumped from ^21.2.0 to ^21.3.1
|
|
276
252
|
|
|
277
253
|
## [21.20.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.18.1...sdk-v21.20.0) (2021-11-10)
|
|
278
254
|
|
|
279
|
-
|
|
280
255
|
### Features
|
|
281
256
|
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
257
|
+
- create @looker/extension-utils ([#886](https://www.github.com/looker-open-source/sdk-codegen/issues/886)) ([9d1720d](https://www.github.com/looker-open-source/sdk-codegen/commit/9d1720d9a4cec00c45195dd9c716d9a2a929264f))
|
|
258
|
+
- Looker 21.20 bindings ([#899](https://www.github.com/looker-open-source/sdk-codegen/issues/899)) ([304d0d0](https://www.github.com/looker-open-source/sdk-codegen/commit/304d0d0688349efad0499d37609605e14df7e97d))
|
|
285
259
|
|
|
286
260
|
### Dependencies
|
|
287
261
|
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
262
|
+
- The following workspace dependencies were updated
|
|
263
|
+
- dependencies
|
|
264
|
+
- @looker/sdk-rtl bumped from ^21.1.1 to ^21.2.0
|
|
291
265
|
|
|
292
266
|
### [21.18.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.18.0...sdk-v21.18.1) (2021-10-27)
|
|
293
267
|
|
|
294
|
-
|
|
295
268
|
### Dependencies
|
|
296
269
|
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
270
|
+
- The following workspace dependencies were updated
|
|
271
|
+
- dependencies
|
|
272
|
+
- @looker/sdk-rtl bumped from ^21.1.0 to ^21.1.1
|
|
300
273
|
|
|
301
274
|
## [21.18.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.16.0...sdk-v21.18.0) (2021-10-24)
|
|
302
275
|
|
|
303
|
-
|
|
304
276
|
### Features
|
|
305
277
|
|
|
306
|
-
|
|
278
|
+
- Looker 21.18 bindings ([#865](https://www.github.com/looker-open-source/sdk-codegen/issues/865)) ([fa98888](https://www.github.com/looker-open-source/sdk-codegen/commit/fa988886c2d88290044d2818de7f549ca28b49bc))
|
|
307
279
|
|
|
308
280
|
## [21.16.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.14.0...sdk-v21.16.0) (2021-10-19)
|
|
309
281
|
|
|
310
|
-
|
|
311
282
|
### Features
|
|
312
283
|
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
284
|
+
- 21.16 release ([#859](https://www.github.com/looker-open-source/sdk-codegen/issues/859)) ([0b4385c](https://www.github.com/looker-open-source/sdk-codegen/commit/0b4385c83c5225acf0a9b0c76f9e890600a449af))
|
|
285
|
+
- closest path match for API Explorer ([#811](https://www.github.com/looker-open-source/sdk-codegen/issues/811)) ([45fd26f](https://www.github.com/looker-open-source/sdk-codegen/commit/45fd26fb0f325fa90edfec72f835ed3a79b9afeb))
|
|
316
286
|
|
|
317
287
|
### Bug Fixes
|
|
318
288
|
|
|
319
|
-
|
|
320
|
-
|
|
289
|
+
- intrinsic type params are not Partial<T> ([#819](https://www.github.com/looker-open-source/sdk-codegen/issues/819)) ([4b31490](https://www.github.com/looker-open-source/sdk-codegen/commit/4b31490f7ce5c9593854e56518245c5399ea9548))
|
|
321
290
|
|
|
322
291
|
### Dependencies
|
|
323
292
|
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
293
|
+
- The following workspace dependencies were updated
|
|
294
|
+
- dependencies
|
|
295
|
+
- @looker/sdk-rtl bumped from ^21.0.20 to ^21.1.0
|
|
327
296
|
|
|
328
297
|
## [21.14.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.12.0...sdk-v21.14.0) (2021-09-01)
|
|
329
298
|
|
|
330
|
-
|
|
331
299
|
### Features
|
|
332
300
|
|
|
333
|
-
|
|
334
|
-
|
|
301
|
+
- Looker 21.14 release ([#807](https://www.github.com/looker-open-source/sdk-codegen/issues/807)) ([99db26d](https://www.github.com/looker-open-source/sdk-codegen/commit/99db26dcd812135d775e61e495c98a66057c6f54))
|
|
335
302
|
|
|
336
303
|
### Dependencies
|
|
337
304
|
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
305
|
+
- The following workspace dependencies were updated
|
|
306
|
+
- dependencies
|
|
307
|
+
- @looker/sdk-rtl bumped from ^21.0.19 to ^21.0.20
|
|
341
308
|
|
|
342
309
|
## [21.12.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.10.2...sdk-v21.12.0) (2021-08-06)
|
|
343
310
|
|
|
344
|
-
|
|
345
311
|
### Features
|
|
346
312
|
|
|
347
|
-
|
|
348
|
-
|
|
313
|
+
- Looker 21.12 bindings ([#782](https://www.github.com/looker-open-source/sdk-codegen/issues/782)) ([a00b908](https://www.github.com/looker-open-source/sdk-codegen/commit/a00b908e6fee79250c4c1ffb1b1e8915d58dd633))
|
|
349
314
|
|
|
350
315
|
### Bug Fixes
|
|
351
316
|
|
|
352
|
-
|
|
317
|
+
- 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))
|
|
353
318
|
|
|
354
319
|
### [21.10.2](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.10.1...sdk-v21.10.2) (2021-07-30)
|
|
355
320
|
|
|
356
|
-
|
|
357
321
|
### Bug Fixes
|
|
358
322
|
|
|
359
|
-
|
|
360
|
-
|
|
323
|
+
- 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))
|
|
361
324
|
|
|
362
325
|
### Dependencies
|
|
363
326
|
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
327
|
+
- The following workspace dependencies were updated
|
|
328
|
+
- dependencies
|
|
329
|
+
- @looker/sdk-rtl bumped from ^21.0.18 to ^21.0.19
|
|
367
330
|
|
|
368
331
|
### [21.10.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.10.0...sdk-v21.10.1) (2021-07-09)
|
|
369
332
|
|
|
370
|
-
|
|
371
333
|
### Dependencies
|
|
372
334
|
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
335
|
+
- The following workspace dependencies were updated
|
|
336
|
+
- dependencies
|
|
337
|
+
- @looker/sdk-rtl bumped from ^21.0.17 to ^21.0.18
|
|
376
338
|
|
|
377
339
|
## [21.10.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.8.3...sdk-v21.10.0) (2021-07-08)
|
|
378
340
|
|
|
379
|
-
|
|
380
341
|
### Features
|
|
381
342
|
|
|
382
|
-
|
|
383
|
-
|
|
343
|
+
- Looker 21.10 bindings ([#737](https://www.github.com/looker-open-source/sdk-codegen/issues/737)) ([6b3895d](https://www.github.com/looker-open-source/sdk-codegen/commit/6b3895d35e138df9ff84286b7658434292617aa8))
|
|
384
344
|
|
|
385
345
|
### Dependencies
|
|
386
346
|
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
347
|
+
- The following workspace dependencies were updated
|
|
348
|
+
- dependencies
|
|
349
|
+
- @looker/sdk-rtl bumped from ^21.0.16 to ^21.0.17
|
|
390
350
|
|
|
391
351
|
### [21.8.3](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.8.2...sdk-v21.8.3) (2021-07-02)
|
|
392
352
|
|
|
393
|
-
|
|
394
353
|
### Dependencies
|
|
395
354
|
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
355
|
+
- The following workspace dependencies were updated
|
|
356
|
+
- dependencies
|
|
357
|
+
- @looker/sdk-rtl bumped from ^21.0.15 to ^21.0.16
|
|
399
358
|
|
|
400
359
|
### [21.8.2](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.8.1...sdk-v21.8.2) (2021-07-01)
|
|
401
360
|
|
|
402
|
-
|
|
403
361
|
### Dependencies
|
|
404
362
|
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
363
|
+
- The following workspace dependencies were updated
|
|
364
|
+
- dependencies
|
|
365
|
+
- @looker/sdk-rtl bumped from ^21.0.14 to ^21.0.15
|
|
408
366
|
|
|
409
367
|
### [21.8.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.8.0...sdk-v21.8.1) (2021-06-30)
|
|
410
368
|
|
|
411
|
-
|
|
412
369
|
### Dependencies
|
|
413
370
|
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
371
|
+
- The following workspace dependencies were updated
|
|
372
|
+
- dependencies
|
|
373
|
+
- @looker/sdk-rtl bumped from ^21.0.13 to ^21.0.14
|
|
417
374
|
|
|
418
375
|
## [21.8.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.6.1...sdk-v21.8.0) (2021-06-17)
|
|
419
376
|
|
|
420
|
-
|
|
421
377
|
### Features
|
|
422
378
|
|
|
423
|
-
|
|
379
|
+
- Looker 21.8 bindings ([#705](https://www.github.com/looker-open-source/sdk-codegen/issues/705)) ([032d0f8](https://www.github.com/looker-open-source/sdk-codegen/commit/032d0f80e30356aaa9f3b3f987b315203f896a61))
|
|
424
380
|
|
|
425
381
|
### [21.6.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.6.0...sdk-v21.6.1) (2021-06-16)
|
|
426
382
|
|
|
427
|
-
|
|
428
383
|
### Bug Fixes
|
|
429
384
|
|
|
430
|
-
|
|
385
|
+
- export funcs for TS SDK ([#693](https://www.github.com/looker-open-source/sdk-codegen/issues/693)) ([eec853e](https://www.github.com/looker-open-source/sdk-codegen/commit/eec853e87d35e4908d3416d6f3b1d98209ab22f5))
|
|
431
386
|
|
|
432
387
|
## [21.6.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.4.3...sdk-v21.6.0) (2021-05-05)
|
|
433
388
|
|
|
434
|
-
|
|
435
389
|
### Features
|
|
436
390
|
|
|
437
|
-
|
|
438
|
-
|
|
391
|
+
- update SDKs to Looker 21.6 ([#666](https://www.github.com/looker-open-source/sdk-codegen/issues/666)) ([b2b6b79](https://www.github.com/looker-open-source/sdk-codegen/commit/b2b6b793e38d05d0fcb6236505fb581778d12094))
|
|
439
392
|
|
|
440
393
|
### Bug Fixes
|
|
441
394
|
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
395
|
+
- improve TS SDK imports/exports ([#657](https://www.github.com/looker-open-source/sdk-codegen/issues/657)) ([4c2ec6e](https://www.github.com/looker-open-source/sdk-codegen/commit/4c2ec6ea390bb27d123c333f6d559749efa33830))
|
|
396
|
+
- 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))
|
|
445
397
|
|
|
446
398
|
### Dependencies
|
|
447
399
|
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
400
|
+
- The following workspace dependencies were updated
|
|
401
|
+
- dependencies
|
|
402
|
+
- @looker/sdk-rtl bumped from ^21.0.12 to ^21.0.13
|
|
451
403
|
|
|
452
404
|
### [21.4.3](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.4.2...sdk-v21.4.3) (2021-04-27)
|
|
453
405
|
|
|
454
|
-
|
|
455
406
|
### Bug Fixes
|
|
456
407
|
|
|
457
|
-
|
|
408
|
+
- added a missing "import type" statement to the TS SDK ([#632](https://www.github.com/looker-open-source/sdk-codegen/issues/632)) ([59c0f3d](https://www.github.com/looker-open-source/sdk-codegen/commit/59c0f3d418ca557c65e5690435ee2eca96c5231d))
|
|
458
409
|
|
|
459
410
|
### [21.4.2](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.4.1...sdk-v21.4.2) (2021-04-26)
|
|
460
411
|
|
|
461
|
-
|
|
462
412
|
### Bug Fixes
|
|
463
413
|
|
|
464
|
-
|
|
414
|
+
- use "import type" in the TypeScript SDK ([#623](https://www.github.com/looker-open-source/sdk-codegen/issues/623)) ([c7b5bf8](https://www.github.com/looker-open-source/sdk-codegen/commit/c7b5bf8135db37256b8b119240f1c5a6103dde63))
|
|
465
415
|
|
|
466
416
|
### [21.4.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.4.0...sdk-v21.4.1) (2021-04-15)
|
|
467
417
|
|
|
468
|
-
|
|
469
418
|
### Features
|
|
470
419
|
|
|
471
|
-
|
|
472
|
-
|
|
420
|
+
- TypeScript SDK tree-shaking support ([#580](https://www.github.com/looker-open-source/sdk-codegen/issues/580)) ([8b7f2f0](https://www.github.com/looker-open-source/sdk-codegen/commit/8b7f2f00ab1a765a04bd460a1ca88e9b7bd66a98))
|
|
473
421
|
|
|
474
422
|
### Dependencies
|
|
475
423
|
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
424
|
+
- The following workspace dependencies were updated
|
|
425
|
+
- dependencies
|
|
426
|
+
- @looker/sdk-rtl bumped from ^21.0.11 to ^21.0.12
|
|
479
427
|
|
|
480
428
|
## [21.4.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-v21.0.10...sdk-v21.4.0) (2021-04-02)
|
|
481
429
|
|
|
482
|
-
|
|
483
430
|
### Features
|
|
484
431
|
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
432
|
+
- 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))
|
|
433
|
+
- Looker 21.4 bindings ([#529](https://www.github.com/looker-open-source/sdk-codegen/issues/529)) ([4ecaec9](https://www.github.com/looker-open-source/sdk-codegen/commit/4ecaec93d991b9d82fd3a9ce584ee6ae8810341f))
|
|
488
434
|
|
|
489
435
|
### Bug Fixes
|
|
490
436
|
|
|
491
|
-
|
|
492
|
-
|
|
437
|
+
- TypeScript SDK generator import logic ([#547](https://www.github.com/looker-open-source/sdk-codegen/issues/547)) ([c5aa033](https://www.github.com/looker-open-source/sdk-codegen/commit/c5aa033c749a2db8a0f98d5b8f49dc287fad06a2))
|
|
493
438
|
|
|
494
439
|
### Dependencies
|
|
495
440
|
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
441
|
+
- The following workspace dependencies were updated
|
|
442
|
+
- dependencies
|
|
443
|
+
- @looker/sdk-rtl bumped from ^21.0.10 to ^21.0.11
|
|
499
444
|
|
|
500
445
|
## [21.0.8]
|
|
501
446
|
|
|
@@ -516,9 +461,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
516
461
|
- **BREAKING CHANGE**: The internally constructed `stream` property of the SDK object has been removed. Instead, use:
|
|
517
462
|
|
|
518
463
|
```ts
|
|
519
|
-
import { Looker40SDKStream } from '@looker/sdk'
|
|
464
|
+
import { Looker40SDKStream } from '@looker/sdk';
|
|
520
465
|
|
|
521
|
-
const sdkStream = new Looker40SDKStream(sdk.authSession)
|
|
466
|
+
const sdkStream = new Looker40SDKStream(sdk.authSession);
|
|
522
467
|
```
|
|
523
468
|
|
|
524
469
|
See the [README](README.md#streaming-api-responses) for more information.
|