@cubejs-backend/schema-compiler 0.31.13 → 0.31.16

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 DELETED
@@ -1,3388 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [0.31.13](https://github.com/cube-js/cube.js/compare/v0.31.12...v0.31.13) (2022-11-08)
7
-
8
-
9
- ### Features
10
-
11
- * notStartsWith/notEndsWith filters support ([#5579](https://github.com/cube-js/cube.js/issues/5579)) ([8765833](https://github.com/cube-js/cube.js/commit/87658333df0194db07c3ce0ae6f94a292f8bd592))
12
- * YAML snake case and `.yaml` extension support ([#5578](https://github.com/cube-js/cube.js/issues/5578)) ([c8af286](https://github.com/cube-js/cube.js/commit/c8af2864af2dcc532abdc3629cf58893d874c190))
13
-
14
-
15
-
16
-
17
-
18
- ## [0.31.12](https://github.com/cube-js/cube.js/compare/v0.31.11...v0.31.12) (2022-11-05)
19
-
20
-
21
- ### Bug Fixes
22
-
23
- * Cannot read property 'apply' of undefined on missed dimension sql ([#5559](https://github.com/cube-js/cube.js/issues/5559)) ([6f85096](https://github.com/cube-js/cube.js/commit/6f850967ba834bbdd87284fa957859d66d19344a))
24
- * No column found in case non equals filter query incorrectly matched against rollup with no dimensions ([#5552](https://github.com/cube-js/cube.js/issues/5552)) ([73b3203](https://github.com/cube-js/cube.js/commit/73b3203925bf9d8221001f730bb23272dd4e47e6))
25
- * YAML filter support ([fb6fade](https://github.com/cube-js/cube.js/commit/fb6fade4bfa5b0fb2e3b6895e378aef97ea26f95))
26
-
27
-
28
-
29
-
30
-
31
- ## [0.31.11](https://github.com/cube-js/cube.js/compare/v0.31.10...v0.31.11) (2022-11-02)
32
-
33
-
34
- ### Features
35
-
36
- * **cubestore:** Sealing partition ([#5523](https://github.com/cube-js/cube.js/issues/5523)) ([70ee72c](https://github.com/cube-js/cube.js/commit/70ee72cca5b9a77bf14994f05b0e77148089362c))
37
-
38
-
39
-
40
-
41
-
42
- ## [0.31.9](https://github.com/cube-js/cube.js/compare/v0.31.8...v0.31.9) (2022-11-01)
43
-
44
-
45
- ### Bug Fixes
46
-
47
- * You requested hidden member in case of rolling window measure is being used in a view ([#5546](https://github.com/cube-js/cube.js/issues/5546)) ([c00ea43](https://github.com/cube-js/cube.js/commit/c00ea432021a02638361b278f8eb24801a7a867b))
48
-
49
-
50
-
51
-
52
-
53
- ## [0.31.8](https://github.com/cube-js/cube.js/compare/v0.31.7...v0.31.8) (2022-10-30)
54
-
55
-
56
- ### Features
57
-
58
- * YAML support ([#5539](https://github.com/cube-js/cube.js/issues/5539)) ([29c19db](https://github.com/cube-js/cube.js/commit/29c19db9315ef7ad40350150f74f9519d6ff4a98))
59
-
60
-
61
-
62
-
63
-
64
- ## [0.31.7](https://github.com/cube-js/cube.js/compare/v0.31.6...v0.31.7) (2022-10-27)
65
-
66
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
67
-
68
-
69
-
70
-
71
-
72
- ## [0.31.5](https://github.com/cube-js/cube.js/compare/v0.31.4...v0.31.5) (2022-10-20)
73
-
74
-
75
- ### Features
76
-
77
- * pre-aggregations build jobs API endpoint ([#5251](https://github.com/cube-js/cube.js/issues/5251)) ([4aee3ef](https://github.com/cube-js/cube.js/commit/4aee3efba9c14b4698c81707d92af11c98978c81))
78
-
79
-
80
-
81
-
82
-
83
- ## [0.31.4](https://github.com/cube-js/cube.js/compare/v0.31.3...v0.31.4) (2022-10-13)
84
-
85
-
86
- ### Features
87
-
88
- * `shown` flag for cubes and views ([#5455](https://github.com/cube-js/cube.js/issues/5455)) ([e7ef446](https://github.com/cube-js/cube.js/commit/e7ef4467adfc581e07c14b315a43c0eb4d1e8c11))
89
-
90
-
91
-
92
-
93
-
94
- ## [0.31.3](https://github.com/cube-js/cube.js/compare/v0.31.2...v0.31.3) (2022-10-08)
95
-
96
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
97
-
98
-
99
-
100
-
101
-
102
- ## [0.31.2](https://github.com/cube-js/cube.js/compare/v0.31.1...v0.31.2) (2022-10-08)
103
-
104
-
105
- ### Features
106
-
107
- * Includes and Excludes directives for Cube Views ([#5437](https://github.com/cube-js/cube.js/issues/5437)) ([7c35604](https://github.com/cube-js/cube.js/commit/7c356049b56a0ea58a4ad8f2628ffaff2ac307d4))
108
-
109
-
110
-
111
-
112
-
113
- ## [0.31.1](https://github.com/cube-js/cube.js/compare/v0.31.0...v0.31.1) (2022-10-04)
114
-
115
-
116
- ### Bug Fixes
117
-
118
- * Cube not found for path due to FILTER_PARAMS are used in members ([#5417](https://github.com/cube-js/cube.js/issues/5417)) ([bfe76bf](https://github.com/cube-js/cube.js/commit/bfe76bfbf3bd5f51a408088f8f5fefb35e17e22f))
119
- * **extensions:** fix SELECT handling in the Funnels extensions ([#5397](https://github.com/cube-js/cube.js/issues/5397)) ([041f591](https://github.com/cube-js/cube.js/commit/041f591482cc75d840310a9b7592158c1b33fa37))
120
-
121
-
122
-
123
-
124
-
125
- # [0.31.0](https://github.com/cube-js/cube.js/compare/v0.30.75...v0.31.0) (2022-10-03)
126
-
127
-
128
- * feat!: Cube Views implementation (#5278) ([9937356](https://github.com/cube-js/cube.js/commit/99373563b610d1f15dfc44fafac0c329c1dc9a0d)), closes [#5278](https://github.com/cube-js/cube.js/issues/5278)
129
-
130
-
131
- ### Bug Fixes
132
-
133
- * **schema-compiler:** throw an error for the empty pre-aggs ([#5392](https://github.com/cube-js/cube.js/issues/5392)) ([4afd604](https://github.com/cube-js/cube.js/commit/4afd6041dae8175fb8d292e9ee0db15969239c81))
134
-
135
-
136
- ### BREAKING CHANGES
137
-
138
- * The logic of how cubes are included in joins has been changed. There are multiple member reference constructs that are now forbidden and should be rewritten. You can't reference foreign cubes anymore to define members inside other cubes: `${ForeignCube}.foo`. `foo` member should be defined in `ForeignCube` and referenced as `${ForeignCube.foo}`. You also can't mix references and members without `CUBE` self-reference. For example `${ForeignCube.foo} + bar` is invalid and `${ForeignCube.foo} + ${CUBE}.bar` should be used instead. If not fixed, it'll lead to missing tables in the `FROM` clause.
139
-
140
-
141
-
142
-
143
-
144
- ## [0.30.75](https://github.com/cube-js/cube.js/compare/v0.30.74...v0.30.75) (2022-09-22)
145
-
146
-
147
- ### Bug Fixes
148
-
149
- * Invalid identifier day for month `lambdaRollup` ([#5338](https://github.com/cube-js/cube.js/issues/5338)) ([bacc643](https://github.com/cube-js/cube.js/commit/bacc64309b09c99cddc0a57bfcca94ee01dd5877))
150
-
151
-
152
-
153
-
154
-
155
- ## [0.30.73](https://github.com/cube-js/cube.js/compare/v0.30.72...v0.30.73) (2022-09-19)
156
-
157
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
158
-
159
-
160
-
161
-
162
-
163
- ## [0.30.72](https://github.com/cube-js/cube.js/compare/v0.30.71...v0.30.72) (2022-09-18)
164
-
165
-
166
- ### Features
167
-
168
- * Introduce `rollupLambda` rollup type ([#5315](https://github.com/cube-js/cube.js/issues/5315)) ([6fd5ee4](https://github.com/cube-js/cube.js/commit/6fd5ee4ed3a7fe98f55ce2f3dc900be1f089e590))
169
-
170
-
171
-
172
-
173
-
174
- ## [0.30.70](https://github.com/cube-js/cube.js/compare/v0.30.69...v0.30.70) (2022-09-14)
175
-
176
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
177
-
178
-
179
-
180
-
181
-
182
- ## [0.30.69](https://github.com/cube-js/cube.js/compare/v0.30.68...v0.30.69) (2022-09-13)
183
-
184
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
185
-
186
-
187
-
188
-
189
-
190
- ## [0.30.67](https://github.com/cube-js/cube.js/compare/v0.30.66...v0.30.67) (2022-09-09)
191
-
192
-
193
- ### Bug Fixes
194
-
195
- * **schema-compiler:** messed order in sub-query aggregate ([#5257](https://github.com/cube-js/cube.js/issues/5257)) ([a6ad9f6](https://github.com/cube-js/cube.js/commit/a6ad9f63fd9db502d1e59aa4fe30dbe5c34c364d))
196
-
197
-
198
-
199
-
200
-
201
- ## [0.30.63](https://github.com/cube-js/cube.js/compare/v0.30.62...v0.30.63) (2022-09-05)
202
-
203
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
204
-
205
-
206
-
207
-
208
-
209
- ## [0.30.61](https://github.com/cube-js/cube.js/compare/v0.30.60...v0.30.61) (2022-09-01)
210
-
211
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
212
-
213
-
214
-
215
-
216
-
217
- ## [0.30.60](https://github.com/cube-js/cube.js/compare/v0.30.59...v0.30.60) (2022-08-28)
218
-
219
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
220
-
221
-
222
-
223
-
224
-
225
- ## [0.30.57](https://github.com/cube-js/cube.js/compare/v0.30.56...v0.30.57) (2022-08-25)
226
-
227
-
228
- ### Features
229
-
230
- * **cubestore:** Aggregating index in pre-aggregations ([#5016](https://github.com/cube-js/cube.js/issues/5016)) ([0c3caca](https://github.com/cube-js/cube.js/commit/0c3caca7ac6bfe12fb95a15bb1bc538d1363ecdf))
231
-
232
-
233
-
234
-
235
-
236
- ## [0.30.53](https://github.com/cube-js/cube.js/compare/v0.30.52...v0.30.53) (2022-08-18)
237
-
238
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
239
-
240
-
241
-
242
-
243
-
244
- ## [0.30.51](https://github.com/cube-js/cube.js/compare/v0.30.50...v0.30.51) (2022-08-17)
245
-
246
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
247
-
248
-
249
-
250
-
251
-
252
- ## [0.30.50](https://github.com/cube-js/cube.js/compare/v0.30.49...v0.30.50) (2022-08-16)
253
-
254
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
255
-
256
-
257
-
258
-
259
-
260
- ## [0.30.47](https://github.com/cube-js/cube.js/compare/v0.30.46...v0.30.47) (2022-08-12)
261
-
262
-
263
- ### Features
264
-
265
- * **cubejs:** LambdaView: hybrid query of source tables and pre-aggregation tables. ([#4718](https://github.com/cube-js/cube.js/issues/4718)) ([4ae826b](https://github.com/cube-js/cube.js/commit/4ae826b4d27afbfce366830150e130f29c7fcbbf))
266
-
267
-
268
-
269
-
270
-
271
- ## [0.30.46](https://github.com/cube-js/cube.js/compare/v0.30.45...v0.30.46) (2022-08-10)
272
-
273
-
274
- ### Features
275
-
276
- * **drivers:** Bootstraps CrateDB driver ([#4929](https://github.com/cube-js/cube.js/issues/4929)) ([db87b8f](https://github.com/cube-js/cube.js/commit/db87b8f18686607498467c6ff0f71abcd1e38c5d))
277
- * **schema-compiler:** aggregated sub query group by clause ([#5078](https://github.com/cube-js/cube.js/issues/5078)) ([473398d](https://github.com/cube-js/cube.js/commit/473398d0a4a983730aba115766afc53f2dd829a6))
278
-
279
-
280
-
281
-
282
-
283
- ## [0.30.45](https://github.com/cube-js/cube.js/compare/v0.30.44...v0.30.45) (2022-08-05)
284
-
285
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
286
-
287
-
288
-
289
-
290
-
291
- ## [0.30.43](https://github.com/cube-js/cube.js/compare/v0.30.42...v0.30.43) (2022-07-28)
292
-
293
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
294
-
295
-
296
-
297
-
298
-
299
- ## [0.30.39](https://github.com/cube-js/cube.js/compare/v0.30.38...v0.30.39) (2022-07-25)
300
-
301
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
302
-
303
-
304
-
305
-
306
-
307
- ## [0.30.34](https://github.com/cube-js/cube.js/compare/v0.30.33...v0.30.34) (2022-07-12)
308
-
309
-
310
- ### Bug Fixes
311
-
312
- * Cache allDefinitions Object.assign invocations to optimize highly dynamic schema SQL execution ([#4894](https://github.com/cube-js/cube.js/issues/4894)) ([ad3fea8](https://github.com/cube-js/cube.js/commit/ad3fea8610aaee7aae33623821a2aa3a3416a62a))
313
-
314
-
315
-
316
-
317
-
318
- ## [0.30.30](https://github.com/cube-js/cube.js/compare/v0.30.29...v0.30.30) (2022-07-05)
319
-
320
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
321
-
322
-
323
-
324
-
325
-
326
- ## [0.30.28](https://github.com/cube-js/cube.js/compare/v0.30.27...v0.30.28) (2022-06-27)
327
-
328
-
329
- ### Bug Fixes
330
-
331
- * More explanatory error message on failed rollupJoin match ([5808e37](https://github.com/cube-js/cube.js/commit/5808e375baf31259d8d070f3d5ff5b2a4faf5db4)), closes [#4746](https://github.com/cube-js/cube.js/issues/4746)
332
-
333
-
334
-
335
-
336
-
337
- ## [0.30.25](https://github.com/cube-js/cube.js/compare/v0.30.24...v0.30.25) (2022-06-16)
338
-
339
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
340
-
341
-
342
-
343
-
344
-
345
- ## [0.30.20](https://github.com/cube-js/cube.js/compare/v0.30.19...v0.30.20) (2022-06-11)
346
-
347
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
348
-
349
-
350
-
351
-
352
-
353
- ## [0.30.8](https://github.com/cube-js/cube.js/compare/v0.30.7...v0.30.8) (2022-05-30)
354
-
355
-
356
- ### Features
357
-
358
- * **schema-compiler:** allowNonStrictDateRangeMatch flag support for the pre-aggregations with time dimension ([#4582](https://github.com/cube-js/cube.js/issues/4582)) ([31d9fae](https://github.com/cube-js/cube.js/commit/31d9faea762f2103a19e6d3062e272b9dbc88dc8))
359
-
360
-
361
-
362
-
363
-
364
- ## [0.30.7](https://github.com/cube-js/cube.js/compare/v0.30.6...v0.30.7) (2022-05-26)
365
-
366
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
367
-
368
-
369
-
370
-
371
-
372
- ## [0.30.6](https://github.com/cube-js/cube.js/compare/v0.30.5...v0.30.6) (2022-05-24)
373
-
374
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
375
-
376
-
377
-
378
-
379
-
380
- ## [0.30.5](https://github.com/cube-js/cube.js/compare/v0.30.4...v0.30.5) (2022-05-23)
381
-
382
-
383
- ### Bug Fixes
384
-
385
- * **schema-compiler:** exclude non-included dimensions from drillMembers ([#4569](https://github.com/cube-js/cube.js/issues/4569)) ([c1f12d1](https://github.com/cube-js/cube.js/commit/c1f12d182a3f7434a296a97b640b19b705dba921))
386
-
387
-
388
-
389
-
390
-
391
- ## [0.30.4](https://github.com/cube-js/cube.js/compare/v0.30.3...v0.30.4) (2022-05-20)
392
-
393
-
394
- ### Features
395
-
396
- * Download streaming `select * from table` originalSql pre-aggregations directly ([#4537](https://github.com/cube-js/cube.js/issues/4537)) ([a62d81a](https://github.com/cube-js/cube.js/commit/a62d81abe67fc94ca57cabf914cc55800fc89d96))
397
-
398
-
399
-
400
-
401
-
402
- ## [0.30.1](https://github.com/cube-js/cube.js/compare/v0.30.0...v0.30.1) (2022-05-14)
403
-
404
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
405
-
406
-
407
-
408
-
409
-
410
- # [0.30.0](https://github.com/cube-js/cube.js/compare/v0.29.57...v0.30.0) (2022-05-11)
411
-
412
-
413
- ### Features
414
-
415
- * **streamlined-config:** CUBEJS_EXTERNAL_DEFAULT and CUBEJS_SCHEDULED_REFRESH_DEFAULT defaults changed to "true" ([#4367](https://github.com/cube-js/cube.js/issues/4367)) ([d52adaf](https://github.com/cube-js/cube.js/commit/d52adaf9d7e95d9892348c8a2fbc971c4652dae3))
416
-
417
-
418
-
419
-
420
-
421
- ## [0.29.57](https://github.com/cube-js/cube.js/compare/v0.29.56...v0.29.57) (2022-05-11)
422
-
423
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
424
-
425
-
426
-
427
-
428
-
429
- ## [0.29.54](https://github.com/cube-js/cube.js/compare/v0.29.53...v0.29.54) (2022-05-03)
430
-
431
-
432
- ### Bug Fixes
433
-
434
- * Prestodb timestamp cast to work in prestodb and athena ([#4419](https://github.com/cube-js/cube.js/issues/4419)) Thanks [@apzeb](https://github.com/apzeb) ! ([8f8f61a](https://github.com/cube-js/cube.js/commit/8f8f61a7186aeb63876bfcb8d440a7c35e27e0b3)), closes [#4221](https://github.com/cube-js/cube.js/issues/4221)
435
-
436
-
437
- ### Features
438
-
439
- * **cubejs:** rollupJoin between multiple databases ([#4371](https://github.com/cube-js/cube.js/issues/4371)) ([6cd77d5](https://github.com/cube-js/cube.js/commit/6cd77d542ec8af570f556a4cefd1710ab2e5f508))
440
-
441
-
442
-
443
-
444
-
445
- ## [0.29.53](https://github.com/cube-js/cube.js/compare/v0.29.52...v0.29.53) (2022-04-29)
446
-
447
-
448
- ### Features
449
-
450
- * **packages:** Materialize driver ([#4320](https://github.com/cube-js/cube.js/issues/4320)) ([d40d13b](https://github.com/cube-js/cube.js/commit/d40d13b0a80cd65b27337e87a523314af585dbc6))
451
-
452
-
453
-
454
-
455
-
456
- ## [0.29.52](https://github.com/cube-js/cube.js/compare/v0.29.51...v0.29.52) (2022-04-23)
457
-
458
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
459
-
460
-
461
-
462
-
463
-
464
- ## [0.29.51](https://github.com/cube-js/cube.js/compare/v0.29.50...v0.29.51) (2022-04-22)
465
-
466
-
467
- ### Features
468
-
469
- * **query-language:** "startsWith", "endsWith" filters support ([#4128](https://github.com/cube-js/cube.js/issues/4128)) ([e8c72d6](https://github.com/cube-js/cube.js/commit/e8c72d630eecd930a8fd36fc52f9b594a45d59c0))
470
-
471
-
472
-
473
-
474
-
475
- ## [0.29.48](https://github.com/cube-js/cube.js/compare/v0.29.47...v0.29.48) (2022-04-14)
476
-
477
-
478
- ### Features
479
-
480
- * **query-language:** "total" flag support ([#4134](https://github.com/cube-js/cube.js/issues/4134)) ([51aef5e](https://github.com/cube-js/cube.js/commit/51aef5ede6e9b0c0e0e8749119e98102f168b8ca))
481
- * Support Compound Primary Keys ([#4370](https://github.com/cube-js/cube.js/issues/4370)) Thanks [@rccoe](https://github.com/rccoe)! ([0e3983c](https://github.com/cube-js/cube.js/commit/0e3983ccb30a3f6815ba5ee28aa09807e55fd2a3)), closes [#4364](https://github.com/cube-js/cube.js/issues/4364)
482
-
483
-
484
-
485
-
486
-
487
- ## [0.29.42](https://github.com/cube-js/cube.js/compare/v0.29.41...v0.29.42) (2022-04-04)
488
-
489
-
490
- ### Bug Fixes
491
-
492
- * **playground:** rollup designer count distinct warning ([#4309](https://github.com/cube-js/cube.js/issues/4309)) ([add2dd3](https://github.com/cube-js/cube.js/commit/add2dd3106f7fd9deb3ea88fa74467ccd1b9244f))
493
-
494
-
495
-
496
-
497
-
498
- ## [0.29.37](https://github.com/cube-js/cube.js/compare/v0.29.36...v0.29.37) (2022-03-29)
499
-
500
-
501
- ### Features
502
-
503
- * **@cubejs-backend/schema-compiler:** Allow filtering with or/and in FILTER_PARAMS ([#4253](https://github.com/cube-js/cube.js/issues/4253)) Thanks [@tchell](https://github.com/tchell)! ([cb1446c](https://github.com/cube-js/cube.js/commit/cb1446c4e788bcb43bdc90fc0a48ffc49fd0d891))
504
-
505
-
506
-
507
-
508
-
509
- ## [0.29.35](https://github.com/cube-js/cube.js/compare/v0.29.34...v0.29.35) (2022-03-24)
510
-
511
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
512
-
513
-
514
-
515
-
516
-
517
- ## [0.29.33](https://github.com/cube-js/cube.js/compare/v0.29.32...v0.29.33) (2022-03-17)
518
-
519
-
520
- ### Features
521
-
522
- * **playground:** non-additive measures message ([#4236](https://github.com/cube-js/cube.js/issues/4236)) ([ae18bbc](https://github.com/cube-js/cube.js/commit/ae18bbcb9030d0eef03c74410c25902602ec6d43))
523
-
524
-
525
-
526
-
527
-
528
- ## [0.29.31](https://github.com/cube-js/cube.js/compare/v0.29.30...v0.29.31) (2022-03-09)
529
-
530
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
531
-
532
-
533
-
534
-
535
-
536
- ## [0.29.29](https://github.com/cube-js/cube.js/compare/v0.29.28...v0.29.29) (2022-03-03)
537
-
538
-
539
- ### Bug Fixes
540
-
541
- * **@cubejs-backend/schema-compiler:** Add strictness to booleans ([#4157](https://github.com/cube-js/cube.js/issues/4157)) Thanks [@zpencerq](https://github.com/zpencerq)! ([e918837](https://github.com/cube-js/cube.js/commit/e918837ec8c5eb7965620f43408a92f4c2b2bec5))
542
-
543
-
544
-
545
-
546
-
547
- ## [0.29.28](https://github.com/cube-js/cube.js/compare/v0.29.27...v0.29.28) (2022-02-10)
548
-
549
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
550
-
551
-
552
-
553
-
554
-
555
- ## [0.29.27](https://github.com/cube-js/cube.js/compare/v0.29.26...v0.29.27) (2022-02-09)
556
-
557
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
558
-
559
-
560
-
561
-
562
-
563
- ## [0.29.26](https://github.com/cube-js/cube.js/compare/v0.29.25...v0.29.26) (2022-02-07)
564
-
565
-
566
- ### Bug Fixes
567
-
568
- * Use prototype name matching instead of classes to allow exact version mismatches for AbstractExtension ([75545e8](https://github.com/cube-js/cube.js/commit/75545e8ffbf88fd693e4c8c4afd78d86830925b2))
569
-
570
-
571
-
572
-
573
-
574
- ## [0.29.25](https://github.com/cube-js/cube.js/compare/v0.29.24...v0.29.25) (2022-02-03)
575
-
576
-
577
- ### Features
578
-
579
- * Load metrics from DBT project ([#4000](https://github.com/cube-js/cube.js/issues/4000)) ([2975d84](https://github.com/cube-js/cube.js/commit/2975d84cd2a2d3bba3c31a7744ab5a5fb3789b6e))
580
-
581
-
582
-
583
-
584
-
585
- ## [0.29.24](https://github.com/cube-js/cube.js/compare/v0.29.23...v0.29.24) (2022-02-01)
586
-
587
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
588
-
589
-
590
-
591
-
592
-
593
- ## [0.29.23](https://github.com/cube-js/cube.js/compare/v0.29.22...v0.29.23) (2022-01-26)
594
-
595
-
596
- ### Bug Fixes
597
-
598
- * Error: column does not exist during in case of subQuery for rolling window measure ([6084407](https://github.com/cube-js/cube.js/commit/6084407cb7cad3f0d239959b072f4fa011aa29a4))
599
-
600
-
601
-
602
-
603
-
604
- ## [0.29.22](https://github.com/cube-js/cube.js/compare/v0.29.21...v0.29.22) (2022-01-21)
605
-
606
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
607
-
608
-
609
-
610
-
611
-
612
- ## [0.29.21](https://github.com/cube-js/cube.js/compare/v0.29.20...v0.29.21) (2022-01-17)
613
-
614
-
615
- ### Features
616
-
617
- * **@cubejs-backend/schema-compiler:** extend the schema generation API ([#3936](https://github.com/cube-js/cube.js/issues/3936)) ([48b2335](https://github.com/cube-js/cube.js/commit/48b2335c7d9810dc433fd8c76f4b3ec8a7b83442))
618
-
619
-
620
-
621
-
622
-
623
- ## [0.29.20](https://github.com/cube-js/cube.js/compare/v0.29.19...v0.29.20) (2022-01-10)
624
-
625
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
626
-
627
-
628
-
629
-
630
-
631
- ## [0.29.18](https://github.com/cube-js/cube.js/compare/v0.29.17...v0.29.18) (2022-01-09)
632
-
633
-
634
- ### Bug Fixes
635
-
636
- * **schema-compiler:** Handle null Values in Security Context ([#3868](https://github.com/cube-js/cube.js/issues/3868)) Thanks [@joealden](https://github.com/joealden) ! ([739367b](https://github.com/cube-js/cube.js/commit/739367bd50c1863ee8bae17741c0591065ea47a1))
637
-
638
-
639
-
640
-
641
-
642
- ## [0.29.17](https://github.com/cube-js/cube.js/compare/v0.29.16...v0.29.17) (2022-01-05)
643
-
644
-
645
- ### Bug Fixes
646
-
647
- * Do not instantiate SqlParser if rewriteQueries is false to save cache memory ([00a239f](https://github.com/cube-js/cube.js/commit/00a239fae57ae9448337bd816b2ae5ca17f15230))
648
-
649
-
650
-
651
-
652
-
653
- ## [0.29.16](https://github.com/cube-js/cube.js/compare/v0.29.15...v0.29.16) (2022-01-05)
654
-
655
-
656
- ### Bug Fixes
657
-
658
- * `refreshKey` is evaluated ten times more frequently if `sql` and `every` are simultaneously defined ([#3873](https://github.com/cube-js/cube.js/issues/3873)) ([c93ae12](https://github.com/cube-js/cube.js/commit/c93ae127b4d0ce2c214d3665f8d86f6ade5cce6f))
659
-
660
-
661
-
662
-
663
-
664
- ## [0.29.15](https://github.com/cube-js/cube.js/compare/v0.29.14...v0.29.15) (2021-12-30)
665
-
666
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
667
-
668
-
669
-
670
-
671
-
672
- ## [0.29.12](https://github.com/cube-js/cube.js/compare/v0.29.11...v0.29.12) (2021-12-29)
673
-
674
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
675
-
676
-
677
-
678
-
679
-
680
- ## [0.29.7](https://github.com/cube-js/cube.js/compare/v0.29.6...v0.29.7) (2021-12-20)
681
-
682
-
683
- ### Bug Fixes
684
-
685
- * Table cache incorrectly invalidated after merge multi-tenant queues by default change ([#3828](https://github.com/cube-js/cube.js/issues/3828)) ([540446a](https://github.com/cube-js/cube.js/commit/540446a76e19be3aec38b96ad81c149f567e9e40))
686
-
687
-
688
-
689
-
690
-
691
- ## [0.29.6](https://github.com/cube-js/cube.js/compare/v0.29.5...v0.29.6) (2021-12-19)
692
-
693
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
694
-
695
-
696
-
697
-
698
-
699
- ## [0.29.4](https://github.com/cube-js/cube.js/compare/v0.29.3...v0.29.4) (2021-12-16)
700
-
701
-
702
- ### Bug Fixes
703
-
704
- * Validate `contextToAppId` is in place when COMPILE_CONTEXT is used ([54a8b84](https://github.com/cube-js/cube.js/commit/54a8b843eca965c6a098118da04ec480ea06fa76))
705
-
706
-
707
-
708
-
709
-
710
- # [0.29.0](https://github.com/cube-js/cube.js/compare/v0.28.67...v0.29.0) (2021-12-14)
711
-
712
-
713
- ### Reverts
714
-
715
- * Revert "BREAKING CHANGE: 0.29 (#3809)" (#3811) ([db005ed](https://github.com/cube-js/cube.js/commit/db005edc04d48e8251250ab9d0e19f496cf3b52b)), closes [#3809](https://github.com/cube-js/cube.js/issues/3809) [#3811](https://github.com/cube-js/cube.js/issues/3811)
716
-
717
-
718
- * BREAKING CHANGE: 0.29 (#3809) ([6f1418b](https://github.com/cube-js/cube.js/commit/6f1418b9963774844f341682e594601a56bb0084)), closes [#3809](https://github.com/cube-js/cube.js/issues/3809)
719
-
720
-
721
- ### BREAKING CHANGES
722
-
723
- * Drop support for Node.js 10 (12.x is a minimal version)
724
- * Upgrade Node.js to 14 for Docker images
725
- * Drop support for Node.js 15
726
-
727
-
728
-
729
-
730
-
731
- ## [0.28.64](https://github.com/cube-js/cube.js/compare/v0.28.63...v0.28.64) (2021-12-05)
732
-
733
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
734
-
735
-
736
-
737
-
738
-
739
- ## [0.28.63](https://github.com/cube-js/cube.js/compare/v0.28.62...v0.28.63) (2021-12-03)
740
-
741
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
742
-
743
-
744
-
745
-
746
-
747
- ## [0.28.61](https://github.com/cube-js/cube.js/compare/v0.28.60...v0.28.61) (2021-11-30)
748
-
749
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
750
-
751
-
752
-
753
-
754
-
755
- ## [0.28.60](https://github.com/cube-js/cube.js/compare/v0.28.59...v0.28.60) (2021-11-25)
756
-
757
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
758
-
759
-
760
-
761
-
762
-
763
- ## [0.28.59](https://github.com/cube-js/cube.js/compare/v0.28.58...v0.28.59) (2021-11-21)
764
-
765
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
766
-
767
-
768
-
769
-
770
-
771
- ## [0.28.58](https://github.com/cube-js/cube.js/compare/v0.28.57...v0.28.58) (2021-11-18)
772
-
773
-
774
- ### Bug Fixes
775
-
776
- * **@cubejs-backend/clickhouse-driver:** clickhouse joins full key query aggregate fails ([#3600](https://github.com/cube-js/cube.js/issues/3600)) Thanks [@antnmxmv](https://github.com/antnmxmv)! ([c6451cd](https://github.com/cube-js/cube.js/commit/c6451cdef8498d4d645167ed3da7cf2f599a2e5b)), closes [#3534](https://github.com/cube-js/cube.js/issues/3534)
777
-
778
-
779
-
780
-
781
-
782
- ## [0.28.56](https://github.com/cube-js/cube.js/compare/v0.28.55...v0.28.56) (2021-11-14)
783
-
784
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
785
-
786
-
787
-
788
-
789
-
790
- ## [0.28.55](https://github.com/cube-js/cube.js/compare/v0.28.54...v0.28.55) (2021-11-12)
791
-
792
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
793
-
794
-
795
-
796
-
797
-
798
- ## [0.28.52](https://github.com/cube-js/cube.js/compare/v0.28.51...v0.28.52) (2021-11-03)
799
-
800
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
801
-
802
-
803
-
804
-
805
-
806
- ## [0.28.50](https://github.com/cube-js/cube.js/compare/v0.28.49...v0.28.50) (2021-10-28)
807
-
808
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
809
-
810
-
811
-
812
-
813
-
814
- ## [0.28.48](https://github.com/cube-js/cube.js/compare/v0.28.47...v0.28.48) (2021-10-22)
815
-
816
-
817
- ### Bug Fixes
818
-
819
- * Use BaseQuery#evaluateSql() for evaluate refresh range references, pre-aggregations debug API ([#3352](https://github.com/cube-js/cube.js/issues/3352)) ([ea81650](https://github.com/cube-js/cube.js/commit/ea816509ee9c07707bb46fc8fac83e55c52aaf00))
820
- * **@cubejs-backend/ksql-driver:** Scaffolding for empty schema generates empty prefix ([091e45c](https://github.com/cube-js/cube.js/commit/091e45c66b712491699856d0a203e442bdfbd888))
821
-
822
-
823
-
824
-
825
-
826
- ## [0.28.47](https://github.com/cube-js/cube.js/compare/v0.28.46...v0.28.47) (2021-10-22)
827
-
828
-
829
- ### Features
830
-
831
- * ksql support ([#3507](https://github.com/cube-js/cube.js/issues/3507)) ([b7128d4](https://github.com/cube-js/cube.js/commit/b7128d43d2aaffdd7273555779176b3efe4e2aa6))
832
-
833
-
834
-
835
-
836
-
837
- ## [0.28.46](https://github.com/cube-js/cube.js/compare/v0.28.45...v0.28.46) (2021-10-20)
838
-
839
-
840
- ### Bug Fixes
841
-
842
- * update error message for join across data sources ([#3435](https://github.com/cube-js/cube.js/issues/3435)) ([5ad72cc](https://github.com/cube-js/cube.js/commit/5ad72ccf0f6bbba3c362b04427b172210f0b8ada))
843
- * **@cubejs-backend/snowflake-driver:** escape date_from and date_to in generated series SQL ([#3542](https://github.com/cube-js/cube.js/issues/3542)) Thanks to [@zpencerq](https://github.com/zpencerq) ! ([858b7fa](https://github.com/cube-js/cube.js/commit/858b7fa2dbc5ed08350a6f875189f6f608c6d55c)), closes [#3215](https://github.com/cube-js/cube.js/issues/3215)
844
- * **schema-compiler:** assign isVisible to segments ([#3484](https://github.com/cube-js/cube.js/issues/3484)) Thanks to [@piktur](https://github.com/piktur)! ([53fdf27](https://github.com/cube-js/cube.js/commit/53fdf27bb522608f36343c4a14ef32bf64c43200))
845
-
846
-
847
-
848
-
849
-
850
- ## [0.28.42](https://github.com/cube-js/cube.js/compare/v0.28.41...v0.28.42) (2021-10-15)
851
-
852
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
853
-
854
-
855
-
856
-
857
-
858
- ## [0.28.41](https://github.com/cube-js/cube.js/compare/v0.28.40...v0.28.41) (2021-10-12)
859
-
860
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
861
-
862
-
863
-
864
-
865
-
866
- ## [0.28.40](https://github.com/cube-js/cube.js/compare/v0.28.39...v0.28.40) (2021-09-30)
867
-
868
-
869
- ### Bug Fixes
870
-
871
- * Count distinct by week matches daily rollup in case of data range is daily ([#3490](https://github.com/cube-js/cube.js/issues/3490)) ([2401418](https://github.com/cube-js/cube.js/commit/24014188d63baa6f178242e738f72790369234a9))
872
- * **@cubejs-backend/schema-compiler:** check segments when matching pre-aggregations ([#3494](https://github.com/cube-js/cube.js/issues/3494)) ([9357484](https://github.com/cube-js/cube.js/commit/9357484cdc924046b7371c7b701d307b1df84089))
873
- * **@cubejs-backend/schema-compiler:** CubePropContextTranspiler expli… ([#3461](https://github.com/cube-js/cube.js/issues/3461)) ([2ae7f1d](https://github.com/cube-js/cube.js/commit/2ae7f1d51b0caca0fe9755a98463a6898960a11f))
874
- * **@cubejs-backend/schema-compiler:** match query with no dimensions … ([#3472](https://github.com/cube-js/cube.js/issues/3472)) ([2a5dd4c](https://github.com/cube-js/cube.js/commit/2a5dd4cbe4805d9dea8f5f8e630bf613198195a3))
875
-
876
-
877
-
878
-
879
-
880
- ## [0.28.38](https://github.com/cube-js/cube.js/compare/v0.28.37...v0.28.38) (2021-09-20)
881
-
882
-
883
- ### Bug Fixes
884
-
885
- * **@cubejs-backend/schema-compiler:** CubeValidator human readable error messages ([#3425](https://github.com/cube-js/cube.js/issues/3425)) ([22db0a6](https://github.com/cube-js/cube.js/commit/22db0a6b607b7ef1d2cbe399415ac64c639325f5))
886
-
887
-
888
-
889
-
890
-
891
- ## [0.28.37](https://github.com/cube-js/cube.js/compare/v0.28.36...v0.28.37) (2021-09-17)
892
-
893
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
894
-
895
-
896
-
897
-
898
-
899
- ## [0.28.35](https://github.com/cube-js/cube.js/compare/v0.28.34...v0.28.35) (2021-09-13)
900
-
901
-
902
- ### Bug Fixes
903
-
904
- * **gateway:** hidden members filtering ([#3384](https://github.com/cube-js/cube.js/issues/3384)) ([43ac8c3](https://github.com/cube-js/cube.js/commit/43ac8c30247944543f917cd893787ee8485fc985))
905
-
906
-
907
-
908
-
909
-
910
- ## [0.28.34](https://github.com/cube-js/cube.js/compare/v0.28.33...v0.28.34) (2021-09-13)
911
-
912
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
913
-
914
-
915
-
916
-
917
-
918
- ## [0.28.33](https://github.com/cube-js/cube.js/compare/v0.28.32...v0.28.33) (2021-09-11)
919
-
920
-
921
- ### Bug Fixes
922
-
923
- * `updateWindow` validation isn't consistent with `refreshKey` interval parsing -- allow `s` at the end of time interval ([#3403](https://github.com/cube-js/cube.js/issues/3403)) ([57559e7](https://github.com/cube-js/cube.js/commit/57559e7841657e1900a30522ce5a178d091b6474))
924
-
925
-
926
-
927
-
928
-
929
- ## [0.28.32](https://github.com/cube-js/cube.js/compare/v0.28.31...v0.28.32) (2021-09-06)
930
-
931
-
932
- ### Bug Fixes
933
-
934
- * HLL Rolling window query fails ([#3380](https://github.com/cube-js/cube.js/issues/3380)) ([581a52a](https://github.com/cube-js/cube.js/commit/581a52a856aeee067bac9a680e22694bf507af04))
935
-
936
-
937
-
938
-
939
-
940
- ## [0.28.29](https://github.com/cube-js/cube.js/compare/v0.28.28...v0.28.29) (2021-08-31)
941
-
942
-
943
- ### Features
944
-
945
- * Mixed rolling window and regular measure queries from rollup support ([#3326](https://github.com/cube-js/cube.js/issues/3326)) ([3147e33](https://github.com/cube-js/cube.js/commit/3147e339f14ede73e5b0d14d05b9dd1f8b79e7b8))
946
- * Support multi-value filtering on same column through FILTER_PARAMS ([#2854](https://github.com/cube-js/cube.js/issues/2854)) Thanks to [@omab](https://github.com/omab)! ([efc5745](https://github.com/cube-js/cube.js/commit/efc57452af44ee31092b8dfbb33a7ba23e86bba5))
947
-
948
-
949
-
950
-
951
-
952
- ## [0.28.28](https://github.com/cube-js/cube.js/compare/v0.28.27...v0.28.28) (2021-08-26)
953
-
954
-
955
- ### Bug Fixes
956
-
957
- * **playground:** reset state on query change ([#3321](https://github.com/cube-js/cube.js/issues/3321)) ([9c0d4fe](https://github.com/cube-js/cube.js/commit/9c0d4fe647f3f90a4d1a65782f5625469079b579))
958
-
959
-
960
-
961
-
962
-
963
- ## [0.28.27](https://github.com/cube-js/cube.js/compare/v0.28.26...v0.28.27) (2021-08-25)
964
-
965
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
966
-
967
-
968
-
969
-
970
-
971
- ## [0.28.25](https://github.com/cube-js/cube.js/compare/v0.28.24...v0.28.25) (2021-08-20)
972
-
973
-
974
- ### Features
975
-
976
- * **@cubejs-backend/dremio-driver:** support quarter granularity ([b193b04](https://github.com/cube-js/cube.js/commit/b193b048db4f104683ca5dc518b09647a8435a4e))
977
- * **@cubejs-backend/mysql-driver:** Support quarter granularity ([#3289](https://github.com/cube-js/cube.js/issues/3289)) ([6922e5d](https://github.com/cube-js/cube.js/commit/6922e5da50d2056c00a2ca248665e133a6de28be))
978
-
979
-
980
-
981
-
982
-
983
- ## [0.28.24](https://github.com/cube-js/cube.js/compare/v0.28.23...v0.28.24) (2021-08-19)
984
-
985
-
986
- ### Features
987
-
988
- * Added Quarter to the timeDimensions of ([3f62b2c](https://github.com/cube-js/cube.js/commit/3f62b2c125b2b7b752e370b65be4c89a0c65a623))
989
- * Support quarter granularity ([4ad1356](https://github.com/cube-js/cube.js/commit/4ad1356ac2d2c4d479c25e60519b0f7b4c1605bb))
990
-
991
-
992
-
993
-
994
-
995
- ## [0.28.22](https://github.com/cube-js/cube.js/compare/v0.28.21...v0.28.22) (2021-08-17)
996
-
997
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
998
-
999
-
1000
-
1001
-
1002
-
1003
- ## [0.28.21](https://github.com/cube-js/cube.js/compare/v0.28.20...v0.28.21) (2021-08-16)
1004
-
1005
-
1006
- ### Bug Fixes
1007
-
1008
- * Pre-aggregations should have default refreshKey of every 1 hour if it doesn't set for Cube ([#3259](https://github.com/cube-js/cube.js/issues/3259)) ([bc472aa](https://github.com/cube-js/cube.js/commit/bc472aac1a666c84ed9e7e00b2d4e9018a6b5719))
1009
-
1010
-
1011
-
1012
-
1013
-
1014
- ## [0.28.19](https://github.com/cube-js/cube.js/compare/v0.28.18...v0.28.19) (2021-08-13)
1015
-
1016
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
1017
-
1018
-
1019
-
1020
-
1021
-
1022
- ## [0.28.17](https://github.com/cube-js/cube.js/compare/v0.28.16...v0.28.17) (2021-08-11)
1023
-
1024
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
1025
-
1026
-
1027
-
1028
-
1029
-
1030
- ## [0.28.14](https://github.com/cube-js/cube.js/compare/v0.28.13...v0.28.14) (2021-08-05)
1031
-
1032
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
1033
-
1034
-
1035
-
1036
-
1037
-
1038
- ## [0.28.13](https://github.com/cube-js/cube.js/compare/v0.28.12...v0.28.13) (2021-08-04)
1039
-
1040
-
1041
- ### Bug Fixes
1042
-
1043
- * Support rolling `countDistinctApprox` rollups ([#3185](https://github.com/cube-js/cube.js/issues/3185)) ([e731992](https://github.com/cube-js/cube.js/commit/e731992b351f68f1ee249c9412f679b1903a6f28))
1044
-
1045
-
1046
-
1047
-
1048
-
1049
- ## [0.28.11](https://github.com/cube-js/cube.js/compare/v0.28.10...v0.28.11) (2021-07-31)
1050
-
1051
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
1052
-
1053
-
1054
-
1055
-
1056
-
1057
- ## [0.28.10](https://github.com/cube-js/cube.js/compare/v0.28.9...v0.28.10) (2021-07-30)
1058
-
1059
-
1060
- ### Features
1061
-
1062
- * Rolling window rollup support ([#3151](https://github.com/cube-js/cube.js/issues/3151)) ([109ab5b](https://github.com/cube-js/cube.js/commit/109ab5bec32255244412a24bf75402abd1cbfe49))
1063
-
1064
-
1065
-
1066
-
1067
-
1068
- ## [0.28.9](https://github.com/cube-js/cube.js/compare/v0.28.8...v0.28.9) (2021-07-29)
1069
-
1070
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
1071
-
1072
-
1073
-
1074
-
1075
-
1076
- ## [0.28.8](https://github.com/cube-js/cube.js/compare/v0.28.7...v0.28.8) (2021-07-25)
1077
-
1078
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
1079
-
1080
-
1081
-
1082
-
1083
-
1084
- ## [0.28.7](https://github.com/cube-js/cube.js/compare/v0.28.6...v0.28.7) (2021-07-25)
1085
-
1086
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
1087
-
1088
-
1089
-
1090
-
1091
-
1092
- ## [0.28.6](https://github.com/cube-js/cube.js/compare/v0.28.5...v0.28.6) (2021-07-22)
1093
-
1094
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
1095
-
1096
-
1097
-
1098
-
1099
-
1100
- ## [0.28.3](https://github.com/cube-js/cube.js/compare/v0.28.2...v0.28.3) (2021-07-20)
1101
-
1102
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
1103
-
1104
-
1105
-
1106
-
1107
-
1108
- ## [0.28.2](https://github.com/cube-js/cube.js/compare/v0.28.1...v0.28.2) (2021-07-20)
1109
-
1110
-
1111
- ### Features
1112
-
1113
- * Support every for refreshKey with SQL ([63cd8f4](https://github.com/cube-js/cube.js/commit/63cd8f4673f9312f9b685352c18bb3ed01a40e6c))
1114
-
1115
-
1116
-
1117
-
1118
-
1119
- ## [0.28.1](https://github.com/cube-js/cube.js/compare/v0.28.0...v0.28.1) (2021-07-19)
1120
-
1121
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
1122
-
1123
-
1124
-
1125
-
1126
-
1127
- # [0.28.0](https://github.com/cube-js/cube.js/compare/v0.27.53...v0.28.0) (2021-07-17)
1128
-
1129
-
1130
- ### Features
1131
-
1132
- * Move partition range evaluation from Schema Compiler to Query Orchestrator to allow unbounded queries on partitioned pre-aggregations ([8ea654e](https://github.com/cube-js/cube.js/commit/8ea654e93b57014fb2409e070b3a4c381985a9fd))
1133
-
1134
-
1135
-
1136
-
1137
-
1138
- ## [0.27.53](https://github.com/cube-js/cube.js/compare/v0.27.52...v0.27.53) (2021-07-13)
1139
-
1140
-
1141
- ### Features
1142
-
1143
- * **@cubejs-client/playground:** save pre-aggregations from the Rollup Designer ([#3096](https://github.com/cube-js/cube.js/issues/3096)) ([866f949](https://github.com/cube-js/cube.js/commit/866f949f2fc05e189a30b943a963aa7a3f697c81))
1144
-
1145
-
1146
-
1147
-
1148
-
1149
- ## [0.27.49](https://github.com/cube-js/cube.js/compare/v0.27.48...v0.27.49) (2021-07-08)
1150
-
1151
-
1152
- ### Features
1153
-
1154
- * Execute refreshKeys in externalDb (only for every) ([#3061](https://github.com/cube-js/cube.js/issues/3061)) ([75167a0](https://github.com/cube-js/cube.js/commit/75167a0e92028dbdd6f24aca85331b84be8ec3c3))
1155
-
1156
-
1157
-
1158
-
1159
-
1160
- ## [0.27.47](https://github.com/cube-js/cube.js/compare/v0.27.46...v0.27.47) (2021-07-06)
1161
-
1162
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
1163
-
1164
-
1165
-
1166
-
1167
-
1168
- ## [0.27.46](https://github.com/cube-js/cube.js/compare/v0.27.45...v0.27.46) (2021-07-01)
1169
-
1170
-
1171
- ### Features
1172
-
1173
- * Rename refreshRangeStart/End to buildRangeStart/End ([232d117](https://github.com/cube-js/cube.js/commit/232d1179623b567b96b026ce35522b177bcafce5))
1174
-
1175
-
1176
-
1177
-
1178
-
1179
- ## [0.27.45](https://github.com/cube-js/cube.js/compare/v0.27.44...v0.27.45) (2021-06-30)
1180
-
1181
-
1182
- ### Bug Fixes
1183
-
1184
- * Unexpected refresh value for refreshKey (earlier then expected) ([#3031](https://github.com/cube-js/cube.js/issues/3031)) ([55f75ac](https://github.com/cube-js/cube.js/commit/55f75ac95c93ab07b5e04158236b2356c2482f2c))
1185
-
1186
-
1187
-
1188
-
1189
-
1190
- ## [0.27.44](https://github.com/cube-js/cube.js/compare/v0.27.43...v0.27.44) (2021-06-29)
1191
-
1192
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
1193
-
1194
-
1195
-
1196
-
1197
-
1198
- ## [0.27.41](https://github.com/cube-js/cube.js/compare/v0.27.40...v0.27.41) (2021-06-25)
1199
-
1200
-
1201
- ### Bug Fixes
1202
-
1203
- * Use timeDimension without s on the end ([#2997](https://github.com/cube-js/cube.js/issues/2997)) ([5313836](https://github.com/cube-js/cube.js/commit/531383699d888efbea87a8eec27e839cc6142f41))
1204
-
1205
-
1206
- ### Features
1207
-
1208
- * Fetch pre-aggregation data preview by partition, debug api ([#2951](https://github.com/cube-js/cube.js/issues/2951)) ([4207f5d](https://github.com/cube-js/cube.js/commit/4207f5dea4f6c7a0237428f2d6fad468b98161a3))
1209
-
1210
-
1211
-
1212
-
1213
-
1214
- ## [0.27.40](https://github.com/cube-js/cube.js/compare/v0.27.39...v0.27.40) (2021-06-23)
1215
-
1216
-
1217
- ### Features
1218
-
1219
- * **mssql-driver:** Use DATETIME2 for timeStampCast ([ed13768](https://github.com/cube-js/cube.js/commit/ed13768d842392491a2545ac2f465d24e43986ba))
1220
-
1221
-
1222
-
1223
-
1224
-
1225
- ## [0.27.37](https://github.com/cube-js/cube.js/compare/v0.27.36...v0.27.37) (2021-06-21)
1226
-
1227
-
1228
- ### Bug Fixes
1229
-
1230
- * **mssql-driver:** Use DATETIME2 type in dateTimeCast ([#2962](https://github.com/cube-js/cube.js/issues/2962)) ([c8563ab](https://github.com/cube-js/cube.js/commit/c8563abca030bf43c3ef5f72ab00e294dcac5cd0))
1231
-
1232
-
1233
- ### Features
1234
-
1235
- * Remove support for view (dead code) ([de41702](https://github.com/cube-js/cube.js/commit/de41702492342f379d4098c065cbf6a61e0c5314))
1236
- * Support schema without references postfix ([22388cc](https://github.com/cube-js/cube.js/commit/22388cce0773aa57ac8888507904f6c2bd15f5ed))
1237
-
1238
-
1239
-
1240
-
1241
-
1242
- ## [0.27.35](https://github.com/cube-js/cube.js/compare/v0.27.34...v0.27.35) (2021-06-18)
1243
-
1244
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
1245
-
1246
-
1247
-
1248
-
1249
-
1250
- ## [0.27.33](https://github.com/cube-js/cube.js/compare/v0.27.32...v0.27.33) (2021-06-15)
1251
-
1252
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
1253
-
1254
-
1255
-
1256
-
1257
-
1258
- ## [0.27.31](https://github.com/cube-js/cube.js/compare/v0.27.30...v0.27.31) (2021-06-11)
1259
-
1260
-
1261
- ### Features
1262
-
1263
- * Write preAggregations block in schema generation ([2c1e150](https://github.com/cube-js/cube.js/commit/2c1e150ce70787381a34b22da32bf5b1e9e26bc6))
1264
-
1265
-
1266
-
1267
-
1268
-
1269
- ## [0.27.30](https://github.com/cube-js/cube.js/compare/v0.27.29...v0.27.30) (2021-06-04)
1270
-
1271
-
1272
- ### Bug Fixes
1273
-
1274
- * **@cubejs-client/playground:** pre-agg status ([#2904](https://github.com/cube-js/cube.js/issues/2904)) ([b18685f](https://github.com/cube-js/cube.js/commit/b18685f55a5f2bde8060cc7345dfd38f762307e3))
1275
- * pass timezone to pre-aggregation description ([#2884](https://github.com/cube-js/cube.js/issues/2884)) ([9cca41e](https://github.com/cube-js/cube.js/commit/9cca41ee18ee6bb0dbd0d6abe6f778d467a9a240))
1276
-
1277
-
1278
- ### Features
1279
-
1280
- * Make scheduledRefresh true by default (preview period) ([f3e648c](https://github.com/cube-js/cube.js/commit/f3e648c7a3d05bfe4719a8f820794f11611fb8c7))
1281
-
1282
-
1283
-
1284
-
1285
-
1286
- ## [0.27.29](https://github.com/cube-js/cube.js/compare/v0.27.27...v0.27.29) (2021-06-02)
1287
-
1288
-
1289
- ### Bug Fixes
1290
-
1291
- * Resolve refresh key sql for pre-aggregations meta api ([#2881](https://github.com/cube-js/cube.js/issues/2881)) ([55383b6](https://github.com/cube-js/cube.js/commit/55383b6d1d9755ded6e8815fc04ba3070e675199))
1292
-
1293
-
1294
- ### Features
1295
-
1296
- * **snowflake-driver:** Support HLL ([7b57840](https://github.com/cube-js/cube.js/commit/7b578401a5271a2cbe43266f0190b786b2191aaf))
1297
-
1298
-
1299
-
1300
-
1301
-
1302
- ## [0.27.28](https://github.com/cube-js/cube.js/compare/v0.27.27...v0.27.28) (2021-06-02)
1303
-
1304
-
1305
- ### Bug Fixes
1306
-
1307
- * Resolve refresh key sql for pre-aggregations meta api ([#2881](https://github.com/cube-js/cube.js/issues/2881)) ([55383b6](https://github.com/cube-js/cube.js/commit/55383b6d1d9755ded6e8815fc04ba3070e675199))
1308
-
1309
-
1310
- ### Features
1311
-
1312
- * **snowflake-driver:** Support HLL ([7b57840](https://github.com/cube-js/cube.js/commit/7b578401a5271a2cbe43266f0190b786b2191aaf))
1313
-
1314
-
1315
-
1316
-
1317
-
1318
- ## [0.27.25](https://github.com/cube-js/cube.js/compare/v0.27.24...v0.27.25) (2021-06-01)
1319
-
1320
-
1321
- ### Features
1322
-
1323
- * Pre-aggregations Meta API, part 2 ([#2804](https://github.com/cube-js/cube.js/issues/2804)) ([84b6e70](https://github.com/cube-js/cube.js/commit/84b6e70ed81e80cff0ba8d0dd9ad507132bb1b24))
1324
-
1325
-
1326
-
1327
-
1328
-
1329
- ## [0.27.22](https://github.com/cube-js/cube.js/compare/v0.27.21...v0.27.22) (2021-05-27)
1330
-
1331
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
1332
-
1333
-
1334
-
1335
-
1336
-
1337
- ## [0.27.19](https://github.com/cube-js/cube.js/compare/v0.27.18...v0.27.19) (2021-05-24)
1338
-
1339
-
1340
- ### Features
1341
-
1342
- * Make rollup default for preAggregation.type ([4875fa1](https://github.com/cube-js/cube.js/commit/4875fa1be360372e7ed9dcaf9ded8b28bb348e2f))
1343
- * Pre-aggregations Meta API, part 1 ([#2801](https://github.com/cube-js/cube.js/issues/2801)) ([2245a77](https://github.com/cube-js/cube.js/commit/2245a7774666a3a8bd36703b2b4001b20789b943))
1344
-
1345
-
1346
-
1347
-
1348
-
1349
- ## [0.27.17](https://github.com/cube-js/cube.js/compare/v0.27.16...v0.27.17) (2021-05-22)
1350
-
1351
-
1352
- ### Features
1353
-
1354
- * Dont introspect schema, if driver can detect types ([3467b44](https://github.com/cube-js/cube.js/commit/3467b4472e800d8345260a5765542486ed93647b))
1355
-
1356
-
1357
-
1358
-
1359
-
1360
- ## [0.27.15](https://github.com/cube-js/cube.js/compare/v0.27.14...v0.27.15) (2021-05-18)
1361
-
1362
-
1363
- ### Features
1364
-
1365
- * Enable external pre-aggregations by default for new users ([22de035](https://github.com/cube-js/cube.js/commit/22de0358ec35017c45e6a716faaacf176c49c652))
1366
-
1367
-
1368
-
1369
-
1370
-
1371
- ## [0.27.14](https://github.com/cube-js/cube.js/compare/v0.27.13...v0.27.14) (2021-05-13)
1372
-
1373
-
1374
- ### Bug Fixes
1375
-
1376
- * **schema-compiler:** Time-series query with minute/second granularity ([c4a6044](https://github.com/cube-js/cube.js/commit/c4a6044702df39629044802b0b5d9e1636cc99d0))
1377
-
1378
-
1379
-
1380
-
1381
-
1382
- ## [0.27.13](https://github.com/cube-js/cube.js/compare/v0.27.12...v0.27.13) (2021-05-13)
1383
-
1384
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
1385
-
1386
-
1387
-
1388
-
1389
-
1390
- ## [0.27.11](https://github.com/cube-js/cube.js/compare/v0.27.10...v0.27.11) (2021-05-12)
1391
-
1392
-
1393
- ### Bug Fixes
1394
-
1395
- * **clickhouse-driver:** Support ungrouped query, fix [#2717](https://github.com/cube-js/cube.js/issues/2717) ([#2719](https://github.com/cube-js/cube.js/issues/2719)) ([82efc98](https://github.com/cube-js/cube.js/commit/82efc987c574960c4989b41b92776ba928a2f22b))
1396
-
1397
-
1398
-
1399
-
1400
-
1401
- ## [0.27.10](https://github.com/cube-js/cube.js/compare/v0.27.9...v0.27.10) (2021-05-11)
1402
-
1403
-
1404
- ### Bug Fixes
1405
-
1406
- * titleize case ([6acc100](https://github.com/cube-js/cube.js/commit/6acc100a6d50bf6970010843d0472e981399a602))
1407
-
1408
-
1409
-
1410
-
1411
-
1412
- ## [0.27.9](https://github.com/cube-js/cube.js/compare/v0.27.8...v0.27.9) (2021-05-11)
1413
-
1414
-
1415
- ### Bug Fixes
1416
-
1417
- * **@cubejs-backend/schema-compiler:** titleize fix ([#2695](https://github.com/cube-js/cube.js/issues/2695)) ([d997f49](https://github.com/cube-js/cube.js/commit/d997f4978de9f4b25b606ba6c17b225f3e6a6cb1))
1418
-
1419
-
1420
-
1421
-
1422
-
1423
- ## [0.27.7](https://github.com/cube-js/cube.js/compare/v0.27.6...v0.27.7) (2021-05-04)
1424
-
1425
-
1426
- ### Bug Fixes
1427
-
1428
- * TypeError: moment is not a function ([39662e4](https://github.com/cube-js/cube.js/commit/39662e468ed001a5b472a2c09fc9fa2d48af03d2))
1429
-
1430
-
1431
-
1432
-
1433
-
1434
- ## [0.27.5](https://github.com/cube-js/cube.js/compare/v0.27.4...v0.27.5) (2021-05-03)
1435
-
1436
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
1437
-
1438
-
1439
-
1440
-
1441
-
1442
- ## [0.27.4](https://github.com/cube-js/cube.js/compare/v0.27.3...v0.27.4) (2021-04-29)
1443
-
1444
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
1445
-
1446
-
1447
-
1448
-
1449
-
1450
- ## [0.27.2](https://github.com/cube-js/cube.js/compare/v0.27.1...v0.27.2) (2021-04-28)
1451
-
1452
-
1453
- ### Bug Fixes
1454
-
1455
- * Move Prettier & Jest to dev dep (reduce size) ([da59584](https://github.com/cube-js/cube.js/commit/da5958426b701b8a81506e8d74070b2977e3df56))
1456
-
1457
-
1458
-
1459
-
1460
-
1461
- ## [0.27.1](https://github.com/cube-js/cube.js/compare/v0.27.0...v0.27.1) (2021-04-27)
1462
-
1463
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
1464
-
1465
-
1466
-
1467
-
1468
-
1469
- # [0.27.0](https://github.com/cube-js/cube.js/compare/v0.26.104...v0.27.0) (2021-04-26)
1470
-
1471
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
1472
-
1473
-
1474
-
1475
-
1476
-
1477
- ## [0.26.104](https://github.com/cube-js/cube.js/compare/v0.26.103...v0.26.104) (2021-04-26)
1478
-
1479
-
1480
- ### Bug Fixes
1481
-
1482
- * Original SQL table is not found when `useOriginalSqlPreAggregations` used together with `CUBE.sql()` reference ([#2603](https://github.com/cube-js/cube.js/issues/2603)) ([5fd8e42](https://github.com/cube-js/cube.js/commit/5fd8e42cbe361a66cf0ffe6542478b6beaad86c5))
1483
-
1484
-
1485
-
1486
-
1487
-
1488
- ## [0.26.103](https://github.com/cube-js/cube.js/compare/v0.26.102...v0.26.103) (2021-04-24)
1489
-
1490
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
1491
-
1492
-
1493
-
1494
-
1495
-
1496
- ## [0.26.95](https://github.com/cube-js/cube.js/compare/v0.26.94...v0.26.95) (2021-04-13)
1497
-
1498
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
1499
-
1500
-
1501
-
1502
-
1503
-
1504
- ## [0.26.87](https://github.com/cube-js/cube.js/compare/v0.26.86...v0.26.87) (2021-04-10)
1505
-
1506
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
1507
-
1508
-
1509
-
1510
-
1511
-
1512
- ## [0.26.81](https://github.com/cube-js/cube.js/compare/v0.26.80...v0.26.81) (2021-04-07)
1513
-
1514
-
1515
- ### Features
1516
-
1517
- * Introduce databricks-jdbc-driver ([bb0b31f](https://github.com/cube-js/cube.js/commit/bb0b31fb333f2aa379f11f6733c4efc17ec12dde))
1518
-
1519
-
1520
-
1521
-
1522
-
1523
- ## [0.26.79](https://github.com/cube-js/cube.js/compare/v0.26.78...v0.26.79) (2021-04-06)
1524
-
1525
-
1526
- ### Bug Fixes
1527
-
1528
- * sqlAlias on non partitioned rollups ([0675925](https://github.com/cube-js/cube.js/commit/0675925efb61a6492344b28179b7647eabb01a1d))
1529
-
1530
-
1531
-
1532
-
1533
-
1534
- ## [0.26.74](https://github.com/cube-js/cube.js/compare/v0.26.73...v0.26.74) (2021-04-01)
1535
-
1536
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
1537
-
1538
-
1539
-
1540
-
1541
-
1542
- ## [0.26.69](https://github.com/cube-js/cube.js/compare/v0.26.68...v0.26.69) (2021-03-25)
1543
-
1544
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
1545
-
1546
-
1547
-
1548
-
1549
-
1550
- ## [0.26.67](https://github.com/cube-js/cube.js/compare/v0.26.66...v0.26.67) (2021-03-24)
1551
-
1552
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
1553
-
1554
-
1555
-
1556
-
1557
-
1558
- ## [0.26.65](https://github.com/cube-js/cube.js/compare/v0.26.64...v0.26.65) (2021-03-24)
1559
-
1560
-
1561
- ### Bug Fixes
1562
-
1563
- * Allow using sub query dimensions in join conditions ([#2419](https://github.com/cube-js/cube.js/issues/2419)) ([496a075](https://github.com/cube-js/cube.js/commit/496a0755308f376666e732ea09a4c7816682cfb0))
1564
-
1565
-
1566
-
1567
-
1568
-
1569
- ## [0.26.56](https://github.com/cube-js/cube.js/compare/v0.26.55...v0.26.56) (2021-03-13)
1570
-
1571
-
1572
- ### Bug Fixes
1573
-
1574
- * Expected one parameter but nothing found ([#2362](https://github.com/cube-js/cube.js/issues/2362)) ([ce490d2](https://github.com/cube-js/cube.js/commit/ce490d2de60c200832966824e6b0300ba91cde41))
1575
-
1576
-
1577
-
1578
-
1579
-
1580
- ## [0.26.54](https://github.com/cube-js/cube.js/compare/v0.26.53...v0.26.54) (2021-03-12)
1581
-
1582
-
1583
- ### Features
1584
-
1585
- * Suggest to use rollUp & pre-agg for to join across data sources ([2cf1a63](https://github.com/cube-js/cube.js/commit/2cf1a630a9abaa7248526c284441e65212e82259))
1586
-
1587
-
1588
-
1589
-
1590
-
1591
- ## [0.26.49](https://github.com/cube-js/cube.js/compare/v0.26.48...v0.26.49) (2021-03-05)
1592
-
1593
-
1594
- ### Features
1595
-
1596
- * **elasticsearch-driver:** Support for elastic.co & improve docs ([#2240](https://github.com/cube-js/cube.js/issues/2240)) ([d8557f6](https://github.com/cube-js/cube.js/commit/d8557f6487ea98c19c055cc94b94b284dd273835))
1597
-
1598
-
1599
-
1600
-
1601
-
1602
- ## [0.26.45](https://github.com/cube-js/cube.js/compare/v0.26.44...v0.26.45) (2021-03-04)
1603
-
1604
-
1605
- ### Bug Fixes
1606
-
1607
- * **@cubejs-schema-compiler:** addInterval / subtractInterval for Mssql ([#2239](https://github.com/cube-js/cube.js/issues/2239)) Thanks to [@florian-fischer-swarm](https://github.com/florian-fischer-swarm)! ([0930e15](https://github.com/cube-js/cube.js/commit/0930e1526612b92db2d192e4444a2c2a1d2d15ce)), closes [#2237](https://github.com/cube-js/cube.js/issues/2237)
1608
- * **schema-compiler:** Lock antlr4ts to 0.5.0-alpha.4, fix [#2264](https://github.com/cube-js/cube.js/issues/2264) ([37b3a0d](https://github.com/cube-js/cube.js/commit/37b3a0d61433ae1b3e41c1264298d1409b7f95b7))
1609
-
1610
-
1611
-
1612
-
1613
-
1614
- ## [0.26.44](https://github.com/cube-js/cube.js/compare/v0.26.43...v0.26.44) (2021-03-02)
1615
-
1616
-
1617
- ### Bug Fixes
1618
-
1619
- * **schema-compiler:** @types/ramda is a dev dependecy, dont ship it ([0a87d11](https://github.com/cube-js/cube.js/commit/0a87d1152f454e0e4d9c30c3295ee975dd493d0d))
1620
-
1621
-
1622
-
1623
-
1624
-
1625
- ## [0.26.35](https://github.com/cube-js/cube.js/compare/v0.26.34...v0.26.35) (2021-02-25)
1626
-
1627
-
1628
- ### Features
1629
-
1630
- * Use Cube Store as default external storage for CUBEJS_DEV_MODE ([e526676](https://github.com/cube-js/cube.js/commit/e52667617e5e687c92d383045fb1a8d5fd19cab6))
1631
-
1632
-
1633
-
1634
-
1635
-
1636
- ## [0.26.25](https://github.com/cube-js/cube.js/compare/v0.26.24...v0.26.25) (2021-02-20)
1637
-
1638
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
1639
-
1640
-
1641
-
1642
-
1643
-
1644
- ## [0.26.23](https://github.com/cube-js/cube.js/compare/v0.26.22...v0.26.23) (2021-02-20)
1645
-
1646
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
1647
-
1648
-
1649
-
1650
-
1651
-
1652
- ## [0.26.22](https://github.com/cube-js/cube.js/compare/v0.26.21...v0.26.22) (2021-02-20)
1653
-
1654
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
1655
-
1656
-
1657
-
1658
-
1659
-
1660
- ## [0.26.19](https://github.com/cube-js/cube.js/compare/v0.26.18...v0.26.19) (2021-02-19)
1661
-
1662
-
1663
- ### Bug Fixes
1664
-
1665
- * **@cubejs-schema-compilter:** MSSQL remove order by from subqueries ([75c1903](https://github.com/cube-js/cube.js/commit/75c19035e2732adfb7c4711197bba57245e9673e))
1666
-
1667
-
1668
-
1669
-
1670
-
1671
- ## [0.26.16](https://github.com/cube-js/cube.js/compare/v0.26.15...v0.26.16) (2021-02-18)
1672
-
1673
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
1674
-
1675
-
1676
-
1677
-
1678
-
1679
- ## [0.26.15](https://github.com/cube-js/cube.js/compare/v0.26.14...v0.26.15) (2021-02-16)
1680
-
1681
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
1682
-
1683
-
1684
-
1685
-
1686
-
1687
- ## [0.26.13](https://github.com/cube-js/cube.js/compare/v0.26.12...v0.26.13) (2021-02-12)
1688
-
1689
-
1690
- ### Features
1691
-
1692
- * **schema-compiler:** Generate parser by antlr4ts ([d8e68c7](https://github.com/cube-js/cube.js/commit/d8e68c77f4649ddc056322f2848c769e5311c6b1))
1693
- * **schema-compiler:** Wrap new generated parser. fix [#1798](https://github.com/cube-js/cube.js/issues/1798) ([c5fde21](https://github.com/cube-js/cube.js/commit/c5fde21cb4bbcd675a4eeb735cd0c48d7a3ade6d))
1694
- * Support for extra params in generating schema for tables. ([#1990](https://github.com/cube-js/cube.js/issues/1990)) ([a9b3df2](https://github.com/cube-js/cube.js/commit/a9b3df222f8eaca86724ed2e1c24c348b38f718c))
1695
-
1696
-
1697
-
1698
-
1699
-
1700
- ## [0.26.11](https://github.com/cube-js/cube.js/compare/v0.26.10...v0.26.11) (2021-02-10)
1701
-
1702
-
1703
- ### Bug Fixes
1704
-
1705
- * CUBEJS_SCHEDULED_REFRESH_TIMER, fix [#1972](https://github.com/cube-js/cube.js/issues/1972) ([#1975](https://github.com/cube-js/cube.js/issues/1975)) ([dac7e52](https://github.com/cube-js/cube.js/commit/dac7e52ee0d3a118c9d69c9d030e58a3c048cca1))
1706
-
1707
-
1708
-
1709
-
1710
-
1711
- ## [0.26.10](https://github.com/cube-js/cube.js/compare/v0.26.9...v0.26.10) (2021-02-09)
1712
-
1713
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
1714
-
1715
-
1716
-
1717
-
1718
-
1719
- ## [0.26.6](https://github.com/cube-js/cube.js/compare/v0.26.5...v0.26.6) (2021-02-08)
1720
-
1721
-
1722
- ### Bug Fixes
1723
-
1724
- * **sqlite-driver:** Use workaround for FLOOR ([#1931](https://github.com/cube-js/cube.js/issues/1931)) ([fe64feb](https://github.com/cube-js/cube.js/commit/fe64febd1b970c4b8396d05a859f16b3d9e5a8a8))
1725
-
1726
-
1727
-
1728
-
1729
-
1730
- # [0.26.0](https://github.com/cube-js/cube.js/compare/v0.25.33...v0.26.0) (2021-02-01)
1731
-
1732
-
1733
- ### Features
1734
-
1735
- * Storing userContext inside payload.u is deprecated, moved to root ([559bd87](https://github.com/cube-js/cube.js/commit/559bd8757d9754ab486eed88d1fdb0c280b82dc9))
1736
- * USER_CONTEXT -> SECURITY_CONTEXT, authInfo -> securityInfo ([fa5d17c](https://github.com/cube-js/cube.js/commit/fa5d17c0bb703b087f442c41a5bf0a3dca1c5faa))
1737
-
1738
-
1739
-
1740
-
1741
-
1742
- ## [0.25.33](https://github.com/cube-js/cube.js/compare/v0.25.32...v0.25.33) (2021-01-30)
1743
-
1744
-
1745
- ### Bug Fixes
1746
-
1747
- * Use local dates for pre-aggregations to avoid timezone shift discrepancies on DST timezones for timezone unaware databases like MySQL ([#1941](https://github.com/cube-js/cube.js/issues/1941)) ([f138e6f](https://github.com/cube-js/cube.js/commit/f138e6fa3d97492c34527d0f04917e78c374eb57))
1748
- * **schema-compiler:** Wrong dayOffset in refreshKey for not UTC computers ([#1938](https://github.com/cube-js/cube.js/issues/1938)) ([5fe3431](https://github.com/cube-js/cube.js/commit/5fe3431a8f7320555fc3dba101c72547a0f41dac))
1749
-
1750
-
1751
-
1752
-
1753
-
1754
- ## [0.25.23](https://github.com/cube-js/cube.js/compare/v0.25.22...v0.25.23) (2021-01-22)
1755
-
1756
-
1757
- ### Features
1758
-
1759
- * **schema-compiler:** Move some parts to TS ([2ad0e2e](https://github.com/cube-js/cube.js/commit/2ad0e2e377fce52f4967fc73ae2486d4365f3ac4))
1760
-
1761
-
1762
-
1763
-
1764
-
1765
- ## [0.25.21](https://github.com/cube-js/cube.js/compare/v0.25.20...v0.25.21) (2021-01-19)
1766
-
1767
-
1768
- ### Features
1769
-
1770
- * **schema-compiler:** Initial support for TS ([5926067](https://github.com/cube-js/cube.js/commit/5926067bf5314c7cbddfe59f26dd0ae3b8b60293))
1771
-
1772
-
1773
-
1774
-
1775
-
1776
- ## [0.25.19](https://github.com/cube-js/cube.js/compare/v0.25.18...v0.25.19) (2021-01-14)
1777
-
1778
-
1779
- ### Bug Fixes
1780
-
1781
- * Do not renew historical refresh keys during scheduled refresh ([e5fbb12](https://github.com/cube-js/cube.js/commit/e5fbb120d5e848468999de59ba536b95be2e67e9))
1782
-
1783
-
1784
-
1785
-
1786
-
1787
- ## [0.25.2](https://github.com/cube-js/cube.js/compare/v0.25.1...v0.25.2) (2020-12-27)
1788
-
1789
-
1790
- ### Bug Fixes
1791
-
1792
- * **@cubejs-backend/schema-compiler:** MySQL double timezone conversion ([e5f1490](https://github.com/cube-js/cube.js/commit/e5f1490a897df4f0eac062dfabbc20aca2ea2f5b))
1793
-
1794
-
1795
-
1796
-
1797
-
1798
- ## [0.25.1](https://github.com/cube-js/cube.js/compare/v0.25.0...v0.25.1) (2020-12-24)
1799
-
1800
-
1801
- ### Bug Fixes
1802
-
1803
- * **@cubejs-backend/schema-compiler:** Better error message for join member resolutions ([30cc3ab](https://github.com/cube-js/cube.js/commit/30cc3abc4e8c91e8d95b8794f892e1d1f2152798))
1804
- * **@cubejs-backend/schema-compiler:** Error: TypeError: R.eq is not a function -- existing joins in rollup support ([5f62aae](https://github.com/cube-js/cube.js/commit/5f62aaee88b7ecc281437601410b10ef04d7bbf3))
1805
-
1806
-
1807
-
1808
-
1809
-
1810
- # [0.25.0](https://github.com/cube-js/cube.js/compare/v0.24.15...v0.25.0) (2020-12-21)
1811
-
1812
-
1813
- ### Features
1814
-
1815
- * Allow cross data source joins ([a58336e](https://github.com/cube-js/cube.js/commit/a58336e3840f8ac02d83de43ec7661419bceb71c))
1816
-
1817
-
1818
-
1819
-
1820
-
1821
- ## [0.24.15](https://github.com/cube-js/cube.js/compare/v0.24.14...v0.24.15) (2020-12-20)
1822
-
1823
-
1824
- ### Features
1825
-
1826
- * Allow joins between data sources for external queries ([1dbfe2c](https://github.com/cube-js/cube.js/commit/1dbfe2cdc1b1904ce8567a7599b24e660c5047f3))
1827
-
1828
-
1829
-
1830
-
1831
-
1832
- ## [0.24.14](https://github.com/cube-js/cube.js/compare/v0.24.13...v0.24.14) (2020-12-19)
1833
-
1834
-
1835
- ### Bug Fixes
1836
-
1837
- * Rollup match results for rollupJoin ([0279b13](https://github.com/cube-js/cube.js/commit/0279b13a8696643ad95c374062ea059cea3b890b))
1838
-
1839
-
1840
-
1841
-
1842
-
1843
- ## [0.24.13](https://github.com/cube-js/cube.js/compare/v0.24.12...v0.24.13) (2020-12-18)
1844
-
1845
-
1846
- ### Features
1847
-
1848
- * Rollup join implementation ([#1637](https://github.com/cube-js/cube.js/issues/1637)) ([bffd220](https://github.com/cube-js/cube.js/commit/bffd22095f58369f3d52474283951b4844657f2b))
1849
-
1850
-
1851
-
1852
-
1853
-
1854
- ## [0.24.8](https://github.com/cube-js/cube.js/compare/v0.24.7...v0.24.8) (2020-12-15)
1855
-
1856
-
1857
- ### Bug Fixes
1858
-
1859
- * **@cubejs-backend/schema-compiler:** CubeCheckDuplicatePropTranspiler - dont crash on not StringLiterals ([#1582](https://github.com/cube-js/cube.js/issues/1582)) ([a705a2e](https://github.com/cube-js/cube.js/commit/a705a2ed6885d5c08e654945682054a1421dfb51))
1860
-
1861
-
1862
-
1863
-
1864
-
1865
- ## [0.24.5](https://github.com/cube-js/cube.js/compare/v0.24.4...v0.24.5) (2020-12-09)
1866
-
1867
-
1868
- ### Features
1869
-
1870
- * **@cubejs-backend/mysql-driver:** CAST all time dimensions with granularities to DATETIME in order to provide typing for rollup downloads. Add mediumtext and mediumint generic type conversions. ([3d8cb37](https://github.com/cube-js/cube.js/commit/3d8cb37d03716cd2768a0986643495e4a844cb8d))
1871
-
1872
-
1873
-
1874
-
1875
-
1876
- ## [0.24.4](https://github.com/cube-js/cube.js/compare/v0.24.3...v0.24.4) (2020-12-07)
1877
-
1878
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
1879
-
1880
-
1881
-
1882
-
1883
-
1884
- ## [0.24.1](https://github.com/cube-js/cube.js/compare/v0.24.0...v0.24.1) (2020-11-27)
1885
-
1886
-
1887
- ### Bug Fixes
1888
-
1889
- * Specifying `dateRange` in time dimension should produce same result as `inDateRange` in filter ([a7603d7](https://github.com/cube-js/cube.js/commit/a7603d724732a51301227f68c39ba699333c0e06)), closes [#962](https://github.com/cube-js/cube.js/issues/962)
1890
-
1891
-
1892
-
1893
-
1894
-
1895
- # [0.24.0](https://github.com/cube-js/cube.js/compare/v0.23.15...v0.24.0) (2020-11-26)
1896
-
1897
-
1898
- ### Bug Fixes
1899
-
1900
- * Error: Type must be provided for null values. -- `null` parameter values are passed to BigQuery when used for dimensions that contain `?` ([6417e7d](https://github.com/cube-js/cube.js/commit/6417e7d120a95c4792557a4c4a0d6abb7c483db9))
1901
-
1902
-
1903
- ### Features
1904
-
1905
- * Make default refreshKey to be `every 10 seconds` and enable scheduled refresh in dev mode by default ([221003a](https://github.com/cube-js/cube.js/commit/221003aa73aa1ece3d649de9164a7379a4a690be))
1906
-
1907
-
1908
- ### BREAKING CHANGES
1909
-
1910
- * `every 10 seconds` refreshKey becomes a default refreshKey for all cubes.
1911
-
1912
-
1913
-
1914
-
1915
-
1916
- ## [0.23.15](https://github.com/cube-js/cube.js/compare/v0.23.14...v0.23.15) (2020-11-25)
1917
-
1918
-
1919
- ### Bug Fixes
1920
-
1921
- * Error: Cannot find module 'antlr4/index' ([0d2e330](https://github.com/cube-js/cube.js/commit/0d2e33040dfea3fb80df2a1af2ccff46db0f8673))
1922
-
1923
-
1924
-
1925
-
1926
-
1927
- ## [0.23.11](https://github.com/cube-js/cube.js/compare/v0.23.10...v0.23.11) (2020-11-13)
1928
-
1929
-
1930
- ### Features
1931
-
1932
- * **@cubejs-backend/mysql-aurora-serverless-driver:** Add a new driver to support AWS Aurora Serverless MySql ([#1333](https://github.com/cube-js/cube.js/issues/1333)) Thanks to [@kcwinner](https://github.com/kcwinner)! ([154fab1](https://github.com/cube-js/cube.js/commit/154fab1a222685e1e83d5187a4f00f745c4613a3))
1933
-
1934
-
1935
-
1936
-
1937
-
1938
- ## [0.23.8](https://github.com/cube-js/cube.js/compare/v0.23.7...v0.23.8) (2020-11-06)
1939
-
1940
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
1941
-
1942
-
1943
-
1944
-
1945
-
1946
- ## [0.23.6](https://github.com/cube-js/cube.js/compare/v0.23.5...v0.23.6) (2020-11-02)
1947
-
1948
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
1949
-
1950
-
1951
-
1952
-
1953
-
1954
- ## [0.23.3](https://github.com/cube-js/cube.js/compare/v0.23.2...v0.23.3) (2020-10-31)
1955
-
1956
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
1957
-
1958
-
1959
-
1960
-
1961
-
1962
- # [0.23.0](https://github.com/cube-js/cube.js/compare/v0.22.4...v0.23.0) (2020-10-28)
1963
-
1964
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
1965
-
1966
-
1967
-
1968
-
1969
-
1970
- ## [0.22.3](https://github.com/cube-js/cube.js/compare/v0.22.2...v0.22.3) (2020-10-26)
1971
-
1972
-
1973
- ### Bug Fixes
1974
-
1975
- * **@cubejs-backend/schema-compiler:** Dialect for 'undefined' is not found, fix [#1247](https://github.com/cube-js/cube.js/issues/1247) ([1069b47](https://github.com/cube-js/cube.js/commit/1069b47ff4f0a9d2e398ba194fe3eef5ad39f0d2))
1976
-
1977
-
1978
-
1979
-
1980
-
1981
- ## [0.22.2](https://github.com/cube-js/cube.js/compare/v0.22.1...v0.22.2) (2020-10-26)
1982
-
1983
-
1984
- ### Bug Fixes
1985
-
1986
- * Dialect class isn't looked up for external drivers ([b793f4a](https://github.com/cube-js/cube.js/commit/b793f4a))
1987
-
1988
-
1989
-
1990
-
1991
-
1992
- # [0.22.0](https://github.com/cube-js/cube.js/compare/v0.21.2...v0.22.0) (2020-10-20)
1993
-
1994
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
1995
-
1996
-
1997
-
1998
-
1999
-
2000
- ## [0.21.1](https://github.com/cube-js/cube.js/compare/v0.21.0...v0.21.1) (2020-10-15)
2001
-
2002
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
2003
-
2004
-
2005
-
2006
-
2007
-
2008
- # [0.21.0](https://github.com/cube-js/cube.js/compare/v0.20.15...v0.21.0) (2020-10-09)
2009
-
2010
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
2011
-
2012
-
2013
-
2014
-
2015
-
2016
- ## [0.20.13](https://github.com/cube-js/cube.js/compare/v0.20.12...v0.20.13) (2020-10-07)
2017
-
2018
-
2019
- ### Bug Fixes
2020
-
2021
- * **@cubejs-schema-compilter:** MSSQL rollingWindow with granularity ([#1169](https://github.com/cube-js/cube.js/issues/1169)) Thanks to @JoshMentzer! ([16e6a9e](https://github.com/cube-js/cube.js/commit/16e6a9e))
2022
-
2023
-
2024
-
2025
-
2026
-
2027
- ## [0.20.11](https://github.com/cube-js/cube.js/compare/v0.20.10...v0.20.11) (2020-09-28)
2028
-
2029
-
2030
- ### Bug Fixes
2031
-
2032
- * **@cubejs-backend/prestodb-driver:** Wrong OFFSET/LIMIT order ([#1135](https://github.com/cube-js/cube.js/issues/1135)) ([3b94b2c](https://github.com/cube-js/cube.js/commit/3b94b2c)), closes [#988](https://github.com/cube-js/cube.js/issues/988) [#988](https://github.com/cube-js/cube.js/issues/988) [#988](https://github.com/cube-js/cube.js/issues/988)
2033
-
2034
-
2035
- ### Features
2036
-
2037
- * Introduce Druid driver ([#1099](https://github.com/cube-js/cube.js/issues/1099)) ([2bfe20f](https://github.com/cube-js/cube.js/commit/2bfe20f))
2038
-
2039
-
2040
-
2041
-
2042
-
2043
- ## [0.20.9](https://github.com/cube-js/cube.js/compare/v0.20.8...v0.20.9) (2020-09-19)
2044
-
2045
-
2046
- ### Bug Fixes
2047
-
2048
- * Allow empty complex boolean filter arrays ([#1100](https://github.com/cube-js/cube.js/issues/1100)) ([80d112e](https://github.com/cube-js/cube.js/commit/80d112e))
2049
-
2050
-
2051
- ### Features
2052
-
2053
- * `sqlAlias` attribute for `preAggregations` and short format for pre-aggregation table names ([#1068](https://github.com/cube-js/cube.js/issues/1068)) ([98ffad3](https://github.com/cube-js/cube.js/commit/98ffad3)), closes [#86](https://github.com/cube-js/cube.js/issues/86) [#907](https://github.com/cube-js/cube.js/issues/907)
2054
-
2055
-
2056
-
2057
-
2058
-
2059
- ## [0.20.8](https://github.com/cube-js/cube.js/compare/v0.20.7...v0.20.8) (2020-09-16)
2060
-
2061
-
2062
- ### Bug Fixes
2063
-
2064
- * **@cubejs-backend/elasticsearch-driver:** Respect `ungrouped` flag ([#1098](https://github.com/cube-js/cube.js/issues/1098)) Thanks to [@vignesh-123](https://github.com/vignesh-123)! ([995b8f9](https://github.com/cube-js/cube.js/commit/995b8f9))
2065
-
2066
-
2067
- ### Features
2068
-
2069
- * refreshKey every support for CRON format interval ([#1048](https://github.com/cube-js/cube.js/issues/1048)) ([3e55f5c](https://github.com/cube-js/cube.js/commit/3e55f5c))
2070
- * Strict cube schema parsing, show duplicate property name errors ([#1095](https://github.com/cube-js/cube.js/issues/1095)) ([d4ab530](https://github.com/cube-js/cube.js/commit/d4ab530))
2071
-
2072
-
2073
-
2074
-
2075
-
2076
- ## [0.20.7](https://github.com/cube-js/cube.js/compare/v0.20.6...v0.20.7) (2020-09-11)
2077
-
2078
-
2079
- ### Bug Fixes
2080
-
2081
- * member-dimension query normalization for queryTransformer and additional complex boolean logic tests ([#1047](https://github.com/cube-js/cube.js/issues/1047)) ([65ef327](https://github.com/cube-js/cube.js/commit/65ef327)), closes [#1007](https://github.com/cube-js/cube.js/issues/1007)
2082
-
2083
-
2084
-
2085
-
2086
-
2087
- ## [0.20.6](https://github.com/cube-js/cube.js/compare/v0.20.5...v0.20.6) (2020-09-10)
2088
-
2089
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
2090
-
2091
-
2092
-
2093
-
2094
-
2095
- ## [0.20.5](https://github.com/cube-js/cube.js/compare/v0.20.4...v0.20.5) (2020-09-10)
2096
-
2097
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
2098
-
2099
-
2100
-
2101
-
2102
-
2103
- ## [0.20.3](https://github.com/cube-js/cube.js/compare/v0.20.2...v0.20.3) (2020-09-03)
2104
-
2105
-
2106
- ### Features
2107
-
2108
- * Complex boolean logic ([#1038](https://github.com/cube-js/cube.js/issues/1038)) ([a5b44d1](https://github.com/cube-js/cube.js/commit/a5b44d1)), closes [#259](https://github.com/cube-js/cube.js/issues/259)
2109
-
2110
-
2111
-
2112
-
2113
-
2114
- ## [0.20.1](https://github.com/cube-js/cube.js/compare/v0.20.0...v0.20.1) (2020-09-01)
2115
-
2116
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
2117
-
2118
-
2119
-
2120
-
2121
-
2122
- # [0.20.0](https://github.com/cube-js/cube.js/compare/v0.19.61...v0.20.0) (2020-08-26)
2123
-
2124
-
2125
- ### Bug Fixes
2126
-
2127
- * **@cubejs-backend/athena-driver:** Error: Queries of this type are not supported for incremental refreshKey ([2d3018d](https://github.com/cube-js/cube.js/commit/2d3018d)), closes [#404](https://github.com/cube-js/cube.js/issues/404)
2128
- * Check partitionGranularity requires timeDimensionReference for `originalSql` ([2a2b256](https://github.com/cube-js/cube.js/commit/2a2b256))
2129
- * **@cubejs-backend/clickhouse-driver:** allow default compound indexes: add parentheses to the pre-aggregation sql definition ([#1009](https://github.com/cube-js/cube.js/issues/1009)) Thanks to [@gudjonragnar](https://github.com/gudjonragnar)! ([6535cb6](https://github.com/cube-js/cube.js/commit/6535cb6))
2130
- * TypeError: Cannot read property '1' of undefined -- Using scheduled cube refresh endpoint not working with Athena ([ed6c9aa](https://github.com/cube-js/cube.js/commit/ed6c9aa)), closes [#1000](https://github.com/cube-js/cube.js/issues/1000)
2131
-
2132
-
2133
- ### Features
2134
-
2135
- * Dremio driver ([#1008](https://github.com/cube-js/cube.js/issues/1008)) ([617225f](https://github.com/cube-js/cube.js/commit/617225f))
2136
-
2137
-
2138
-
2139
-
2140
-
2141
- ## [0.19.61](https://github.com/cube-js/cube.js/compare/v0.19.60...v0.19.61) (2020-08-11)
2142
-
2143
-
2144
- ### Bug Fixes
2145
-
2146
- * readOnly originalSql pre-aggregations aren't working without writing rights ([cfa7c7d](https://github.com/cube-js/cube.js/commit/cfa7c7d))
2147
-
2148
-
2149
- ### Features
2150
-
2151
- * **mssql-driver:** add readonly aggregation for mssql sources ([#920](https://github.com/cube-js/cube.js/issues/920)) Thanks to @JoshMentzer! ([dfeccca](https://github.com/cube-js/cube.js/commit/dfeccca))
2152
-
2153
-
2154
-
2155
-
2156
-
2157
- ## [0.19.57](https://github.com/cube-js/cube.js/compare/v0.19.56...v0.19.57) (2020-08-05)
2158
-
2159
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
2160
-
2161
-
2162
-
2163
-
2164
-
2165
- ## [0.19.56](https://github.com/cube-js/cube.js/compare/v0.19.55...v0.19.56) (2020-08-03)
2166
-
2167
-
2168
- ### Bug Fixes
2169
-
2170
- * using limit and offset together in MSSql ([9ba875c](https://github.com/cube-js/cube.js/commit/9ba875c))
2171
- * Various ClickHouse improvements ([6f40847](https://github.com/cube-js/cube.js/commit/6f40847))
2172
-
2173
-
2174
-
2175
-
2176
-
2177
- ## [0.19.54](https://github.com/cube-js/cube.js/compare/v0.19.53...v0.19.54) (2020-07-23)
2178
-
2179
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
2180
-
2181
-
2182
-
2183
-
2184
-
2185
- ## [0.19.50](https://github.com/cube-js/cube.js/compare/v0.19.49...v0.19.50) (2020-07-16)
2186
-
2187
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
2188
-
2189
-
2190
-
2191
-
2192
-
2193
- ## [0.19.48](https://github.com/cube-js/cube.js/compare/v0.19.47...v0.19.48) (2020-07-11)
2194
-
2195
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
2196
-
2197
-
2198
-
2199
-
2200
-
2201
- ## [0.19.43](https://github.com/cube-js/cube.js/compare/v0.19.42...v0.19.43) (2020-07-04)
2202
-
2203
-
2204
- ### Features
2205
-
2206
- * Pluggable dialects support ([f786fdd](https://github.com/cube-js/cube.js/commit/f786fdd)), closes [#590](https://github.com/cube-js/cube.js/issues/590)
2207
-
2208
-
2209
-
2210
-
2211
-
2212
- ## [0.19.40](https://github.com/cube-js/cube.js/compare/v0.19.39...v0.19.40) (2020-06-30)
2213
-
2214
-
2215
- ### Bug Fixes
2216
-
2217
- * Querying empty Postgres table with 'time' dimension in a cube results in null value ([07d00f8](https://github.com/cube-js/cube.js/commit/07d00f8)), closes [#639](https://github.com/cube-js/cube.js/issues/639)
2218
-
2219
-
2220
-
2221
-
2222
-
2223
- ## [0.19.39](https://github.com/cube-js/cube.js/compare/v0.19.38...v0.19.39) (2020-06-28)
2224
-
2225
-
2226
- ### Bug Fixes
2227
-
2228
- * treat wildcard Elasticsearch select as simple asterisk select: include * as part of RE to support elasticsearch indexes ([#760](https://github.com/cube-js/cube.js/issues/760)) Thanks to [@gauravlanjekar](https://github.com/gauravlanjekar) ! ([099a888](https://github.com/cube-js/cube.js/commit/099a888))
2229
-
2230
-
2231
- ### Features
2232
-
2233
- * `refreshRangeStart` and `refreshRangeEnd` pre-aggregation params ([e4d2874](https://github.com/cube-js/cube.js/commit/e4d2874))
2234
-
2235
-
2236
-
2237
-
2238
-
2239
- ## [0.19.38](https://github.com/cube-js/cube.js/compare/v0.19.37...v0.19.38) (2020-06-28)
2240
-
2241
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
2242
-
2243
-
2244
-
2245
-
2246
-
2247
- ## [0.19.35](https://github.com/cube-js/cube.js/compare/v0.19.34...v0.19.35) (2020-06-22)
2248
-
2249
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
2250
-
2251
-
2252
-
2253
-
2254
-
2255
- ## [0.19.29](https://github.com/cube-js/cube.js/compare/v0.19.28...v0.19.29) (2020-06-09)
2256
-
2257
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
2258
-
2259
-
2260
-
2261
-
2262
-
2263
- ## [0.19.24](https://github.com/cube-js/cube.js/compare/v0.19.23...v0.19.24) (2020-06-06)
2264
-
2265
-
2266
- ### Bug Fixes
2267
-
2268
- * **@cubejs-backend/elasticsearch-driver:** respect ungrouped parameter ([#684](https://github.com/cube-js/cube.js/issues/684)) Thanks to [@gauravlanjekar](https://github.com/gauravlanjekar)! ([27d0d49](https://github.com/cube-js/cube.js/commit/27d0d49))
2269
- * **@cubejs-backend/schema-compiler:** TypeError: methods.filter is not a function ([25c4ef6](https://github.com/cube-js/cube.js/commit/25c4ef6))
2270
-
2271
-
2272
-
2273
-
2274
-
2275
- ## [0.19.23](https://github.com/cube-js/cube.js/compare/v0.19.22...v0.19.23) (2020-06-02)
2276
-
2277
-
2278
- ### Features
2279
-
2280
- * drill down queries support ([#664](https://github.com/cube-js/cube.js/issues/664)) ([7e21545](https://github.com/cube-js/cube.js/commit/7e21545)), closes [#190](https://github.com/cube-js/cube.js/issues/190)
2281
-
2282
-
2283
-
2284
-
2285
-
2286
- ## [0.19.19](https://github.com/cube-js/cube.js/compare/v0.19.18...v0.19.19) (2020-05-15)
2287
-
2288
-
2289
- ### Features
2290
-
2291
- * ability to add custom meta data for measures, dimensions and segments ([#641](https://github.com/cube-js/cube.js/issues/641)) ([88d5c9b](https://github.com/cube-js/cube.js/commit/88d5c9b)), closes [#625](https://github.com/cube-js/cube.js/issues/625)
2292
-
2293
-
2294
-
2295
-
2296
-
2297
- ## [0.19.18](https://github.com/cube-js/cube.js/compare/v0.19.17...v0.19.18) (2020-05-11)
2298
-
2299
-
2300
- ### Bug Fixes
2301
-
2302
- * Offset doesn't affect actual queries ([1feaa38](https://github.com/cube-js/cube.js/commit/1feaa38)), closes [#636](https://github.com/cube-js/cube.js/issues/636)
2303
-
2304
-
2305
-
2306
-
2307
-
2308
- ## [0.19.14](https://github.com/cube-js/cube.js/compare/v0.19.13...v0.19.14) (2020-04-24)
2309
-
2310
-
2311
- ### Features
2312
-
2313
- * Postgres HLL improvements: always round to int ([#611](https://github.com/cube-js/cube.js/issues/611)) Thanks to [@milanbella](https://github.com/milanbella)! ([680a613](https://github.com/cube-js/cube.js/commit/680a613))
2314
-
2315
-
2316
-
2317
-
2318
-
2319
- ## [0.19.13](https://github.com/cube-js/cube.js/compare/v0.19.12...v0.19.13) (2020-04-21)
2320
-
2321
-
2322
- ### Features
2323
-
2324
- * Postgres Citus Data HLL plugin implementation ([#601](https://github.com/cube-js/cube.js/issues/601)) Thanks to [@milanbella](https://github.com/milanbella) ! ([be85ac6](https://github.com/cube-js/cube.js/commit/be85ac6)), closes [#563](https://github.com/cube-js/cube.js/issues/563)
2325
-
2326
-
2327
-
2328
-
2329
-
2330
- ## [0.19.11](https://github.com/cube-js/cube.js/compare/v0.19.10...v0.19.11) (2020-04-20)
2331
-
2332
-
2333
- ### Bug Fixes
2334
-
2335
- * Strict date range and rollup granularity alignment check ([deb62b6](https://github.com/cube-js/cube.js/commit/deb62b6)), closes [#103](https://github.com/cube-js/cube.js/issues/103)
2336
-
2337
-
2338
-
2339
-
2340
-
2341
- ## [0.19.10](https://github.com/cube-js/cube.js/compare/v0.19.9...v0.19.10) (2020-04-18)
2342
-
2343
-
2344
- ### Bug Fixes
2345
-
2346
- * Recursive pre-aggregation description generation: support propagateFiltersToSubQuery with partitioned originalSql ([6a2b9dd](https://github.com/cube-js/cube.js/commit/6a2b9dd))
2347
-
2348
-
2349
-
2350
-
2351
-
2352
- ## [0.19.1](https://github.com/cube-js/cube.js/compare/v0.19.0...v0.19.1) (2020-04-11)
2353
-
2354
-
2355
- ### Bug Fixes
2356
-
2357
- * TypeError: Cannot read property 'path' of undefined -- Case when partitioned originalSql is resolved for query without time dimension and incremental refreshKey is used ([ca0f1f6](https://github.com/cube-js/cube.js/commit/ca0f1f6))
2358
-
2359
-
2360
- ### Features
2361
-
2362
- * Renamed OpenDistro to AWSElasticSearch. Added `elasticsearch` dialect ([#577](https://github.com/cube-js/cube.js/issues/577)) Thanks to [@chad-codeworkshop](https://github.com/chad-codeworkshop)! ([a4e41cb](https://github.com/cube-js/cube.js/commit/a4e41cb))
2363
-
2364
-
2365
-
2366
-
2367
-
2368
- # [0.19.0](https://github.com/cube-js/cube.js/compare/v0.18.32...v0.19.0) (2020-04-09)
2369
-
2370
-
2371
- ### Features
2372
-
2373
- * Multi-level query structures in-memory caching ([38aa32d](https://github.com/cube-js/cube.js/commit/38aa32d))
2374
-
2375
-
2376
-
2377
-
2378
-
2379
- ## [0.18.31](https://github.com/cube-js/cube.js/compare/v0.18.30...v0.18.31) (2020-04-07)
2380
-
2381
-
2382
- ### Bug Fixes
2383
-
2384
- * Rewrite converts left outer to inner join due to filtering in where: ensure `OR` is supported ([93a1250](https://github.com/cube-js/cube.js/commit/93a1250))
2385
-
2386
-
2387
-
2388
-
2389
-
2390
- ## [0.18.30](https://github.com/cube-js/cube.js/compare/v0.18.29...v0.18.30) (2020-04-04)
2391
-
2392
-
2393
- ### Bug Fixes
2394
-
2395
- * Rewrite converts left outer to inner join due to filtering in where ([2034d37](https://github.com/cube-js/cube.js/commit/2034d37))
2396
-
2397
-
2398
- ### Features
2399
-
2400
- * Native X-Pack SQL ElasticSearch Driver ([#551](https://github.com/cube-js/cube.js/issues/551)) ([efde731](https://github.com/cube-js/cube.js/commit/efde731))
2401
-
2402
-
2403
-
2404
-
2405
-
2406
- ## [0.18.29](https://github.com/cube-js/cube.js/compare/v0.18.28...v0.18.29) (2020-04-04)
2407
-
2408
-
2409
- ### Features
2410
-
2411
- * Hour partition granularity support ([5f78974](https://github.com/cube-js/cube.js/commit/5f78974))
2412
- * Rewrite SQL for more places ([2412821](https://github.com/cube-js/cube.js/commit/2412821))
2413
-
2414
-
2415
-
2416
-
2417
-
2418
- ## [0.18.28](https://github.com/cube-js/cube.js/compare/v0.18.27...v0.18.28) (2020-04-03)
2419
-
2420
-
2421
- ### Bug Fixes
2422
-
2423
- * TypeError: date.match is not a function at BaseTimeDimension.formatFromDate ([7379b84](https://github.com/cube-js/cube.js/commit/7379b84))
2424
-
2425
-
2426
-
2427
-
2428
-
2429
- ## [0.18.26](https://github.com/cube-js/cube.js/compare/v0.18.25...v0.18.26) (2020-04-03)
2430
-
2431
-
2432
- ### Bug Fixes
2433
-
2434
- * `AND 1 = 1` case ([cd189d5](https://github.com/cube-js/cube.js/commit/cd189d5))
2435
-
2436
-
2437
-
2438
-
2439
-
2440
- ## [0.18.25](https://github.com/cube-js/cube.js/compare/v0.18.24...v0.18.25) (2020-04-02)
2441
-
2442
-
2443
- ### Bug Fixes
2444
-
2445
- * TypeError: Cannot read property \'replace\' of null for `scheduledRefresh: true` ([28e45c0](https://github.com/cube-js/cube.js/commit/28e45c0)), closes [#558](https://github.com/cube-js/cube.js/issues/558)
2446
-
2447
-
2448
- ### Features
2449
-
2450
- * Basic query rewrites ([af07865](https://github.com/cube-js/cube.js/commit/af07865))
2451
-
2452
-
2453
-
2454
-
2455
-
2456
- ## [0.18.24](https://github.com/cube-js/cube.js/compare/v0.18.23...v0.18.24) (2020-04-01)
2457
-
2458
-
2459
- ### Bug Fixes
2460
-
2461
- * TypeError: Cannot read property \'replace\' of null for `scheduledRefresh: true` ([ea88edf](https://github.com/cube-js/cube.js/commit/ea88edf))
2462
-
2463
-
2464
-
2465
-
2466
-
2467
- ## [0.18.23](https://github.com/cube-js/cube.js/compare/v0.18.22...v0.18.23) (2020-03-30)
2468
-
2469
-
2470
- ### Bug Fixes
2471
-
2472
- * Cannot read property 'timeDimensions' of null -- originalSql scheduledRefresh support ([e7667a5](https://github.com/cube-js/cube.js/commit/e7667a5))
2473
- * minute requests incorrectly snapped to daily partitions ([8fd7876](https://github.com/cube-js/cube.js/commit/8fd7876))
2474
-
2475
-
2476
-
2477
-
2478
-
2479
- ## [0.18.19](https://github.com/cube-js/cube.js/compare/v0.18.18...v0.18.19) (2020-03-29)
2480
-
2481
-
2482
- ### Bug Fixes
2483
-
2484
- * Empty default `originalSql` refreshKey ([dd8536b](https://github.com/cube-js/cube.js/commit/dd8536b))
2485
- * incorrect WHERE for refreshKey every ([bf8b648](https://github.com/cube-js/cube.js/commit/bf8b648))
2486
- * Return single table for one partition queries ([54083ef](https://github.com/cube-js/cube.js/commit/54083ef))
2487
-
2488
-
2489
- ### Features
2490
-
2491
- * `propagateFiltersToSubQuery` flag ([6b253c0](https://github.com/cube-js/cube.js/commit/6b253c0))
2492
- * Partitioned `originalSql` support ([133857e](https://github.com/cube-js/cube.js/commit/133857e))
2493
-
2494
-
2495
-
2496
-
2497
-
2498
- ## [0.18.17](https://github.com/cube-js/cube.js/compare/v0.18.16...v0.18.17) (2020-03-24)
2499
-
2500
-
2501
- ### Bug Fixes
2502
-
2503
- * Unknown function NOW for Snowflake -- Incorrect now timestamp implementation ([036f68a](https://github.com/cube-js/cube.js/commit/036f68a)), closes [#537](https://github.com/cube-js/cube.js/issues/537)
2504
-
2505
-
2506
-
2507
-
2508
-
2509
- ## [0.18.16](https://github.com/cube-js/cube.js/compare/v0.18.15...v0.18.16) (2020-03-24)
2510
-
2511
-
2512
- ### Features
2513
-
2514
- * Log canUseTransformedQuery ([5b2ab90](https://github.com/cube-js/cube.js/commit/5b2ab90))
2515
-
2516
-
2517
-
2518
-
2519
-
2520
- ## [0.18.14](https://github.com/cube-js/cube.js/compare/v0.18.13...v0.18.14) (2020-03-24)
2521
-
2522
-
2523
- ### Bug Fixes
2524
-
2525
- * MySQL segment references support ([be42298](https://github.com/cube-js/cube.js/commit/be42298))
2526
-
2527
-
2528
-
2529
-
2530
-
2531
- ## [0.18.6](https://github.com/cube-js/cube.js/compare/v0.18.5...v0.18.6) (2020-03-16)
2532
-
2533
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
2534
-
2535
-
2536
-
2537
-
2538
-
2539
- ## [0.18.5](https://github.com/cube-js/cube.js/compare/v0.18.4...v0.18.5) (2020-03-15)
2540
-
2541
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
2542
-
2543
-
2544
-
2545
-
2546
-
2547
- ## [0.18.4](https://github.com/cube-js/cube.js/compare/v0.18.3...v0.18.4) (2020-03-09)
2548
-
2549
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
2550
-
2551
-
2552
-
2553
-
2554
-
2555
- ## [0.18.3](https://github.com/cube-js/cube.js/compare/v0.18.2...v0.18.3) (2020-03-02)
2556
-
2557
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
2558
-
2559
-
2560
-
2561
-
2562
-
2563
- # [0.18.0](https://github.com/cube-js/cube.js/compare/v0.17.10...v0.18.0) (2020-03-01)
2564
-
2565
-
2566
- ### Bug Fixes
2567
-
2568
- * Handle multiple occurrences in the first event of a funnel: conversion percent discrepancies. ([0989482](https://github.com/cube-js/cube.js/commit/0989482))
2569
-
2570
-
2571
- ### Features
2572
-
2573
- * COMPILE_CONTEXT and async driverFactory support ([160f931](https://github.com/cube-js/cube.js/commit/160f931))
2574
-
2575
-
2576
-
2577
-
2578
-
2579
- ## [0.17.10](https://github.com/cube-js/cube.js/compare/v0.17.9...v0.17.10) (2020-02-20)
2580
-
2581
-
2582
- ### Features
2583
-
2584
- * Support external rollups from readonly source ([#395](https://github.com/cube-js/cube.js/issues/395)) ([b17e841](https://github.com/cube-js/cube.js/commit/b17e841))
2585
-
2586
-
2587
-
2588
-
2589
-
2590
- ## [0.17.9](https://github.com/cube-js/cube.js/compare/v0.17.8...v0.17.9) (2020-02-18)
2591
-
2592
-
2593
- ### Features
2594
-
2595
- * Extend meta response with aggregation type ([#394](https://github.com/cube-js/cube.js/issues/394)) Thanks to [@pyrooka](https://github.com/pyrooka)! ([06eed0b](https://github.com/cube-js/cube.js/commit/06eed0b))
2596
-
2597
-
2598
-
2599
-
2600
-
2601
- ## [0.17.8](https://github.com/cube-js/cube.js/compare/v0.17.7...v0.17.8) (2020-02-14)
2602
-
2603
-
2604
- ### Bug Fixes
2605
-
2606
- * Wrong interval functions for BigQuery ([#367](https://github.com/cube-js/cube.js/issues/367)) Thanks to [@lvauvillier](https://github.com/lvauvillier)! ([0e09d4d](https://github.com/cube-js/cube.js/commit/0e09d4d))
2607
-
2608
-
2609
- ### Features
2610
-
2611
- * Athena HLL support ([45c7b83](https://github.com/cube-js/cube.js/commit/45c7b83))
2612
-
2613
-
2614
-
2615
-
2616
-
2617
- ## [0.17.7](https://github.com/cube-js/cube.js/compare/v0.17.6...v0.17.7) (2020-02-12)
2618
-
2619
-
2620
- ### Bug Fixes
2621
-
2622
- * Invalid Date: Incorrect MySQL minutes granularity ([dc553b9](https://github.com/cube-js/cube.js/commit/dc553b9))
2623
-
2624
-
2625
-
2626
-
2627
-
2628
- ## [0.17.6](https://github.com/cube-js/cube.js/compare/v0.17.5...v0.17.6) (2020-02-10)
2629
-
2630
-
2631
- ### Bug Fixes
2632
-
2633
- * `sqlAlias` isn't used for pre-aggregation table names ([b757175](https://github.com/cube-js/cube.js/commit/b757175))
2634
- * Multiplied measures rollup select case and leaf measure additive exact match ([c897dec](https://github.com/cube-js/cube.js/commit/c897dec))
2635
-
2636
-
2637
-
2638
-
2639
-
2640
- ## [0.17.3](https://github.com/cube-js/cube.js/compare/v0.17.2...v0.17.3) (2020-02-06)
2641
-
2642
-
2643
- ### Features
2644
-
2645
- * Pre-aggregation indexes support ([d443585](https://github.com/cube-js/cube.js/commit/d443585))
2646
-
2647
-
2648
-
2649
-
2650
-
2651
- ## [0.17.2](https://github.com/cube-js/cube.js/compare/v0.17.1...v0.17.2) (2020-02-04)
2652
-
2653
-
2654
- ### Bug Fixes
2655
-
2656
- * Funnel step names cannot contain spaces ([aff1891](https://github.com/cube-js/cube.js/commit/aff1891)), closes [#359](https://github.com/cube-js/cube.js/issues/359)
2657
-
2658
-
2659
-
2660
-
2661
-
2662
- # [0.17.0](https://github.com/cube-js/cube.js/compare/v0.16.0...v0.17.0) (2020-02-04)
2663
-
2664
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
2665
-
2666
-
2667
-
2668
-
2669
-
2670
- # [0.16.0](https://github.com/cube-js/cube.js/compare/v0.15.4...v0.16.0) (2020-02-04)
2671
-
2672
-
2673
- ### Features
2674
-
2675
- * Allow `null` filter values ([9e339f7](https://github.com/cube-js/cube.js/commit/9e339f7)), closes [#362](https://github.com/cube-js/cube.js/issues/362)
2676
-
2677
-
2678
-
2679
-
2680
-
2681
- ## [0.15.1](https://github.com/cube-js/cube.js/compare/v0.15.0...v0.15.1) (2020-01-21)
2682
-
2683
-
2684
- ### Features
2685
-
2686
- * `updateWindow` property for incremental partitioned rollup refreshKey ([09c0a86](https://github.com/cube-js/cube.js/commit/09c0a86))
2687
-
2688
-
2689
-
2690
-
2691
-
2692
- # [0.15.0](https://github.com/cube-js/cube.js/compare/v0.14.3...v0.15.0) (2020-01-18)
2693
-
2694
-
2695
- ### Bug Fixes
2696
-
2697
- * "Illegal input character" when using originalSql pre-aggregation with BigQuery and USER_CONTEXT ([904cf17](https://github.com/cube-js/cube.js/commit/904cf17)), closes [#197](https://github.com/cube-js/cube.js/issues/197)
2698
-
2699
-
2700
- ### Features
2701
-
2702
- * `dynRef` for dynamic member referencing ([41b644c](https://github.com/cube-js/cube.js/commit/41b644c))
2703
- * New refreshKeyRenewalThresholds and foreground renew defaults ([9fb0abb](https://github.com/cube-js/cube.js/commit/9fb0abb))
2704
- * Slow Query Warning and scheduled refresh for cube refresh keys ([8768b0e](https://github.com/cube-js/cube.js/commit/8768b0e))
2705
-
2706
-
2707
-
2708
-
2709
-
2710
- ## [0.14.3](https://github.com/cube-js/cube.js/compare/v0.14.2...v0.14.3) (2020-01-17)
2711
-
2712
-
2713
- ### Bug Fixes
2714
-
2715
- * originalSql pre-aggregations with FILTER_PARAMS params mismatch ([f4ee7b6](https://github.com/cube-js/cube.js/commit/f4ee7b6))
2716
-
2717
-
2718
- ### Features
2719
-
2720
- * RefreshKeys helper extension of popular implementations ([f2000c0](https://github.com/cube-js/cube.js/commit/f2000c0))
2721
-
2722
-
2723
-
2724
-
2725
-
2726
- ## [0.14.2](https://github.com/cube-js/cube.js/compare/v0.14.1...v0.14.2) (2020-01-17)
2727
-
2728
-
2729
- ### Bug Fixes
2730
-
2731
- * TypeError: Cannot read property 'evaluateSymbolSqlWithContext' of undefined ([125afd7](https://github.com/cube-js/cube.js/commit/125afd7))
2732
-
2733
-
2734
-
2735
-
2736
-
2737
- ## [0.14.1](https://github.com/cube-js/cube.js/compare/v0.14.0...v0.14.1) (2020-01-17)
2738
-
2739
-
2740
- ### Features
2741
-
2742
- * Default refreshKey implementations for mutable and immutable pre-aggregations. ([bef0626](https://github.com/cube-js/cube.js/commit/bef0626))
2743
-
2744
-
2745
-
2746
-
2747
-
2748
- # [0.14.0](https://github.com/cube-js/cube.js/compare/v0.13.12...v0.14.0) (2020-01-16)
2749
-
2750
-
2751
- ### Bug Fixes
2752
-
2753
- * Time dimension can't be selected twice within same query with and without granularity ([aa65129](https://github.com/cube-js/cube.js/commit/aa65129))
2754
-
2755
-
2756
- ### Features
2757
-
2758
- * Scheduled refresh for pre-aggregations ([c87b525](https://github.com/cube-js/cube.js/commit/c87b525))
2759
-
2760
-
2761
-
2762
-
2763
-
2764
- ## [0.13.7](https://github.com/cube-js/cube.js/compare/v0.13.6...v0.13.7) (2019-12-31)
2765
-
2766
-
2767
- ### Bug Fixes
2768
-
2769
- * ER_TRUNCATED_WRONG_VALUE: Truncated incorrect datetime value ([fcbbe84](https://github.com/cube-js/cube.js/commit/fcbbe84)), closes [#309](https://github.com/cube-js/cube.js/issues/309)
2770
- * **client-core:** Uncaught TypeError: cubejs is not a function ([b5c32cd](https://github.com/cube-js/cube.js/commit/b5c32cd))
2771
-
2772
-
2773
-
2774
-
2775
-
2776
- ## [0.13.5](https://github.com/cube-js/cube.js/compare/v0.13.4...v0.13.5) (2019-12-17)
2777
-
2778
-
2779
- ### Features
2780
-
2781
- * Elasticsearch driver preview ([d6a6a07](https://github.com/cube-js/cube.js/commit/d6a6a07))
2782
-
2783
-
2784
-
2785
-
2786
-
2787
- ## [0.13.3](https://github.com/cube-js/cube.js/compare/v0.13.2...v0.13.3) (2019-12-16)
2788
-
2789
-
2790
- ### Features
2791
-
2792
- * **sqlite-driver:** Pre-aggregations support ([5ffb3d2](https://github.com/cube-js/cube.js/commit/5ffb3d2))
2793
-
2794
-
2795
-
2796
-
2797
-
2798
- # [0.13.0](https://github.com/cube-js/cube.js/compare/v0.12.3...v0.13.0) (2019-12-10)
2799
-
2800
-
2801
- ### Bug Fixes
2802
-
2803
- * cube validation from updating BasePreAggregation ([#285](https://github.com/cube-js/cube.js/issues/285)). Thanks to [@ferrants](https://github.com/ferrants)! ([f4bda4e](https://github.com/cube-js/cube.js/commit/f4bda4e))
2804
-
2805
-
2806
- ### Features
2807
-
2808
- * Minute and second granularities support ([34c5d4c](https://github.com/cube-js/cube.js/commit/34c5d4c))
2809
- * Sqlite driver implementation ([f9b43d3](https://github.com/cube-js/cube.js/commit/f9b43d3))
2810
-
2811
-
2812
-
2813
-
2814
-
2815
- ## [0.12.1](https://github.com/cube-js/cube.js/compare/v0.12.0...v0.12.1) (2019-11-26)
2816
-
2817
-
2818
- ### Features
2819
-
2820
- * Show used pre-aggregations and match rollup results in Playground ([4a67346](https://github.com/cube-js/cube.js/commit/4a67346))
2821
-
2822
-
2823
-
2824
-
2825
-
2826
- # [0.12.0](https://github.com/cube-js/cube.js/compare/v0.11.25...v0.12.0) (2019-11-25)
2827
-
2828
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
2829
-
2830
-
2831
-
2832
-
2833
-
2834
- ## [0.11.21](https://github.com/cube-js/cube.js/compare/v0.11.20...v0.11.21) (2019-11-20)
2835
-
2836
-
2837
- ### Features
2838
-
2839
- * **schema-compiler:** Upgrade babel and support `objectRestSpread` for schema generation ([ac97c44](https://github.com/cube-js/cube.js/commit/ac97c44))
2840
-
2841
-
2842
-
2843
-
2844
-
2845
- ## [0.11.20](https://github.com/cube-js/cube.js/compare/v0.11.19...v0.11.20) (2019-11-18)
2846
-
2847
-
2848
- ### Features
2849
-
2850
- * support for pre-aggregation time hierarchies ([#258](https://github.com/cube-js/cube.js/issues/258)) Thanks to @Justin-ZS! ([ea78c84](https://github.com/cube-js/cube.js/commit/ea78c84)), closes [#246](https://github.com/cube-js/cube.js/issues/246)
2851
- * per cube `dataSource` support ([6dc3fef](https://github.com/cube-js/cube.js/commit/6dc3fef))
2852
-
2853
-
2854
-
2855
-
2856
-
2857
- ## [0.11.19](https://github.com/cube-js/cube.js/compare/v0.11.18...v0.11.19) (2019-11-16)
2858
-
2859
-
2860
- ### Bug Fixes
2861
-
2862
- * Merge back `sqlAlias` support ([80b312f](https://github.com/cube-js/cube.js/commit/80b312f))
2863
-
2864
-
2865
-
2866
-
2867
-
2868
- ## [0.11.18](https://github.com/cube-js/cube.js/compare/v0.11.17...v0.11.18) (2019-11-09)
2869
-
2870
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
2871
-
2872
-
2873
-
2874
-
2875
-
2876
- ## [0.11.16](https://github.com/statsbotco/cubejs-client/compare/v0.11.15...v0.11.16) (2019-11-04)
2877
-
2878
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
2879
-
2880
-
2881
-
2882
-
2883
-
2884
- ## [0.11.11](https://github.com/statsbotco/cubejs-client/compare/v0.11.10...v0.11.11) (2019-10-26)
2885
-
2886
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
2887
-
2888
-
2889
-
2890
-
2891
-
2892
- ## [0.11.7](https://github.com/statsbotco/cubejs-client/compare/v0.11.6...v0.11.7) (2019-10-22)
2893
-
2894
-
2895
- ### Features
2896
-
2897
- * dynamic case label ([#236](https://github.com/statsbotco/cubejs-client/issues/236)) ([1a82605](https://github.com/statsbotco/cubejs-client/commit/1a82605)), closes [#235](https://github.com/statsbotco/cubejs-client/issues/235)
2898
-
2899
-
2900
-
2901
-
2902
-
2903
- # [0.11.0](https://github.com/statsbotco/cubejs-client/compare/v0.10.62...v0.11.0) (2019-10-15)
2904
-
2905
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
2906
-
2907
-
2908
-
2909
-
2910
-
2911
- ## [0.10.62](https://github.com/statsbotco/cubejs-client/compare/v0.10.61...v0.10.62) (2019-10-11)
2912
-
2913
-
2914
- ### Features
2915
-
2916
- * `ungrouped` queries support ([c6ac873](https://github.com/statsbotco/cubejs-client/commit/c6ac873))
2917
-
2918
-
2919
-
2920
-
2921
-
2922
- ## [0.10.61](https://github.com/statsbotco/cubejs-client/compare/v0.10.60...v0.10.61) (2019-10-10)
2923
-
2924
-
2925
- ### Features
2926
-
2927
- * **schema-compiler:** Allow access raw data in `USER_CONTEXT` using `unsafeValue()` method ([52ef146](https://github.com/statsbotco/cubejs-client/commit/52ef146))
2928
-
2929
-
2930
-
2931
-
2932
-
2933
- ## [0.10.59](https://github.com/statsbotco/cubejs-client/compare/v0.10.58...v0.10.59) (2019-10-08)
2934
-
2935
-
2936
- ### Bug Fixes
2937
-
2938
- * Rolling window returns dates in incorrect time zone for Postgres ([71a3baa](https://github.com/statsbotco/cubejs-client/commit/71a3baa)), closes [#216](https://github.com/statsbotco/cubejs-client/issues/216)
2939
-
2940
-
2941
-
2942
-
2943
-
2944
- ## [0.10.41](https://github.com/statsbotco/cubejs-client/compare/v0.10.40...v0.10.41) (2019-09-13)
2945
-
2946
-
2947
- ### Features
2948
-
2949
- * Provide date filter with hourly granularity ([e423d82](https://github.com/statsbotco/cubejs-client/commit/e423d82)), closes [#179](https://github.com/statsbotco/cubejs-client/issues/179)
2950
-
2951
-
2952
-
2953
-
2954
-
2955
- ## [0.10.39](https://github.com/statsbotco/cubejs-client/compare/v0.10.38...v0.10.39) (2019-09-09)
2956
-
2957
-
2958
- ### Bug Fixes
2959
-
2960
- * Requiring local node files is restricted: adding test for relative path resolvers ([f328d07](https://github.com/statsbotco/cubejs-client/commit/f328d07))
2961
-
2962
-
2963
-
2964
-
2965
-
2966
- ## [0.10.38](https://github.com/statsbotco/cubejs-client/compare/v0.10.37...v0.10.38) (2019-09-09)
2967
-
2968
-
2969
- ### Bug Fixes
2970
-
2971
- * Requiring local node files is restricted ([ba3c390](https://github.com/statsbotco/cubejs-client/commit/ba3c390))
2972
-
2973
-
2974
-
2975
-
2976
-
2977
- ## [0.10.36](https://github.com/statsbotco/cubejs-client/compare/v0.10.35...v0.10.36) (2019-09-09)
2978
-
2979
-
2980
- ### Bug Fixes
2981
-
2982
- * all queries forwarded to external DB instead of original one for zero pre-aggregation query ([2c230f4](https://github.com/statsbotco/cubejs-client/commit/2c230f4))
2983
-
2984
-
2985
-
2986
-
2987
-
2988
- ## [0.10.35](https://github.com/statsbotco/cubejs-client/compare/v0.10.34...v0.10.35) (2019-09-09)
2989
-
2990
-
2991
- ### Features
2992
-
2993
- * `originalSql` external pre-aggregations support ([0db2282](https://github.com/statsbotco/cubejs-client/commit/0db2282))
2994
-
2995
-
2996
-
2997
-
2998
-
2999
- ## [0.10.30](https://github.com/statsbotco/cubejs-client/compare/v0.10.29...v0.10.30) (2019-08-26)
3000
-
3001
-
3002
- ### Bug Fixes
3003
-
3004
- * Athena doesn't support `_` in contains filter ([d330be4](https://github.com/statsbotco/cubejs-client/commit/d330be4))
3005
-
3006
-
3007
-
3008
-
3009
-
3010
- ## [0.10.29](https://github.com/statsbotco/cubejs-client/compare/v0.10.28...v0.10.29) (2019-08-21)
3011
-
3012
-
3013
- ### Bug Fixes
3014
-
3015
- * MS SQL segment pre-aggregations support ([f8e37bf](https://github.com/statsbotco/cubejs-client/commit/f8e37bf)), closes [#186](https://github.com/statsbotco/cubejs-client/issues/186)
3016
-
3017
-
3018
-
3019
-
3020
-
3021
- ## [0.10.24](https://github.com/statsbotco/cubejs-client/compare/v0.10.23...v0.10.24) (2019-08-16)
3022
-
3023
-
3024
- ### Bug Fixes
3025
-
3026
- * MS SQL has unusual CTAS syntax ([1a00e4a](https://github.com/statsbotco/cubejs-client/commit/1a00e4a)), closes [#185](https://github.com/statsbotco/cubejs-client/issues/185)
3027
-
3028
-
3029
-
3030
-
3031
-
3032
- ## [0.10.23](https://github.com/statsbotco/cubejs-client/compare/v0.10.22...v0.10.23) (2019-08-14)
3033
-
3034
-
3035
- ### Bug Fixes
3036
-
3037
- * Unexpected string literal Bigquery ([8768895](https://github.com/statsbotco/cubejs-client/commit/8768895)), closes [#182](https://github.com/statsbotco/cubejs-client/issues/182)
3038
-
3039
-
3040
-
3041
-
3042
-
3043
- ## [0.10.21](https://github.com/statsbotco/cubejs-client/compare/v0.10.20...v0.10.21) (2019-08-05)
3044
-
3045
-
3046
- ### Features
3047
-
3048
- * Offset pagination support ([7fb1715](https://github.com/statsbotco/cubejs-client/commit/7fb1715)), closes [#117](https://github.com/statsbotco/cubejs-client/issues/117)
3049
-
3050
-
3051
-
3052
-
3053
-
3054
- ## [0.10.18](https://github.com/statsbotco/cubejs-client/compare/v0.10.17...v0.10.18) (2019-07-31)
3055
-
3056
-
3057
- ### Bug Fixes
3058
-
3059
- * BigQuery external rollup compatibility: use `__` separator for member aliases. Fix missed override. ([c1eb113](https://github.com/statsbotco/cubejs-client/commit/c1eb113))
3060
-
3061
-
3062
-
3063
-
3064
-
3065
- ## [0.10.17](https://github.com/statsbotco/cubejs-client/compare/v0.10.16...v0.10.17) (2019-07-31)
3066
-
3067
-
3068
- ### Bug Fixes
3069
-
3070
- * BigQuery external rollup compatibility: use `__` separator for member aliases. Fix all tests. ([723359c](https://github.com/statsbotco/cubejs-client/commit/723359c))
3071
- * Moved joi dependency to it's new availability ([#171](https://github.com/statsbotco/cubejs-client/issues/171)) ([1c20838](https://github.com/statsbotco/cubejs-client/commit/1c20838))
3072
-
3073
-
3074
-
3075
-
3076
-
3077
- ## [0.10.16](https://github.com/statsbotco/cubejs-client/compare/v0.10.15...v0.10.16) (2019-07-20)
3078
-
3079
-
3080
- ### Bug Fixes
3081
-
3082
- * Added correct string concat for Mysql. ([#162](https://github.com/statsbotco/cubejs-client/issues/162)) ([287411b](https://github.com/statsbotco/cubejs-client/commit/287411b))
3083
- * remove redundant hacks: primaryKey filter for method dimensionColumns ([#161](https://github.com/statsbotco/cubejs-client/issues/161)) ([f910a56](https://github.com/statsbotco/cubejs-client/commit/f910a56))
3084
-
3085
-
3086
- ### Features
3087
-
3088
- * BigQuery external rollup support ([10c635c](https://github.com/statsbotco/cubejs-client/commit/10c635c))
3089
-
3090
-
3091
-
3092
-
3093
-
3094
- ## [0.10.15](https://github.com/statsbotco/cubejs-client/compare/v0.10.14...v0.10.15) (2019-07-13)
3095
-
3096
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
3097
-
3098
-
3099
-
3100
-
3101
-
3102
- ## [0.10.14](https://github.com/statsbotco/cubejs-client/compare/v0.10.13...v0.10.14) (2019-07-13)
3103
-
3104
-
3105
- ### Features
3106
-
3107
- * Oracle driver ([#160](https://github.com/statsbotco/cubejs-client/issues/160)) ([854ebff](https://github.com/statsbotco/cubejs-client/commit/854ebff))
3108
-
3109
-
3110
-
3111
-
3112
-
3113
- ## [0.10.9](https://github.com/statsbotco/cubejs-client/compare/v0.10.8...v0.10.9) (2019-06-30)
3114
-
3115
-
3116
- ### Bug Fixes
3117
-
3118
- * Syntax error during parsing: Unexpected token, expected: escaping back ticks ([9638a1a](https://github.com/statsbotco/cubejs-client/commit/9638a1a))
3119
-
3120
-
3121
-
3122
-
3123
-
3124
- ## [0.10.4](https://github.com/statsbotco/cubejs-client/compare/v0.10.3...v0.10.4) (2019-06-26)
3125
-
3126
-
3127
- ### Features
3128
-
3129
- * More descriptive error for SyntaxError ([f6d12d3](https://github.com/statsbotco/cubejs-client/commit/f6d12d3))
3130
-
3131
-
3132
-
3133
-
3134
-
3135
- # [0.10.0](https://github.com/statsbotco/cubejs-client/compare/v0.9.24...v0.10.0) (2019-06-21)
3136
-
3137
-
3138
- ### Features
3139
-
3140
- * **schema-compiler:** `asyncModules` and Node.js `require()`: support loading cube definitions from DB and other async sources ([397cceb](https://github.com/statsbotco/cubejs-client/commit/397cceb)), closes [#141](https://github.com/statsbotco/cubejs-client/issues/141)
3141
-
3142
-
3143
-
3144
-
3145
-
3146
- ## [0.9.23](https://github.com/statsbotco/cubejs-client/compare/v0.9.22...v0.9.23) (2019-06-17)
3147
-
3148
-
3149
- ### Bug Fixes
3150
-
3151
- * **hive:** Fix count when id is not defined ([5a5fffd](https://github.com/statsbotco/cubejs-client/commit/5a5fffd))
3152
-
3153
-
3154
-
3155
-
3156
-
3157
- ## [0.9.21](https://github.com/statsbotco/cubejs-client/compare/v0.9.20...v0.9.21) (2019-06-16)
3158
-
3159
-
3160
- ### Features
3161
-
3162
- * Hive dialect for simple queries ([30d4a30](https://github.com/statsbotco/cubejs-client/commit/30d4a30))
3163
-
3164
-
3165
-
3166
-
3167
-
3168
- ## [0.9.19](https://github.com/statsbotco/cubejs-client/compare/v0.9.18...v0.9.19) (2019-06-13)
3169
-
3170
-
3171
- ### Bug Fixes
3172
-
3173
- * Handle rollingWindow queries without dateRange: TypeError: Cannot read property '0' of undefined at BaseTimeDimension.dateFromFormatted ([409a238](https://github.com/statsbotco/cubejs-client/commit/409a238))
3174
- * More descriptive SyntaxError messages ([acd17ad](https://github.com/statsbotco/cubejs-client/commit/acd17ad))
3175
-
3176
-
3177
-
3178
-
3179
-
3180
- ## [0.9.17](https://github.com/statsbotco/cubejs-client/compare/v0.9.16...v0.9.17) (2019-06-11)
3181
-
3182
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
3183
-
3184
-
3185
-
3186
-
3187
-
3188
- ## [0.9.16](https://github.com/statsbotco/cubejs-client/compare/v0.9.15...v0.9.16) (2019-06-10)
3189
-
3190
-
3191
- ### Bug Fixes
3192
-
3193
- * force escape cubeAlias to work with restricted column names such as "case" ([#128](https://github.com/statsbotco/cubejs-client/issues/128)) ([b8a59da](https://github.com/statsbotco/cubejs-client/commit/b8a59da))
3194
-
3195
-
3196
-
3197
-
3198
-
3199
- ## [0.9.15](https://github.com/statsbotco/cubejs-client/compare/v0.9.14...v0.9.15) (2019-06-07)
3200
-
3201
-
3202
- ### Bug Fixes
3203
-
3204
- * **schema-compiler:** subquery in FROM must have an alias -- fix Redshift rollingWindow ([70b752f](https://github.com/statsbotco/cubejs-client/commit/70b752f))
3205
-
3206
-
3207
-
3208
-
3209
-
3210
- ## [0.9.13](https://github.com/statsbotco/cubejs-client/compare/v0.9.12...v0.9.13) (2019-06-06)
3211
-
3212
-
3213
- ### Bug Fixes
3214
-
3215
- * Schema generation with joins having case sensitive table and column names ([#124](https://github.com/statsbotco/cubejs-client/issues/124)) ([c7b706a](https://github.com/statsbotco/cubejs-client/commit/c7b706a)), closes [#120](https://github.com/statsbotco/cubejs-client/issues/120) [#120](https://github.com/statsbotco/cubejs-client/issues/120)
3216
-
3217
-
3218
-
3219
-
3220
-
3221
- ## [0.9.12](https://github.com/statsbotco/cubejs-client/compare/v0.9.11...v0.9.12) (2019-06-03)
3222
-
3223
-
3224
- ### Bug Fixes
3225
-
3226
- * **schema-compiler:** cast parameters for IN filters ([28f3e48](https://github.com/statsbotco/cubejs-client/commit/28f3e48)), closes [#119](https://github.com/statsbotco/cubejs-client/issues/119)
3227
-
3228
-
3229
-
3230
-
3231
-
3232
- ## [0.9.11](https://github.com/statsbotco/cubejs-client/compare/v0.9.10...v0.9.11) (2019-05-31)
3233
-
3234
-
3235
- ### Bug Fixes
3236
-
3237
- * **schema-compiler:** TypeError: Cannot read property 'filterToWhere' of undefined ([6b399ea](https://github.com/statsbotco/cubejs-client/commit/6b399ea))
3238
-
3239
-
3240
-
3241
-
3242
-
3243
- ## [0.9.6](https://github.com/statsbotco/cubejs-client/compare/v0.9.5...v0.9.6) (2019-05-24)
3244
-
3245
-
3246
- ### Bug Fixes
3247
-
3248
- * contains filter does not work with MS SQL Server database ([35210f6](https://github.com/statsbotco/cubejs-client/commit/35210f6)), closes [#113](https://github.com/statsbotco/cubejs-client/issues/113)
3249
-
3250
-
3251
-
3252
-
3253
-
3254
- # [0.9.0](https://github.com/statsbotco/cubejs-client/compare/v0.8.7...v0.9.0) (2019-05-11)
3255
-
3256
-
3257
- ### Features
3258
-
3259
- * External rollup implementation ([d22a809](https://github.com/statsbotco/cubejs-client/commit/d22a809))
3260
-
3261
-
3262
-
3263
-
3264
-
3265
- ## [0.8.4](https://github.com/statsbotco/cubejs-client/compare/v0.8.3...v0.8.4) (2019-05-02)
3266
-
3267
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
3268
-
3269
-
3270
-
3271
-
3272
-
3273
- ## [0.8.3](https://github.com/statsbotco/cubejs-client/compare/v0.8.2...v0.8.3) (2019-05-01)
3274
-
3275
-
3276
- ### Features
3277
-
3278
- * clickhouse dialect implementation ([#98](https://github.com/statsbotco/cubejs-client/issues/98)) ([7236e29](https://github.com/statsbotco/cubejs-client/commit/7236e29)), closes [#93](https://github.com/statsbotco/cubejs-client/issues/93)
3279
-
3280
-
3281
-
3282
-
3283
-
3284
- ## [0.8.1](https://github.com/statsbotco/cubejs-client/compare/v0.8.0...v0.8.1) (2019-04-30)
3285
-
3286
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
3287
-
3288
-
3289
-
3290
-
3291
-
3292
- # [0.8.0](https://github.com/statsbotco/cubejs-client/compare/v0.7.10...v0.8.0) (2019-04-29)
3293
-
3294
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
3295
-
3296
-
3297
-
3298
-
3299
-
3300
- ## [0.7.9](https://github.com/statsbotco/cubejs-client/compare/v0.7.8...v0.7.9) (2019-04-24)
3301
-
3302
-
3303
- ### Features
3304
-
3305
- * **schema-compiler:** Allow to pass functions to USER_CONTEXT ([b489090](https://github.com/statsbotco/cubejs-client/commit/b489090)), closes [#88](https://github.com/statsbotco/cubejs-client/issues/88)
3306
-
3307
-
3308
-
3309
-
3310
-
3311
- ## [0.7.6](https://github.com/statsbotco/cubejs-client/compare/v0.7.5...v0.7.6) (2019-04-23)
3312
-
3313
-
3314
- ### Features
3315
-
3316
- * **schema-compiler:** Athena rollingWindow support ([f112c69](https://github.com/statsbotco/cubejs-client/commit/f112c69))
3317
-
3318
-
3319
-
3320
-
3321
-
3322
- ## [0.7.5](https://github.com/statsbotco/cubejs-client/compare/v0.7.4...v0.7.5) (2019-04-18)
3323
-
3324
-
3325
- ### Bug Fixes
3326
-
3327
- * **schema-compiler:** Athena, Mysql and BigQuery doesn't respect multiple contains filter ([0a8f324](https://github.com/statsbotco/cubejs-client/commit/0a8f324))
3328
-
3329
-
3330
-
3331
-
3332
-
3333
- # [0.7.0](https://github.com/statsbotco/cubejs-client/compare/v0.6.2...v0.7.0) (2019-04-15)
3334
-
3335
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
3336
-
3337
-
3338
-
3339
-
3340
-
3341
- # [0.6.0](https://github.com/statsbotco/cubejs-client/compare/v0.5.2...v0.6.0) (2019-04-09)
3342
-
3343
- **Note:** Version bump only for package @cubejs-backend/schema-compiler
3344
-
3345
-
3346
-
3347
-
3348
-
3349
- # [0.5.0](https://github.com/statsbotco/cubejs-client/compare/v0.4.6...v0.5.0) (2019-04-01)
3350
-
3351
-
3352
- ### Bug Fixes
3353
-
3354
- * **schema-compiler:** joi@10.6.0 upgrade to joi@14.3.1 ([#59](https://github.com/statsbotco/cubejs-client/issues/59)) ([f035531](https://github.com/statsbotco/cubejs-client/commit/f035531))
3355
- * mongobi issue with parsing schema file with nested fields ([eaf1631](https://github.com/statsbotco/cubejs-client/commit/eaf1631)), closes [#55](https://github.com/statsbotco/cubejs-client/issues/55)
3356
-
3357
-
3358
-
3359
-
3360
-
3361
- ## [0.4.4](https://github.com/statsbotco/cubejs-client/compare/v0.4.3...v0.4.4) (2019-03-17)
3362
-
3363
-
3364
- ### Bug Fixes
3365
-
3366
- * Postgres doesn't show any data for queries with time dimension. ([e95e6fe](https://github.com/statsbotco/cubejs-client/commit/e95e6fe))
3367
-
3368
-
3369
-
3370
-
3371
-
3372
- ## [0.4.3](https://github.com/statsbotco/cubejs-client/compare/v0.4.2...v0.4.3) (2019-03-15)
3373
-
3374
-
3375
- ### Bug Fixes
3376
-
3377
- * **mongobi-driver:** implement `convert_tz` as a simple hour shift ([c97e451](https://github.com/statsbotco/cubejs-client/commit/c97e451)), closes [#50](https://github.com/statsbotco/cubejs-client/issues/50)
3378
-
3379
-
3380
-
3381
-
3382
-
3383
- # [0.4.0](https://github.com/statsbotco/cubejs-client/compare/v0.3.5-alpha.0...v0.4.0) (2019-03-13)
3384
-
3385
-
3386
- ### Features
3387
-
3388
- * Add MongoBI connector and schema adapter support ([3ebbbf0](https://github.com/statsbotco/cubejs-client/commit/3ebbbf0))