@looker/sdk 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 +145 -186
- 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 +3 -3
- package/lib/4.0/methods.js +8 -7
- package/lib/4.0/methods.js.map +1 -1
- package/lib/4.0/methodsInterface.d.ts +3 -3
- package/lib/4.0/methodsInterface.js.map +1 -1
- package/lib/4.0/models.d.ts +30 -10
- package/lib/4.0/models.js +23 -44
- package/lib/4.0/models.js.map +1 -1
- package/lib/4.0/streams.d.ts +3 -3
- 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,456 @@ 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-v24.2.1...sdk-v24.4.0) (2024-04-05)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* generate SDKs for Looker 24.4 ([#1450](https://github.com/looker-open-source/sdk-codegen/issues/1450)) ([2dd742c](https://github.com/looker-open-source/sdk-codegen/commit/2dd742c5e9523f0d46e0cc6fbba137edb1a9e1ab))
|
|
14
|
+
|
|
15
|
+
## [24.2.1](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v24.2.0...sdk-v24.2.1) (2024-03-12)
|
|
9
16
|
|
|
10
17
|
|
|
11
18
|
### Miscellaneous Chores
|
|
12
19
|
|
|
13
20
|
* **sdk:** Synchronize undefined versions
|
|
14
21
|
|
|
15
|
-
## [
|
|
22
|
+
## [24.2.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v24.0.0...sdk-v24.2.0) (2024-02-21)
|
|
16
23
|
|
|
17
24
|
|
|
18
25
|
### Features
|
|
19
26
|
|
|
20
|
-
* generate SDKs for Looker
|
|
27
|
+
* 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))
|
|
21
28
|
|
|
22
|
-
## [
|
|
29
|
+
## [24.0.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v23.20.1...sdk-v24.0.0) (2024-02-03)
|
|
23
30
|
|
|
24
31
|
|
|
25
32
|
### Features
|
|
26
33
|
|
|
27
|
-
* generate SDKs for Looker
|
|
34
|
+
* 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))
|
|
28
35
|
|
|
29
|
-
## [23.
|
|
36
|
+
## [23.20.1](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v23.20.0...sdk-v23.20.1) (2023-12-19)
|
|
37
|
+
|
|
38
|
+
### Miscellaneous Chores
|
|
39
|
+
|
|
40
|
+
- **sdk:** Synchronize undefined versions
|
|
30
41
|
|
|
42
|
+
## [23.20.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v23.18.0...sdk-v23.20.0) (2023-11-30)
|
|
31
43
|
|
|
32
44
|
### Features
|
|
33
45
|
|
|
34
|
-
|
|
46
|
+
- 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))
|
|
35
47
|
|
|
36
|
-
## [23.
|
|
48
|
+
## [23.18.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v23.16.0...sdk-v23.18.0) (2023-11-22)
|
|
37
49
|
|
|
50
|
+
### Features
|
|
51
|
+
|
|
52
|
+
- generate SDKs for Looker 23.18 ([3f13822](https://github.com/looker-open-source/sdk-codegen/commit/3f13822daa3a5b9c179d23f0c1c8a6433f0a0655))
|
|
53
|
+
|
|
54
|
+
## [23.16.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v23.14.1...sdk-v23.16.0) (2023-09-21)
|
|
38
55
|
|
|
39
56
|
### Features
|
|
40
57
|
|
|
41
|
-
|
|
58
|
+
- 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))
|
|
59
|
+
|
|
60
|
+
## [23.14.1](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v23.12.0...sdk-v23.14.1) (2023-08-15)
|
|
61
|
+
|
|
62
|
+
### Features
|
|
42
63
|
|
|
64
|
+
- 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
65
|
|
|
44
66
|
### Miscellaneous Chores
|
|
45
67
|
|
|
46
|
-
|
|
68
|
+
- 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
69
|
|
|
48
70
|
## [23.12.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v23.10.0...sdk-v23.12.0) (2023-07-17)
|
|
49
71
|
|
|
50
|
-
|
|
51
72
|
### Features
|
|
52
73
|
|
|
53
|
-
|
|
74
|
+
- 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
75
|
|
|
55
76
|
## [23.10.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v23.8.1...sdk-v23.10.0) (2023-06-15)
|
|
56
77
|
|
|
57
|
-
|
|
58
78
|
### Features
|
|
59
79
|
|
|
60
|
-
|
|
61
|
-
|
|
80
|
+
- 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
81
|
|
|
63
82
|
### Dependencies
|
|
64
83
|
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
84
|
+
- The following workspace dependencies were updated
|
|
85
|
+
- dependencies
|
|
86
|
+
- @looker/sdk-rtl bumped from ^21.6.0 to ^21.6.1
|
|
68
87
|
|
|
69
88
|
## [23.8.1](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v23.8.0...sdk-v23.8.1) (2023-05-11)
|
|
70
89
|
|
|
71
|
-
|
|
72
90
|
### Miscellaneous Chores
|
|
73
91
|
|
|
74
|
-
|
|
92
|
+
- **sdk:** Synchronize undefined versions
|
|
75
93
|
|
|
76
94
|
## [23.8.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v23.6.0...sdk-v23.8.0) (2023-05-11)
|
|
77
95
|
|
|
78
|
-
|
|
79
96
|
### Features
|
|
80
97
|
|
|
81
|
-
|
|
98
|
+
- 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
99
|
|
|
83
100
|
## [23.6.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v23.4.0...sdk-v23.6.0) (2023-04-11)
|
|
84
101
|
|
|
85
|
-
|
|
86
102
|
### Features
|
|
87
103
|
|
|
88
|
-
|
|
104
|
+
- 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
105
|
|
|
90
106
|
## [23.4.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v23.2.0...sdk-v23.4.0) (2023-03-31)
|
|
91
107
|
|
|
92
|
-
|
|
93
108
|
### Features
|
|
94
109
|
|
|
95
|
-
|
|
110
|
+
- 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
111
|
|
|
97
112
|
## [23.2.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v23.0.0...sdk-v23.2.0) (2023-03-01)
|
|
98
113
|
|
|
99
|
-
|
|
100
114
|
### Features
|
|
101
115
|
|
|
102
|
-
|
|
116
|
+
- 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
117
|
|
|
104
118
|
## [23.0.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-v22.20.1...sdk-v23.0.0) (2023-02-22)
|
|
105
119
|
|
|
106
|
-
|
|
107
120
|
### Features
|
|
108
121
|
|
|
109
|
-
|
|
110
|
-
|
|
122
|
+
- 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
123
|
|
|
112
124
|
### Miscellaneous Chores
|
|
113
125
|
|
|
114
|
-
|
|
115
|
-
|
|
126
|
+
- 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
127
|
|
|
117
128
|
### Dependencies
|
|
118
129
|
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
130
|
+
- The following workspace dependencies were updated
|
|
131
|
+
- dependencies
|
|
132
|
+
- @looker/sdk-rtl bumped from ^21.5.0 to ^21.6.0
|
|
122
133
|
|
|
123
134
|
### [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
135
|
|
|
125
|
-
|
|
126
136
|
### Dependencies
|
|
127
137
|
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
138
|
+
- The following workspace dependencies were updated
|
|
139
|
+
- dependencies
|
|
140
|
+
- @looker/sdk-rtl bumped from ^21.4.0 to ^21.5.0
|
|
131
141
|
|
|
132
142
|
## [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
143
|
|
|
134
|
-
|
|
135
144
|
### Features
|
|
136
145
|
|
|
137
|
-
|
|
146
|
+
- 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
147
|
|
|
139
148
|
## [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
149
|
|
|
141
|
-
|
|
142
150
|
### Features
|
|
143
151
|
|
|
144
|
-
|
|
152
|
+
- 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
153
|
|
|
146
154
|
## [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
155
|
|
|
148
|
-
|
|
149
156
|
### Features
|
|
150
157
|
|
|
151
|
-
|
|
158
|
+
- 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
159
|
|
|
153
160
|
## [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
161
|
|
|
155
|
-
|
|
156
162
|
### Features
|
|
157
163
|
|
|
158
|
-
|
|
164
|
+
- 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
165
|
|
|
160
166
|
### [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
167
|
|
|
162
|
-
|
|
163
168
|
### Features
|
|
164
169
|
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
170
|
+
- 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))
|
|
171
|
+
- 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))
|
|
172
|
+
- 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
173
|
|
|
170
174
|
### Dependencies
|
|
171
175
|
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
176
|
+
- The following workspace dependencies were updated
|
|
177
|
+
- dependencies
|
|
178
|
+
- @looker/sdk-rtl bumped from ^21.3.4 to ^21.4.0
|
|
175
179
|
|
|
176
180
|
### [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
181
|
|
|
178
|
-
|
|
179
182
|
### Features
|
|
180
183
|
|
|
181
|
-
|
|
184
|
+
- 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
185
|
|
|
183
186
|
## [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
187
|
|
|
185
|
-
|
|
186
188
|
### Features
|
|
187
189
|
|
|
188
|
-
|
|
190
|
+
- 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
191
|
|
|
190
192
|
## [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
193
|
|
|
192
|
-
|
|
193
194
|
### Features
|
|
194
195
|
|
|
195
|
-
|
|
196
|
+
- 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
197
|
|
|
197
198
|
## [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
199
|
|
|
199
|
-
|
|
200
200
|
### Features
|
|
201
201
|
|
|
202
|
-
|
|
203
|
-
|
|
202
|
+
- 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
203
|
|
|
205
204
|
### Dependencies
|
|
206
205
|
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
206
|
+
- The following workspace dependencies were updated
|
|
207
|
+
- dependencies
|
|
208
|
+
- @looker/sdk-rtl bumped from ^21.3.3 to ^21.3.4
|
|
210
209
|
|
|
211
210
|
### [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
211
|
|
|
213
|
-
|
|
214
212
|
### Dependencies
|
|
215
213
|
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
214
|
+
- The following workspace dependencies were updated
|
|
215
|
+
- dependencies
|
|
216
|
+
- @looker/sdk-rtl bumped from ^21.3.2 to ^21.3.3
|
|
219
217
|
|
|
220
218
|
## [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
219
|
|
|
222
|
-
|
|
223
220
|
### Features
|
|
224
221
|
|
|
225
|
-
|
|
222
|
+
- 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
223
|
|
|
227
224
|
## [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
225
|
|
|
229
|
-
|
|
230
226
|
### Features
|
|
231
227
|
|
|
232
|
-
|
|
228
|
+
- 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
229
|
|
|
234
230
|
## [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
231
|
|
|
236
|
-
|
|
237
232
|
### ⚠ BREAKING CHANGES
|
|
238
233
|
|
|
239
|
-
|
|
234
|
+
- SDK support for 22.0
|
|
240
235
|
|
|
241
236
|
### Features
|
|
242
237
|
|
|
243
|
-
|
|
244
|
-
|
|
238
|
+
- 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))
|
|
239
|
+
- SDK support for 22.0 ([5f9930c](https://www.github.com/looker-open-source/sdk-codegen/commit/5f9930c0b0f7bde59f0b9b47f882ae1f3ff9e490))
|
|
245
240
|
|
|
246
241
|
### [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
242
|
|
|
248
|
-
|
|
249
243
|
### Features
|
|
250
244
|
|
|
251
|
-
|
|
252
|
-
|
|
245
|
+
- 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
246
|
|
|
254
247
|
### Bug Fixes
|
|
255
248
|
|
|
256
|
-
|
|
249
|
+
- 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
250
|
|
|
258
251
|
## [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
252
|
|
|
260
|
-
|
|
261
253
|
### Features
|
|
262
254
|
|
|
263
|
-
|
|
264
|
-
|
|
255
|
+
- 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
256
|
|
|
266
257
|
### Bug Fixes
|
|
267
258
|
|
|
268
|
-
|
|
269
|
-
|
|
259
|
+
- 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
260
|
|
|
271
261
|
### Dependencies
|
|
272
262
|
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
263
|
+
- The following workspace dependencies were updated
|
|
264
|
+
- dependencies
|
|
265
|
+
- @looker/sdk-rtl bumped from ^21.2.0 to ^21.3.1
|
|
276
266
|
|
|
277
267
|
## [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
268
|
|
|
279
|
-
|
|
280
269
|
### Features
|
|
281
270
|
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
271
|
+
- 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))
|
|
272
|
+
- 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
273
|
|
|
286
274
|
### Dependencies
|
|
287
275
|
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
276
|
+
- The following workspace dependencies were updated
|
|
277
|
+
- dependencies
|
|
278
|
+
- @looker/sdk-rtl bumped from ^21.1.1 to ^21.2.0
|
|
291
279
|
|
|
292
280
|
### [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
281
|
|
|
294
|
-
|
|
295
282
|
### Dependencies
|
|
296
283
|
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
284
|
+
- The following workspace dependencies were updated
|
|
285
|
+
- dependencies
|
|
286
|
+
- @looker/sdk-rtl bumped from ^21.1.0 to ^21.1.1
|
|
300
287
|
|
|
301
288
|
## [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
289
|
|
|
303
|
-
|
|
304
290
|
### Features
|
|
305
291
|
|
|
306
|
-
|
|
292
|
+
- 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
293
|
|
|
308
294
|
## [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
295
|
|
|
310
|
-
|
|
311
296
|
### Features
|
|
312
297
|
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
298
|
+
- 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))
|
|
299
|
+
- 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
300
|
|
|
317
301
|
### Bug Fixes
|
|
318
302
|
|
|
319
|
-
|
|
320
|
-
|
|
303
|
+
- 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
304
|
|
|
322
305
|
### Dependencies
|
|
323
306
|
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
307
|
+
- The following workspace dependencies were updated
|
|
308
|
+
- dependencies
|
|
309
|
+
- @looker/sdk-rtl bumped from ^21.0.20 to ^21.1.0
|
|
327
310
|
|
|
328
311
|
## [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
312
|
|
|
330
|
-
|
|
331
313
|
### Features
|
|
332
314
|
|
|
333
|
-
|
|
334
|
-
|
|
315
|
+
- 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
316
|
|
|
336
317
|
### Dependencies
|
|
337
318
|
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
319
|
+
- The following workspace dependencies were updated
|
|
320
|
+
- dependencies
|
|
321
|
+
- @looker/sdk-rtl bumped from ^21.0.19 to ^21.0.20
|
|
341
322
|
|
|
342
323
|
## [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
324
|
|
|
344
|
-
|
|
345
325
|
### Features
|
|
346
326
|
|
|
347
|
-
|
|
348
|
-
|
|
327
|
+
- 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
328
|
|
|
350
329
|
### Bug Fixes
|
|
351
330
|
|
|
352
|
-
|
|
331
|
+
- 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
332
|
|
|
354
333
|
### [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
334
|
|
|
356
|
-
|
|
357
335
|
### Bug Fixes
|
|
358
336
|
|
|
359
|
-
|
|
360
|
-
|
|
337
|
+
- 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
338
|
|
|
362
339
|
### Dependencies
|
|
363
340
|
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
341
|
+
- The following workspace dependencies were updated
|
|
342
|
+
- dependencies
|
|
343
|
+
- @looker/sdk-rtl bumped from ^21.0.18 to ^21.0.19
|
|
367
344
|
|
|
368
345
|
### [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
346
|
|
|
370
|
-
|
|
371
347
|
### Dependencies
|
|
372
348
|
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
349
|
+
- The following workspace dependencies were updated
|
|
350
|
+
- dependencies
|
|
351
|
+
- @looker/sdk-rtl bumped from ^21.0.17 to ^21.0.18
|
|
376
352
|
|
|
377
353
|
## [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
354
|
|
|
379
|
-
|
|
380
355
|
### Features
|
|
381
356
|
|
|
382
|
-
|
|
383
|
-
|
|
357
|
+
- 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
358
|
|
|
385
359
|
### Dependencies
|
|
386
360
|
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
361
|
+
- The following workspace dependencies were updated
|
|
362
|
+
- dependencies
|
|
363
|
+
- @looker/sdk-rtl bumped from ^21.0.16 to ^21.0.17
|
|
390
364
|
|
|
391
365
|
### [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
366
|
|
|
393
|
-
|
|
394
367
|
### Dependencies
|
|
395
368
|
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
369
|
+
- The following workspace dependencies were updated
|
|
370
|
+
- dependencies
|
|
371
|
+
- @looker/sdk-rtl bumped from ^21.0.15 to ^21.0.16
|
|
399
372
|
|
|
400
373
|
### [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
374
|
|
|
402
|
-
|
|
403
375
|
### Dependencies
|
|
404
376
|
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
377
|
+
- The following workspace dependencies were updated
|
|
378
|
+
- dependencies
|
|
379
|
+
- @looker/sdk-rtl bumped from ^21.0.14 to ^21.0.15
|
|
408
380
|
|
|
409
381
|
### [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
382
|
|
|
411
|
-
|
|
412
383
|
### Dependencies
|
|
413
384
|
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
385
|
+
- The following workspace dependencies were updated
|
|
386
|
+
- dependencies
|
|
387
|
+
- @looker/sdk-rtl bumped from ^21.0.13 to ^21.0.14
|
|
417
388
|
|
|
418
389
|
## [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
390
|
|
|
420
|
-
|
|
421
391
|
### Features
|
|
422
392
|
|
|
423
|
-
|
|
393
|
+
- 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
394
|
|
|
425
395
|
### [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
396
|
|
|
427
|
-
|
|
428
397
|
### Bug Fixes
|
|
429
398
|
|
|
430
|
-
|
|
399
|
+
- 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
400
|
|
|
432
401
|
## [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
402
|
|
|
434
|
-
|
|
435
403
|
### Features
|
|
436
404
|
|
|
437
|
-
|
|
438
|
-
|
|
405
|
+
- 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
406
|
|
|
440
407
|
### Bug Fixes
|
|
441
408
|
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
409
|
+
- 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))
|
|
410
|
+
- 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
411
|
|
|
446
412
|
### Dependencies
|
|
447
413
|
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
414
|
+
- The following workspace dependencies were updated
|
|
415
|
+
- dependencies
|
|
416
|
+
- @looker/sdk-rtl bumped from ^21.0.12 to ^21.0.13
|
|
451
417
|
|
|
452
418
|
### [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
419
|
|
|
454
|
-
|
|
455
420
|
### Bug Fixes
|
|
456
421
|
|
|
457
|
-
|
|
422
|
+
- 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
423
|
|
|
459
424
|
### [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
425
|
|
|
461
|
-
|
|
462
426
|
### Bug Fixes
|
|
463
427
|
|
|
464
|
-
|
|
428
|
+
- 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
429
|
|
|
466
430
|
### [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
431
|
|
|
468
|
-
|
|
469
432
|
### Features
|
|
470
433
|
|
|
471
|
-
|
|
472
|
-
|
|
434
|
+
- 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
435
|
|
|
474
436
|
### Dependencies
|
|
475
437
|
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
438
|
+
- The following workspace dependencies were updated
|
|
439
|
+
- dependencies
|
|
440
|
+
- @looker/sdk-rtl bumped from ^21.0.11 to ^21.0.12
|
|
479
441
|
|
|
480
442
|
## [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
443
|
|
|
482
|
-
|
|
483
444
|
### Features
|
|
484
445
|
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
446
|
+
- 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))
|
|
447
|
+
- 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
448
|
|
|
489
449
|
### Bug Fixes
|
|
490
450
|
|
|
491
|
-
|
|
492
|
-
|
|
451
|
+
- 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
452
|
|
|
494
453
|
### Dependencies
|
|
495
454
|
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
455
|
+
- The following workspace dependencies were updated
|
|
456
|
+
- dependencies
|
|
457
|
+
- @looker/sdk-rtl bumped from ^21.0.10 to ^21.0.11
|
|
499
458
|
|
|
500
459
|
## [21.0.8]
|
|
501
460
|
|
|
@@ -516,9 +475,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
516
475
|
- **BREAKING CHANGE**: The internally constructed `stream` property of the SDK object has been removed. Instead, use:
|
|
517
476
|
|
|
518
477
|
```ts
|
|
519
|
-
import { Looker40SDKStream } from '@looker/sdk'
|
|
478
|
+
import { Looker40SDKStream } from '@looker/sdk';
|
|
520
479
|
|
|
521
|
-
const sdkStream = new Looker40SDKStream(sdk.authSession)
|
|
480
|
+
const sdkStream = new Looker40SDKStream(sdk.authSession);
|
|
522
481
|
```
|
|
523
482
|
|
|
524
483
|
See the [README](README.md#streaming-api-responses) for more information.
|