@cubejs-backend/cubestore-driver 0.31.14 → 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,2728 +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.14](https://github.com/cube-js/cube.js/compare/v0.31.13...v0.31.14) (2022-11-14)
7
-
8
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
9
-
10
-
11
-
12
-
13
-
14
- ## [0.31.13](https://github.com/cube-js/cube.js/compare/v0.31.12...v0.31.13) (2022-11-08)
15
-
16
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
17
-
18
-
19
-
20
-
21
-
22
- ## [0.31.12](https://github.com/cube-js/cube.js/compare/v0.31.11...v0.31.12) (2022-11-05)
23
-
24
-
25
- ### Bug Fixes
26
-
27
- * TypeError: Cannot read property 'dimension' of undefined for rolling window rollup without time dimension ([#5553](https://github.com/cube-js/cube.js/issues/5553)) ([03c3b6f](https://github.com/cube-js/cube.js/commit/03c3b6f4197ff8e6a77fc6bb7c08e4730cbfde66))
28
-
29
-
30
-
31
-
32
-
33
- ## [0.31.11](https://github.com/cube-js/cube.js/compare/v0.31.10...v0.31.11) (2022-11-02)
34
-
35
-
36
- ### Features
37
-
38
- * **cubestore:** Sealing partition ([#5523](https://github.com/cube-js/cube.js/issues/5523)) ([70ee72c](https://github.com/cube-js/cube.js/commit/70ee72cca5b9a77bf14994f05b0e77148089362c))
39
-
40
-
41
-
42
-
43
-
44
- ## [0.31.9](https://github.com/cube-js/cube.js/compare/v0.31.8...v0.31.9) (2022-11-01)
45
-
46
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
47
-
48
-
49
-
50
-
51
-
52
- ## [0.31.8](https://github.com/cube-js/cube.js/compare/v0.31.7...v0.31.8) (2022-10-30)
53
-
54
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
55
-
56
-
57
-
58
-
59
-
60
- ## [0.31.7](https://github.com/cube-js/cube.js/compare/v0.31.6...v0.31.7) (2022-10-27)
61
-
62
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
63
-
64
-
65
-
66
-
67
-
68
- ## [0.31.5](https://github.com/cube-js/cube.js/compare/v0.31.4...v0.31.5) (2022-10-20)
69
-
70
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
71
-
72
-
73
-
74
-
75
-
76
- ## [0.31.4](https://github.com/cube-js/cube.js/compare/v0.31.3...v0.31.4) (2022-10-13)
77
-
78
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
79
-
80
-
81
-
82
-
83
-
84
- ## [0.31.3](https://github.com/cube-js/cube.js/compare/v0.31.2...v0.31.3) (2022-10-08)
85
-
86
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
87
-
88
-
89
-
90
-
91
-
92
- ## [0.31.2](https://github.com/cube-js/cube.js/compare/v0.31.1...v0.31.2) (2022-10-08)
93
-
94
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
95
-
96
-
97
-
98
-
99
-
100
- ## [0.31.1](https://github.com/cube-js/cube.js/compare/v0.31.0...v0.31.1) (2022-10-04)
101
-
102
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
103
-
104
-
105
-
106
-
107
-
108
- # [0.31.0](https://github.com/cube-js/cube.js/compare/v0.30.75...v0.31.0) (2022-10-03)
109
-
110
-
111
- * 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)
112
-
113
-
114
- ### Features
115
-
116
- * **query-orchestrator:** introduce unload without temp table ([#5324](https://github.com/cube-js/cube.js/issues/5324)) ([3dcbd2e](https://github.com/cube-js/cube.js/commit/3dcbd2ed1d214d56bfde2183538fce3ec7d65595))
117
-
118
-
119
- ### BREAKING CHANGES
120
-
121
- * 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.
122
-
123
-
124
-
125
-
126
-
127
- ## [0.30.75](https://github.com/cube-js/cube.js/compare/v0.30.74...v0.30.75) (2022-09-22)
128
-
129
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
130
-
131
-
132
-
133
-
134
-
135
- ## [0.30.73](https://github.com/cube-js/cube.js/compare/v0.30.72...v0.30.73) (2022-09-19)
136
-
137
-
138
- ### Reverts
139
-
140
- * Revert "feat: strategy without creating temp table (#5299)" ([0a3d646](https://github.com/cube-js/cube.js/commit/0a3d6464c660d34742cfd08570c25284e03a3d14)), closes [#5299](https://github.com/cube-js/cube.js/issues/5299)
141
-
142
-
143
-
144
-
145
-
146
- ## [0.30.72](https://github.com/cube-js/cube.js/compare/v0.30.71...v0.30.72) (2022-09-18)
147
-
148
-
149
- ### Features
150
-
151
- * strategy without creating temp table ([#5299](https://github.com/cube-js/cube.js/issues/5299)) ([8e8f500](https://github.com/cube-js/cube.js/commit/8e8f500216e85676a971b62b57c5af0e48c6a9f9))
152
-
153
-
154
-
155
-
156
-
157
- ## [0.30.71](https://github.com/cube-js/cube.js/compare/v0.30.70...v0.30.71) (2022-09-16)
158
-
159
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
160
-
161
-
162
-
163
-
164
-
165
- ## [0.30.70](https://github.com/cube-js/cube.js/compare/v0.30.69...v0.30.70) (2022-09-14)
166
-
167
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
168
-
169
-
170
-
171
-
172
-
173
- ## [0.30.69](https://github.com/cube-js/cube.js/compare/v0.30.68...v0.30.69) (2022-09-13)
174
-
175
-
176
- ### Bug Fixes
177
-
178
- * migrate base driver to ts ([#5233](https://github.com/cube-js/cube.js/issues/5233)) ([c24f545](https://github.com/cube-js/cube.js/commit/c24f5450d68896e06ef6830d9348c0370c22b34c))
179
-
180
-
181
- ### Features
182
-
183
- * **base-driver:** Split BaseDriver to @cubejs-backend/base-driver ([#5283](https://github.com/cube-js/cube.js/issues/5283)) ([ca7f9d2](https://github.com/cube-js/cube.js/commit/ca7f9d280c3518e012683c23b82175ec1f96d2a8))
184
-
185
-
186
-
187
-
188
-
189
- ## [0.30.67](https://github.com/cube-js/cube.js/compare/v0.30.66...v0.30.67) (2022-09-09)
190
-
191
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
192
-
193
-
194
-
195
-
196
-
197
- ## [0.30.65](https://github.com/cube-js/cube.js/compare/v0.30.64...v0.30.65) (2022-09-07)
198
-
199
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
200
-
201
-
202
-
203
-
204
-
205
- ## [0.30.63](https://github.com/cube-js/cube.js/compare/v0.30.62...v0.30.63) (2022-09-05)
206
-
207
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
208
-
209
-
210
-
211
-
212
-
213
- ## [0.30.61](https://github.com/cube-js/cube.js/compare/v0.30.60...v0.30.61) (2022-09-01)
214
-
215
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
216
-
217
-
218
-
219
-
220
-
221
- ## [0.30.60](https://github.com/cube-js/cube.js/compare/v0.30.59...v0.30.60) (2022-08-28)
222
-
223
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
224
-
225
-
226
-
227
-
228
-
229
- ## [0.30.59](https://github.com/cube-js/cube.js/compare/v0.30.58...v0.30.59) (2022-08-26)
230
-
231
-
232
- ### Bug Fixes
233
-
234
- * **cubestore-driver:** Correct syntax for string cast ([#5160](https://github.com/cube-js/cube.js/issues/5160)) ([961a2f2](https://github.com/cube-js/cube.js/commit/961a2f2e838fd8d07b7b15b0d89905a2e596c872))
235
-
236
-
237
-
238
-
239
-
240
- ## [0.30.58](https://github.com/cube-js/cube.js/compare/v0.30.57...v0.30.58) (2022-08-25)
241
-
242
-
243
- ### Bug Fixes
244
-
245
- * **@cubejs-backend/cubestore-driver:** Aggregate function MERGE not allowed for column type bytes ([#5164](https://github.com/cube-js/cube.js/issues/5164)) ([6cf5ad2](https://github.com/cube-js/cube.js/commit/6cf5ad2abbb61edb21d27074026fb4c8a1c63f4a))
246
- * **@cubejs-backend/cubestore-driver:** ParseError "Expected (, found: ..." ([6ed62ae](https://github.com/cube-js/cube.js/commit/6ed62aebcfeda10726cdce4e359de95e136c6b89))
247
-
248
-
249
-
250
-
251
-
252
- ## [0.30.57](https://github.com/cube-js/cube.js/compare/v0.30.56...v0.30.57) (2022-08-25)
253
-
254
-
255
- ### Features
256
-
257
- * **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))
258
-
259
-
260
-
261
-
262
-
263
- ## [0.30.56](https://github.com/cube-js/cube.js/compare/v0.30.55...v0.30.56) (2022-08-23)
264
-
265
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
266
-
267
-
268
-
269
-
270
-
271
- ## [0.30.55](https://github.com/cube-js/cube.js/compare/v0.30.54...v0.30.55) (2022-08-20)
272
-
273
-
274
- ### Reverts
275
-
276
- * Revert "fix(cubejs): Fixes CubeStoreDriver user/password auth (#5123)" ([3571d5a](https://github.com/cube-js/cube.js/commit/3571d5a0cfaccfa6da3373197ec536055b6e130a)), closes [#5123](https://github.com/cube-js/cube.js/issues/5123)
277
-
278
-
279
-
280
-
281
-
282
- ## [0.30.54](https://github.com/cube-js/cube.js/compare/v0.30.53...v0.30.54) (2022-08-19)
283
-
284
-
285
- ### Bug Fixes
286
-
287
- * **cubejs:** Fixes CubeStoreDriver user/password auth ([#5123](https://github.com/cube-js/cube.js/issues/5123)) ([8f93347](https://github.com/cube-js/cube.js/commit/8f93347f9cb1c8206b61fe9a472e1805489e0d13))
288
-
289
-
290
-
291
-
292
-
293
- ## [0.30.53](https://github.com/cube-js/cube.js/compare/v0.30.52...v0.30.53) (2022-08-18)
294
-
295
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
296
-
297
-
298
-
299
-
300
-
301
- ## [0.30.51](https://github.com/cube-js/cube.js/compare/v0.30.50...v0.30.51) (2022-08-17)
302
-
303
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
304
-
305
-
306
-
307
-
308
-
309
- ## [0.30.50](https://github.com/cube-js/cube.js/compare/v0.30.49...v0.30.50) (2022-08-16)
310
-
311
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
312
-
313
-
314
-
315
-
316
-
317
- ## [0.30.47](https://github.com/cube-js/cube.js/compare/v0.30.46...v0.30.47) (2022-08-12)
318
-
319
-
320
- ### Features
321
-
322
- * **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))
323
-
324
-
325
-
326
-
327
-
328
- ## [0.30.46](https://github.com/cube-js/cube.js/compare/v0.30.45...v0.30.46) (2022-08-10)
329
-
330
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
331
-
332
-
333
-
334
-
335
-
336
- ## [0.30.45](https://github.com/cube-js/cube.js/compare/v0.30.44...v0.30.45) (2022-08-05)
337
-
338
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
339
-
340
-
341
-
342
-
343
-
344
- ## [0.30.43](https://github.com/cube-js/cube.js/compare/v0.30.42...v0.30.43) (2022-07-28)
345
-
346
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
347
-
348
-
349
-
350
-
351
-
352
- ## [0.30.39](https://github.com/cube-js/cube.js/compare/v0.30.38...v0.30.39) (2022-07-25)
353
-
354
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
355
-
356
-
357
-
358
-
359
-
360
- ## [0.30.38](https://github.com/cube-js/cube.js/compare/v0.30.37...v0.30.38) (2022-07-25)
361
-
362
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
363
-
364
-
365
-
366
-
367
-
368
- ## [0.30.37](https://github.com/cube-js/cube.js/compare/v0.30.36...v0.30.37) (2022-07-20)
369
-
370
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
371
-
372
-
373
-
374
-
375
-
376
- ## [0.30.35](https://github.com/cube-js/cube.js/compare/v0.30.34...v0.30.35) (2022-07-14)
377
-
378
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
379
-
380
-
381
-
382
-
383
-
384
- ## [0.30.34](https://github.com/cube-js/cube.js/compare/v0.30.33...v0.30.34) (2022-07-12)
385
-
386
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
387
-
388
-
389
-
390
-
391
-
392
- ## [0.30.30](https://github.com/cube-js/cube.js/compare/v0.30.29...v0.30.30) (2022-07-05)
393
-
394
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
395
-
396
-
397
-
398
-
399
-
400
- ## [0.30.28](https://github.com/cube-js/cube.js/compare/v0.30.27...v0.30.28) (2022-06-27)
401
-
402
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
403
-
404
-
405
-
406
-
407
-
408
- ## [0.30.27](https://github.com/cube-js/cube.js/compare/v0.30.26...v0.30.27) (2022-06-24)
409
-
410
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
411
-
412
-
413
-
414
-
415
-
416
- ## [0.30.25](https://github.com/cube-js/cube.js/compare/v0.30.24...v0.30.25) (2022-06-16)
417
-
418
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
419
-
420
-
421
-
422
-
423
-
424
- ## [0.30.20](https://github.com/cube-js/cube.js/compare/v0.30.19...v0.30.20) (2022-06-11)
425
-
426
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
427
-
428
-
429
-
430
-
431
-
432
- ## [0.30.8](https://github.com/cube-js/cube.js/compare/v0.30.7...v0.30.8) (2022-05-30)
433
-
434
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
435
-
436
-
437
-
438
-
439
-
440
- ## [0.30.7](https://github.com/cube-js/cube.js/compare/v0.30.6...v0.30.7) (2022-05-26)
441
-
442
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
443
-
444
-
445
-
446
-
447
-
448
- ## [0.30.6](https://github.com/cube-js/cube.js/compare/v0.30.5...v0.30.6) (2022-05-24)
449
-
450
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
451
-
452
-
453
-
454
-
455
-
456
- ## [0.30.5](https://github.com/cube-js/cube.js/compare/v0.30.4...v0.30.5) (2022-05-23)
457
-
458
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
459
-
460
-
461
-
462
-
463
-
464
- ## [0.30.4](https://github.com/cube-js/cube.js/compare/v0.30.3...v0.30.4) (2022-05-20)
465
-
466
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
467
-
468
-
469
-
470
-
471
-
472
- ## [0.30.1](https://github.com/cube-js/cube.js/compare/v0.30.0...v0.30.1) (2022-05-14)
473
-
474
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
475
-
476
-
477
-
478
-
479
-
480
- # [0.30.0](https://github.com/cube-js/cube.js/compare/v0.29.57...v0.30.0) (2022-05-11)
481
-
482
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
483
-
484
-
485
-
486
-
487
-
488
- ## [0.29.57](https://github.com/cube-js/cube.js/compare/v0.29.56...v0.29.57) (2022-05-11)
489
-
490
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
491
-
492
-
493
-
494
-
495
-
496
- ## [0.29.56](https://github.com/cube-js/cube.js/compare/v0.29.55...v0.29.56) (2022-05-06)
497
-
498
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
499
-
500
-
501
-
502
-
503
-
504
- ## [0.29.54](https://github.com/cube-js/cube.js/compare/v0.29.53...v0.29.54) (2022-05-03)
505
-
506
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
507
-
508
-
509
-
510
-
511
-
512
- ## [0.29.53](https://github.com/cube-js/cube.js/compare/v0.29.52...v0.29.53) (2022-04-29)
513
-
514
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
515
-
516
-
517
-
518
-
519
-
520
- ## [0.29.52](https://github.com/cube-js/cube.js/compare/v0.29.51...v0.29.52) (2022-04-23)
521
-
522
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
523
-
524
-
525
-
526
-
527
-
528
- ## [0.29.51](https://github.com/cube-js/cube.js/compare/v0.29.50...v0.29.51) (2022-04-22)
529
-
530
-
531
- ### Features
532
-
533
- * **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))
534
-
535
-
536
-
537
-
538
-
539
- ## [0.29.49](https://github.com/cube-js/cube.js/compare/v0.29.48...v0.29.49) (2022-04-15)
540
-
541
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
542
-
543
-
544
-
545
-
546
-
547
- ## [0.29.48](https://github.com/cube-js/cube.js/compare/v0.29.47...v0.29.48) (2022-04-14)
548
-
549
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
550
-
551
-
552
-
553
-
554
-
555
- ## [0.29.44](https://github.com/cube-js/cube.js/compare/v0.29.43...v0.29.44) (2022-04-07)
556
-
557
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
558
-
559
-
560
-
561
-
562
-
563
- ## [0.29.43](https://github.com/cube-js/cube.js/compare/v0.29.42...v0.29.43) (2022-04-07)
564
-
565
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
566
-
567
-
568
-
569
-
570
-
571
- ## [0.29.42](https://github.com/cube-js/cube.js/compare/v0.29.41...v0.29.42) (2022-04-04)
572
-
573
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
574
-
575
-
576
-
577
-
578
-
579
- ## [0.29.40](https://github.com/cube-js/cube.js/compare/v0.29.39...v0.29.40) (2022-04-03)
580
-
581
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
582
-
583
-
584
-
585
-
586
-
587
- ## [0.29.38](https://github.com/cube-js/cube.js/compare/v0.29.37...v0.29.38) (2022-04-01)
588
-
589
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
590
-
591
-
592
-
593
-
594
-
595
- ## [0.29.37](https://github.com/cube-js/cube.js/compare/v0.29.36...v0.29.37) (2022-03-29)
596
-
597
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
598
-
599
-
600
-
601
-
602
-
603
- ## [0.29.36](https://github.com/cube-js/cube.js/compare/v0.29.35...v0.29.36) (2022-03-27)
604
-
605
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
606
-
607
-
608
-
609
-
610
-
611
- ## [0.29.35](https://github.com/cube-js/cube.js/compare/v0.29.34...v0.29.35) (2022-03-24)
612
-
613
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
614
-
615
-
616
-
617
-
618
-
619
- ## [0.29.33](https://github.com/cube-js/cube.js/compare/v0.29.32...v0.29.33) (2022-03-17)
620
-
621
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
622
-
623
-
624
-
625
-
626
-
627
- ## [0.29.31](https://github.com/cube-js/cube.js/compare/v0.29.30...v0.29.31) (2022-03-09)
628
-
629
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
630
-
631
-
632
-
633
-
634
-
635
- ## [0.29.30](https://github.com/cube-js/cube.js/compare/v0.29.29...v0.29.30) (2022-03-04)
636
-
637
-
638
- ### Bug Fixes
639
-
640
- * **@cubejs-backend/cubestore-driver:** Empty tables in Cube Store if index is being used ([#4170](https://github.com/cube-js/cube.js/issues/4170)) ([2585c12](https://github.com/cube-js/cube.js/commit/2585c124f5ba3bc843e19a7f8177c8dbb35ad1cc))
641
-
642
-
643
-
644
-
645
-
646
- ## [0.29.29](https://github.com/cube-js/cube.js/compare/v0.29.28...v0.29.29) (2022-03-03)
647
-
648
-
649
- ### Features
650
-
651
- * Unwinds CubeStore select worker panics to provide descriptive error messages ([#4097](https://github.com/cube-js/cube.js/issues/4097)) ([6e21434](https://github.com/cube-js/cube.js/commit/6e214345fe12d55534174d80a05a18597ffdd17a))
652
-
653
-
654
-
655
-
656
-
657
- ## [0.29.28](https://github.com/cube-js/cube.js/compare/v0.29.27...v0.29.28) (2022-02-10)
658
-
659
-
660
- ### Bug Fixes
661
-
662
- * **@cubejs-backend/athena-driver:** Batching and export support ([#4039](https://github.com/cube-js/cube.js/issues/4039)) ([108f42a](https://github.com/cube-js/cube.js/commit/108f42afdd58ae0027b1b81730f7ca9e72ab9122))
663
-
664
-
665
-
666
-
667
-
668
- ## [0.29.27](https://github.com/cube-js/cube.js/compare/v0.29.26...v0.29.27) (2022-02-09)
669
-
670
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
671
-
672
-
673
-
674
-
675
-
676
- ## [0.29.26](https://github.com/cube-js/cube.js/compare/v0.29.25...v0.29.26) (2022-02-07)
677
-
678
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
679
-
680
-
681
-
682
-
683
-
684
- ## [0.29.25](https://github.com/cube-js/cube.js/compare/v0.29.24...v0.29.25) (2022-02-03)
685
-
686
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
687
-
688
-
689
-
690
-
691
-
692
- ## [0.29.24](https://github.com/cube-js/cube.js/compare/v0.29.23...v0.29.24) (2022-02-01)
693
-
694
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
695
-
696
-
697
-
698
-
699
-
700
- ## [0.29.23](https://github.com/cube-js/cube.js/compare/v0.29.22...v0.29.23) (2022-01-26)
701
-
702
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
703
-
704
-
705
-
706
-
707
-
708
- ## [0.29.22](https://github.com/cube-js/cube.js/compare/v0.29.21...v0.29.22) (2022-01-21)
709
-
710
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
711
-
712
-
713
-
714
-
715
-
716
- ## [0.29.21](https://github.com/cube-js/cube.js/compare/v0.29.20...v0.29.21) (2022-01-17)
717
-
718
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
719
-
720
-
721
-
722
-
723
-
724
- ## [0.29.20](https://github.com/cube-js/cube.js/compare/v0.29.19...v0.29.20) (2022-01-10)
725
-
726
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
727
-
728
-
729
-
730
-
731
-
732
- ## [0.29.18](https://github.com/cube-js/cube.js/compare/v0.29.17...v0.29.18) (2022-01-09)
733
-
734
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
735
-
736
-
737
-
738
-
739
-
740
- ## [0.29.17](https://github.com/cube-js/cube.js/compare/v0.29.16...v0.29.17) (2022-01-05)
741
-
742
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
743
-
744
-
745
-
746
-
747
-
748
- ## [0.29.16](https://github.com/cube-js/cube.js/compare/v0.29.15...v0.29.16) (2022-01-05)
749
-
750
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
751
-
752
-
753
-
754
-
755
-
756
- ## [0.29.15](https://github.com/cube-js/cube.js/compare/v0.29.14...v0.29.15) (2021-12-30)
757
-
758
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
759
-
760
-
761
-
762
-
763
-
764
- ## [0.29.12](https://github.com/cube-js/cube.js/compare/v0.29.11...v0.29.12) (2021-12-29)
765
-
766
-
767
- ### Features
768
-
769
- * Split batching upload of pre-aggregations into multiple files to enhance performance and avoid load balancer upload limits ([#3857](https://github.com/cube-js/cube.js/issues/3857)) ([6f71419](https://github.com/cube-js/cube.js/commit/6f71419b1c921a0d4e39231370b181d390b01f3d))
770
-
771
-
772
-
773
-
774
-
775
- ## [0.29.11](https://github.com/cube-js/cube.js/compare/v0.29.10...v0.29.11) (2021-12-24)
776
-
777
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
778
-
779
-
780
-
781
-
782
-
783
- ## [0.29.10](https://github.com/cube-js/cube.js/compare/v0.29.9...v0.29.10) (2021-12-22)
784
-
785
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
786
-
787
-
788
-
789
-
790
-
791
- ## [0.29.9](https://github.com/cube-js/cube.js/compare/v0.29.8...v0.29.9) (2021-12-22)
792
-
793
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
794
-
795
-
796
-
797
-
798
-
799
- ## [0.29.8](https://github.com/cube-js/cube.js/compare/v0.29.7...v0.29.8) (2021-12-21)
800
-
801
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
802
-
803
-
804
-
805
-
806
-
807
- ## [0.29.7](https://github.com/cube-js/cube.js/compare/v0.29.6...v0.29.7) (2021-12-20)
808
-
809
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
810
-
811
-
812
-
813
-
814
-
815
- ## [0.29.6](https://github.com/cube-js/cube.js/compare/v0.29.5...v0.29.6) (2021-12-19)
816
-
817
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
818
-
819
-
820
-
821
-
822
-
823
- ## [0.29.5](https://github.com/cube-js/cube.js/compare/v0.29.4...v0.29.5) (2021-12-17)
824
-
825
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
826
-
827
-
828
-
829
-
830
-
831
- ## [0.29.4](https://github.com/cube-js/cube.js/compare/v0.29.3...v0.29.4) (2021-12-16)
832
-
833
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
834
-
835
-
836
-
837
-
838
-
839
- # [0.29.0](https://github.com/cube-js/cube.js/compare/v0.28.67...v0.29.0) (2021-12-14)
840
-
841
-
842
- ### Reverts
843
-
844
- * 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)
845
-
846
-
847
- * 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)
848
-
849
-
850
- ### BREAKING CHANGES
851
-
852
- * Drop support for Node.js 10 (12.x is a minimal version)
853
- * Upgrade Node.js to 14 for Docker images
854
- * Drop support for Node.js 15
855
-
856
-
857
-
858
-
859
-
860
- ## [0.28.67](https://github.com/cube-js/cube.js/compare/v0.28.66...v0.28.67) (2021-12-14)
861
-
862
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
863
-
864
-
865
-
866
-
867
-
868
- ## [0.28.66](https://github.com/cube-js/cube.js/compare/v0.28.65...v0.28.66) (2021-12-14)
869
-
870
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
871
-
872
-
873
-
874
-
875
-
876
- ## [0.28.65](https://github.com/cube-js/cube.js/compare/v0.28.64...v0.28.65) (2021-12-10)
877
-
878
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
879
-
880
-
881
-
882
-
883
-
884
- ## [0.28.64](https://github.com/cube-js/cube.js/compare/v0.28.63...v0.28.64) (2021-12-05)
885
-
886
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
887
-
888
-
889
-
890
-
891
-
892
- ## [0.28.63](https://github.com/cube-js/cube.js/compare/v0.28.62...v0.28.63) (2021-12-03)
893
-
894
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
895
-
896
-
897
-
898
-
899
-
900
- ## [0.28.62](https://github.com/cube-js/cube.js/compare/v0.28.61...v0.28.62) (2021-12-02)
901
-
902
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
903
-
904
-
905
-
906
-
907
-
908
- ## [0.28.61](https://github.com/cube-js/cube.js/compare/v0.28.60...v0.28.61) (2021-11-30)
909
-
910
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
911
-
912
-
913
-
914
-
915
-
916
- ## [0.28.60](https://github.com/cube-js/cube.js/compare/v0.28.59...v0.28.60) (2021-11-25)
917
-
918
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
919
-
920
-
921
-
922
-
923
-
924
- ## [0.28.59](https://github.com/cube-js/cube.js/compare/v0.28.58...v0.28.59) (2021-11-21)
925
-
926
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
927
-
928
-
929
-
930
-
931
-
932
- ## [0.28.58](https://github.com/cube-js/cube.js/compare/v0.28.57...v0.28.58) (2021-11-18)
933
-
934
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
935
-
936
-
937
-
938
-
939
-
940
- ## [0.28.57](https://github.com/cube-js/cube.js/compare/v0.28.56...v0.28.57) (2021-11-16)
941
-
942
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
943
-
944
-
945
-
946
-
947
-
948
- ## [0.28.56](https://github.com/cube-js/cube.js/compare/v0.28.55...v0.28.56) (2021-11-14)
949
-
950
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
951
-
952
-
953
-
954
-
955
-
956
- ## [0.28.55](https://github.com/cube-js/cube.js/compare/v0.28.54...v0.28.55) (2021-11-12)
957
-
958
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
959
-
960
-
961
-
962
-
963
-
964
- ## [0.28.54](https://github.com/cube-js/cube.js/compare/v0.28.53...v0.28.54) (2021-11-09)
965
-
966
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
967
-
968
-
969
-
970
-
971
-
972
- ## [0.28.53](https://github.com/cube-js/cube.js/compare/v0.28.52...v0.28.53) (2021-11-04)
973
-
974
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
975
-
976
-
977
-
978
-
979
-
980
- ## [0.28.52](https://github.com/cube-js/cube.js/compare/v0.28.51...v0.28.52) (2021-11-03)
981
-
982
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
983
-
984
-
985
-
986
-
987
-
988
- ## [0.28.51](https://github.com/cube-js/cube.js/compare/v0.28.50...v0.28.51) (2021-10-30)
989
-
990
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
991
-
992
-
993
-
994
-
995
-
996
- ## [0.28.50](https://github.com/cube-js/cube.js/compare/v0.28.49...v0.28.50) (2021-10-28)
997
-
998
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
999
-
1000
-
1001
-
1002
-
1003
-
1004
- ## [0.28.49](https://github.com/cube-js/cube.js/compare/v0.28.48...v0.28.49) (2021-10-23)
1005
-
1006
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1007
-
1008
-
1009
-
1010
-
1011
-
1012
- ## [0.28.48](https://github.com/cube-js/cube.js/compare/v0.28.47...v0.28.48) (2021-10-22)
1013
-
1014
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1015
-
1016
-
1017
-
1018
-
1019
-
1020
- ## [0.28.47](https://github.com/cube-js/cube.js/compare/v0.28.46...v0.28.47) (2021-10-22)
1021
-
1022
-
1023
- ### Features
1024
-
1025
- * ksql support ([#3507](https://github.com/cube-js/cube.js/issues/3507)) ([b7128d4](https://github.com/cube-js/cube.js/commit/b7128d43d2aaffdd7273555779176b3efe4e2aa6))
1026
-
1027
-
1028
-
1029
-
1030
-
1031
- ## [0.28.46](https://github.com/cube-js/cube.js/compare/v0.28.45...v0.28.46) (2021-10-20)
1032
-
1033
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1034
-
1035
-
1036
-
1037
-
1038
-
1039
- ## [0.28.45](https://github.com/cube-js/cube.js/compare/v0.28.44...v0.28.45) (2021-10-19)
1040
-
1041
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1042
-
1043
-
1044
-
1045
-
1046
-
1047
- ## [0.28.42](https://github.com/cube-js/cube.js/compare/v0.28.41...v0.28.42) (2021-10-15)
1048
-
1049
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1050
-
1051
-
1052
-
1053
-
1054
-
1055
- ## [0.28.41](https://github.com/cube-js/cube.js/compare/v0.28.40...v0.28.41) (2021-10-12)
1056
-
1057
-
1058
- ### Bug Fixes
1059
-
1060
- * **cubestore-driver:** Use ILIKE for contains filter ([#3502](https://github.com/cube-js/cube.js/issues/3502)) ([c1b2e10](https://github.com/cube-js/cube.js/commit/c1b2e10023b890276dc251db9c6d7b9bfa04e2d3))
1061
-
1062
-
1063
-
1064
-
1065
-
1066
- ## [0.28.40](https://github.com/cube-js/cube.js/compare/v0.28.39...v0.28.40) (2021-09-30)
1067
-
1068
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1069
-
1070
-
1071
-
1072
-
1073
-
1074
- ## [0.28.39](https://github.com/cube-js/cube.js/compare/v0.28.38...v0.28.39) (2021-09-22)
1075
-
1076
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1077
-
1078
-
1079
-
1080
-
1081
-
1082
- ## [0.28.38](https://github.com/cube-js/cube.js/compare/v0.28.37...v0.28.38) (2021-09-20)
1083
-
1084
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1085
-
1086
-
1087
-
1088
-
1089
-
1090
- ## [0.28.37](https://github.com/cube-js/cube.js/compare/v0.28.36...v0.28.37) (2021-09-17)
1091
-
1092
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1093
-
1094
-
1095
-
1096
-
1097
-
1098
- ## [0.28.36](https://github.com/cube-js/cube.js/compare/v0.28.35...v0.28.36) (2021-09-14)
1099
-
1100
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1101
-
1102
-
1103
-
1104
-
1105
-
1106
- ## [0.28.35](https://github.com/cube-js/cube.js/compare/v0.28.34...v0.28.35) (2021-09-13)
1107
-
1108
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1109
-
1110
-
1111
-
1112
-
1113
-
1114
- ## [0.28.34](https://github.com/cube-js/cube.js/compare/v0.28.33...v0.28.34) (2021-09-13)
1115
-
1116
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1117
-
1118
-
1119
-
1120
-
1121
-
1122
- ## [0.28.33](https://github.com/cube-js/cube.js/compare/v0.28.32...v0.28.33) (2021-09-11)
1123
-
1124
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1125
-
1126
-
1127
-
1128
-
1129
-
1130
- ## [0.28.32](https://github.com/cube-js/cube.js/compare/v0.28.31...v0.28.32) (2021-09-06)
1131
-
1132
-
1133
- ### Bug Fixes
1134
-
1135
- * 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))
1136
-
1137
-
1138
-
1139
-
1140
-
1141
- ## [0.28.31](https://github.com/cube-js/cube.js/compare/v0.28.30...v0.28.31) (2021-09-02)
1142
-
1143
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1144
-
1145
-
1146
-
1147
-
1148
-
1149
- ## [0.28.29](https://github.com/cube-js/cube.js/compare/v0.28.28...v0.28.29) (2021-08-31)
1150
-
1151
-
1152
- ### Features
1153
-
1154
- * 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))
1155
-
1156
-
1157
-
1158
-
1159
-
1160
- ## [0.28.28](https://github.com/cube-js/cube.js/compare/v0.28.27...v0.28.28) (2021-08-26)
1161
-
1162
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1163
-
1164
-
1165
-
1166
-
1167
-
1168
- ## [0.28.27](https://github.com/cube-js/cube.js/compare/v0.28.26...v0.28.27) (2021-08-25)
1169
-
1170
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1171
-
1172
-
1173
-
1174
-
1175
-
1176
- ## [0.28.26](https://github.com/cube-js/cube.js/compare/v0.28.25...v0.28.26) (2021-08-24)
1177
-
1178
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1179
-
1180
-
1181
-
1182
-
1183
-
1184
- ## [0.28.25](https://github.com/cube-js/cube.js/compare/v0.28.24...v0.28.25) (2021-08-20)
1185
-
1186
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1187
-
1188
-
1189
-
1190
-
1191
-
1192
- ## [0.28.24](https://github.com/cube-js/cube.js/compare/v0.28.23...v0.28.24) (2021-08-19)
1193
-
1194
-
1195
- ### Features
1196
-
1197
- * Added Quarter to the timeDimensions of ([3f62b2c](https://github.com/cube-js/cube.js/commit/3f62b2c125b2b7b752e370b65be4c89a0c65a623))
1198
-
1199
-
1200
-
1201
-
1202
-
1203
- ## [0.28.22](https://github.com/cube-js/cube.js/compare/v0.28.21...v0.28.22) (2021-08-17)
1204
-
1205
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1206
-
1207
-
1208
-
1209
-
1210
-
1211
- ## [0.28.21](https://github.com/cube-js/cube.js/compare/v0.28.20...v0.28.21) (2021-08-16)
1212
-
1213
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1214
-
1215
-
1216
-
1217
-
1218
-
1219
- ## [0.28.19](https://github.com/cube-js/cube.js/compare/v0.28.18...v0.28.19) (2021-08-13)
1220
-
1221
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1222
-
1223
-
1224
-
1225
-
1226
-
1227
- ## [0.28.18](https://github.com/cube-js/cube.js/compare/v0.28.17...v0.28.18) (2021-08-12)
1228
-
1229
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1230
-
1231
-
1232
-
1233
-
1234
-
1235
- ## [0.28.17](https://github.com/cube-js/cube.js/compare/v0.28.16...v0.28.17) (2021-08-11)
1236
-
1237
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1238
-
1239
-
1240
-
1241
-
1242
-
1243
- ## [0.28.15](https://github.com/cube-js/cube.js/compare/v0.28.14...v0.28.15) (2021-08-06)
1244
-
1245
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1246
-
1247
-
1248
-
1249
-
1250
-
1251
- ## [0.28.14](https://github.com/cube-js/cube.js/compare/v0.28.13...v0.28.14) (2021-08-05)
1252
-
1253
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1254
-
1255
-
1256
-
1257
-
1258
-
1259
- ## [0.28.13](https://github.com/cube-js/cube.js/compare/v0.28.12...v0.28.13) (2021-08-04)
1260
-
1261
-
1262
- ### Bug Fixes
1263
-
1264
- * Support rolling `countDistinctApprox` rollups ([#3185](https://github.com/cube-js/cube.js/issues/3185)) ([e731992](https://github.com/cube-js/cube.js/commit/e731992b351f68f1ee249c9412f679b1903a6f28))
1265
-
1266
-
1267
-
1268
-
1269
-
1270
- ## [0.28.11](https://github.com/cube-js/cube.js/compare/v0.28.10...v0.28.11) (2021-07-31)
1271
-
1272
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1273
-
1274
-
1275
-
1276
-
1277
-
1278
- ## [0.28.10](https://github.com/cube-js/cube.js/compare/v0.28.9...v0.28.10) (2021-07-30)
1279
-
1280
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1281
-
1282
-
1283
-
1284
-
1285
-
1286
- ## [0.28.9](https://github.com/cube-js/cube.js/compare/v0.28.8...v0.28.9) (2021-07-29)
1287
-
1288
-
1289
- ### Bug Fixes
1290
-
1291
- * Optimize timestamp formatting and table names loading for large partition range serving ([#3166](https://github.com/cube-js/cube.js/issues/3166)) ([e1f8dc5](https://github.com/cube-js/cube.js/commit/e1f8dc5aab469b060f0fe8c69467117171c070fd))
1292
-
1293
-
1294
-
1295
-
1296
-
1297
- ## [0.28.8](https://github.com/cube-js/cube.js/compare/v0.28.7...v0.28.8) (2021-07-25)
1298
-
1299
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1300
-
1301
-
1302
-
1303
-
1304
-
1305
- ## [0.28.7](https://github.com/cube-js/cube.js/compare/v0.28.6...v0.28.7) (2021-07-25)
1306
-
1307
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1308
-
1309
-
1310
-
1311
-
1312
-
1313
- ## [0.28.6](https://github.com/cube-js/cube.js/compare/v0.28.5...v0.28.6) (2021-07-22)
1314
-
1315
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1316
-
1317
-
1318
-
1319
-
1320
-
1321
- ## [0.28.5](https://github.com/cube-js/cube.js/compare/v0.28.4...v0.28.5) (2021-07-21)
1322
-
1323
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1324
-
1325
-
1326
-
1327
-
1328
-
1329
- ## [0.28.3](https://github.com/cube-js/cube.js/compare/v0.28.2...v0.28.3) (2021-07-20)
1330
-
1331
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1332
-
1333
-
1334
-
1335
-
1336
-
1337
- ## [0.28.2](https://github.com/cube-js/cube.js/compare/v0.28.1...v0.28.2) (2021-07-20)
1338
-
1339
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1340
-
1341
-
1342
-
1343
-
1344
-
1345
- ## [0.28.1](https://github.com/cube-js/cube.js/compare/v0.28.0...v0.28.1) (2021-07-19)
1346
-
1347
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1348
-
1349
-
1350
-
1351
-
1352
-
1353
- # [0.28.0](https://github.com/cube-js/cube.js/compare/v0.27.53...v0.28.0) (2021-07-17)
1354
-
1355
-
1356
- ### Features
1357
-
1358
- * 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))
1359
-
1360
-
1361
-
1362
-
1363
-
1364
- ## [0.27.53](https://github.com/cube-js/cube.js/compare/v0.27.52...v0.27.53) (2021-07-13)
1365
-
1366
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1367
-
1368
-
1369
-
1370
-
1371
-
1372
- ## [0.27.52](https://github.com/cube-js/cube.js/compare/v0.27.51...v0.27.52) (2021-07-13)
1373
-
1374
-
1375
- ### Bug Fixes
1376
-
1377
- * **cubestore-driver:** Map UUID to VARCHAR(64) ([#3101](https://github.com/cube-js/cube.js/issues/3101)) ([f87e60e](https://github.com/cube-js/cube.js/commit/f87e60e5b1b326ddd5d6b95f0d231be688728338))
1378
-
1379
-
1380
-
1381
-
1382
-
1383
- ## [0.27.51](https://github.com/cube-js/cube.js/compare/v0.27.50...v0.27.51) (2021-07-13)
1384
-
1385
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1386
-
1387
-
1388
-
1389
-
1390
-
1391
- ## [0.27.50](https://github.com/cube-js/cube.js/compare/v0.27.49...v0.27.50) (2021-07-12)
1392
-
1393
-
1394
- ### Bug Fixes
1395
-
1396
- * **cubestore-driver:** Use correct syntax for Intervals ([53392d7](https://github.com/cube-js/cube.js/commit/53392d7b91c8308f033fa23a303ade265af30912))
1397
-
1398
-
1399
-
1400
-
1401
-
1402
- ## [0.27.49](https://github.com/cube-js/cube.js/compare/v0.27.48...v0.27.49) (2021-07-08)
1403
-
1404
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1405
-
1406
-
1407
-
1408
-
1409
-
1410
- ## [0.27.48](https://github.com/cube-js/cube.js/compare/v0.27.47...v0.27.48) (2021-07-08)
1411
-
1412
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1413
-
1414
-
1415
-
1416
-
1417
-
1418
- ## [0.27.47](https://github.com/cube-js/cube.js/compare/v0.27.46...v0.27.47) (2021-07-06)
1419
-
1420
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1421
-
1422
-
1423
-
1424
-
1425
-
1426
- ## [0.27.46](https://github.com/cube-js/cube.js/compare/v0.27.45...v0.27.46) (2021-07-01)
1427
-
1428
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1429
-
1430
-
1431
-
1432
-
1433
-
1434
- ## [0.27.45](https://github.com/cube-js/cube.js/compare/v0.27.44...v0.27.45) (2021-06-30)
1435
-
1436
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1437
-
1438
-
1439
-
1440
-
1441
-
1442
- ## [0.27.44](https://github.com/cube-js/cube.js/compare/v0.27.43...v0.27.44) (2021-06-29)
1443
-
1444
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1445
-
1446
-
1447
-
1448
-
1449
-
1450
- ## [0.27.42](https://github.com/cube-js/cube.js/compare/v0.27.41...v0.27.42) (2021-06-25)
1451
-
1452
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1453
-
1454
-
1455
-
1456
-
1457
-
1458
- ## [0.27.41](https://github.com/cube-js/cube.js/compare/v0.27.40...v0.27.41) (2021-06-25)
1459
-
1460
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1461
-
1462
-
1463
-
1464
-
1465
-
1466
- ## [0.27.40](https://github.com/cube-js/cube.js/compare/v0.27.39...v0.27.40) (2021-06-23)
1467
-
1468
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1469
-
1470
-
1471
-
1472
-
1473
-
1474
- ## [0.27.39](https://github.com/cube-js/cube.js/compare/v0.27.38...v0.27.39) (2021-06-22)
1475
-
1476
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1477
-
1478
-
1479
-
1480
-
1481
-
1482
- ## [0.27.38](https://github.com/cube-js/cube.js/compare/v0.27.37...v0.27.38) (2021-06-22)
1483
-
1484
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1485
-
1486
-
1487
-
1488
-
1489
-
1490
- ## [0.27.37](https://github.com/cube-js/cube.js/compare/v0.27.36...v0.27.37) (2021-06-21)
1491
-
1492
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1493
-
1494
-
1495
-
1496
-
1497
-
1498
- ## [0.27.35](https://github.com/cube-js/cube.js/compare/v0.27.34...v0.27.35) (2021-06-18)
1499
-
1500
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1501
-
1502
-
1503
-
1504
-
1505
-
1506
- ## [0.27.34](https://github.com/cube-js/cube.js/compare/v0.27.33...v0.27.34) (2021-06-15)
1507
-
1508
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1509
-
1510
-
1511
-
1512
-
1513
-
1514
- ## [0.27.33](https://github.com/cube-js/cube.js/compare/v0.27.32...v0.27.33) (2021-06-15)
1515
-
1516
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1517
-
1518
-
1519
-
1520
-
1521
-
1522
- ## [0.27.32](https://github.com/cube-js/cube.js/compare/v0.27.31...v0.27.32) (2021-06-12)
1523
-
1524
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1525
-
1526
-
1527
-
1528
-
1529
-
1530
- ## [0.27.31](https://github.com/cube-js/cube.js/compare/v0.27.30...v0.27.31) (2021-06-11)
1531
-
1532
-
1533
- ### Features
1534
-
1535
- * Suggest export/unload for large pre-aggregations (detect via streaming) ([b20cdbc](https://github.com/cube-js/cube.js/commit/b20cdbc0b9fa98785d3ea46443492037017da12f))
1536
-
1537
-
1538
-
1539
-
1540
-
1541
- ## [0.27.30](https://github.com/cube-js/cube.js/compare/v0.27.29...v0.27.30) (2021-06-04)
1542
-
1543
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1544
-
1545
-
1546
-
1547
-
1548
-
1549
- ## [0.27.29](https://github.com/cube-js/cube.js/compare/v0.27.27...v0.27.29) (2021-06-02)
1550
-
1551
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1552
-
1553
-
1554
-
1555
-
1556
-
1557
- ## [0.27.28](https://github.com/cube-js/cube.js/compare/v0.27.27...v0.27.28) (2021-06-02)
1558
-
1559
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1560
-
1561
-
1562
-
1563
-
1564
-
1565
- ## [0.27.27](https://github.com/cube-js/cube.js/compare/v0.27.26...v0.27.27) (2021-06-01)
1566
-
1567
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1568
-
1569
-
1570
-
1571
-
1572
-
1573
- ## [0.27.25](https://github.com/cube-js/cube.js/compare/v0.27.24...v0.27.25) (2021-06-01)
1574
-
1575
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1576
-
1577
-
1578
-
1579
-
1580
-
1581
- ## [0.27.24](https://github.com/cube-js/cube.js/compare/v0.27.23...v0.27.24) (2021-05-29)
1582
-
1583
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1584
-
1585
-
1586
-
1587
-
1588
-
1589
- ## [0.27.23](https://github.com/cube-js/cube.js/compare/v0.27.22...v0.27.23) (2021-05-27)
1590
-
1591
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1592
-
1593
-
1594
-
1595
-
1596
-
1597
- ## [0.27.22](https://github.com/cube-js/cube.js/compare/v0.27.21...v0.27.22) (2021-05-27)
1598
-
1599
-
1600
- ### Features
1601
-
1602
- * **bigquery-driver:** Support CUBEJS_DB_EXPORT_BUCKET ([400c163](https://github.com/cube-js/cube.js/commit/400c1632e978de6c00b4c996088d1b61a9223404))
1603
-
1604
-
1605
-
1606
-
1607
-
1608
- ## [0.27.20](https://github.com/cube-js/cube.js/compare/v0.27.19...v0.27.20) (2021-05-25)
1609
-
1610
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1611
-
1612
-
1613
-
1614
-
1615
-
1616
- ## [0.27.19](https://github.com/cube-js/cube.js/compare/v0.27.18...v0.27.19) (2021-05-24)
1617
-
1618
-
1619
- ### Bug Fixes
1620
-
1621
- * **snowflake-driver:** Handle UNLOAD for empty tables ([f5f69ff](https://github.com/cube-js/cube.js/commit/f5f69ff79371bdd33526ffa0cc8634a0f30fc9f4))
1622
-
1623
-
1624
-
1625
-
1626
-
1627
- ## [0.27.17](https://github.com/cube-js/cube.js/compare/v0.27.16...v0.27.17) (2021-05-22)
1628
-
1629
-
1630
- ### Features
1631
-
1632
- * **mysql-driver:** Support streaming ([d694c91](https://github.com/cube-js/cube.js/commit/d694c91370ceb703a50aefdd42ae3a9834e9884c))
1633
-
1634
-
1635
-
1636
-
1637
-
1638
- ## [0.27.16](https://github.com/cube-js/cube.js/compare/v0.27.15...v0.27.16) (2021-05-19)
1639
-
1640
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1641
-
1642
-
1643
-
1644
-
1645
-
1646
- ## [0.27.15](https://github.com/cube-js/cube.js/compare/v0.27.14...v0.27.15) (2021-05-18)
1647
-
1648
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1649
-
1650
-
1651
-
1652
-
1653
-
1654
- ## [0.27.14](https://github.com/cube-js/cube.js/compare/v0.27.13...v0.27.14) (2021-05-13)
1655
-
1656
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1657
-
1658
-
1659
-
1660
-
1661
-
1662
- ## [0.27.13](https://github.com/cube-js/cube.js/compare/v0.27.12...v0.27.13) (2021-05-13)
1663
-
1664
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1665
-
1666
-
1667
-
1668
-
1669
-
1670
- ## [0.27.11](https://github.com/cube-js/cube.js/compare/v0.27.10...v0.27.11) (2021-05-12)
1671
-
1672
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1673
-
1674
-
1675
-
1676
-
1677
-
1678
- ## [0.27.10](https://github.com/cube-js/cube.js/compare/v0.27.9...v0.27.10) (2021-05-11)
1679
-
1680
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1681
-
1682
-
1683
-
1684
-
1685
-
1686
- ## [0.27.9](https://github.com/cube-js/cube.js/compare/v0.27.8...v0.27.9) (2021-05-11)
1687
-
1688
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1689
-
1690
-
1691
-
1692
-
1693
-
1694
- ## [0.27.7](https://github.com/cube-js/cube.js/compare/v0.27.6...v0.27.7) (2021-05-04)
1695
-
1696
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1697
-
1698
-
1699
-
1700
-
1701
-
1702
- ## [0.27.5](https://github.com/cube-js/cube.js/compare/v0.27.4...v0.27.5) (2021-05-03)
1703
-
1704
-
1705
- ### Features
1706
-
1707
- * Use Cube Store as default EXTERNAL_DB, prefix variables ([30d52c4](https://github.com/cube-js/cube.js/commit/30d52c4f8f1ae1d6619ec4976d9db1eeb1e44140))
1708
-
1709
-
1710
-
1711
-
1712
-
1713
- ## [0.27.4](https://github.com/cube-js/cube.js/compare/v0.27.3...v0.27.4) (2021-04-29)
1714
-
1715
-
1716
- ### Bug Fixes
1717
-
1718
- * **cubestore-driver:** Ping connection only when it's OPEN ([d80e157](https://github.com/cube-js/cube.js/commit/d80e157e5865318c14be534a7f8a1bc39b0ad851))
1719
-
1720
-
1721
-
1722
-
1723
-
1724
- ## [0.27.2](https://github.com/cube-js/cube.js/compare/v0.27.1...v0.27.2) (2021-04-28)
1725
-
1726
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1727
-
1728
-
1729
-
1730
-
1731
-
1732
- ## [0.27.1](https://github.com/cube-js/cube.js/compare/v0.27.0...v0.27.1) (2021-04-27)
1733
-
1734
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1735
-
1736
-
1737
-
1738
-
1739
-
1740
- # [0.27.0](https://github.com/cube-js/cube.js/compare/v0.26.104...v0.27.0) (2021-04-26)
1741
-
1742
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1743
-
1744
-
1745
-
1746
-
1747
-
1748
- ## [0.26.104](https://github.com/cube-js/cube.js/compare/v0.26.103...v0.26.104) (2021-04-26)
1749
-
1750
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1751
-
1752
-
1753
-
1754
-
1755
-
1756
- ## [0.26.103](https://github.com/cube-js/cube.js/compare/v0.26.102...v0.26.103) (2021-04-24)
1757
-
1758
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1759
-
1760
-
1761
-
1762
-
1763
-
1764
- ## [0.26.102](https://github.com/cube-js/cube.js/compare/v0.26.101...v0.26.102) (2021-04-22)
1765
-
1766
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1767
-
1768
-
1769
-
1770
-
1771
-
1772
- ## [0.26.101](https://github.com/cube-js/cube.js/compare/v0.26.100...v0.26.101) (2021-04-20)
1773
-
1774
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1775
-
1776
-
1777
-
1778
-
1779
-
1780
- ## [0.26.99](https://github.com/cube-js/cube.js/compare/v0.26.98...v0.26.99) (2021-04-16)
1781
-
1782
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1783
-
1784
-
1785
-
1786
-
1787
-
1788
- ## [0.26.98](https://github.com/cube-js/cube.js/compare/v0.26.97...v0.26.98) (2021-04-15)
1789
-
1790
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1791
-
1792
-
1793
-
1794
-
1795
-
1796
- ## [0.26.95](https://github.com/cube-js/cube.js/compare/v0.26.94...v0.26.95) (2021-04-13)
1797
-
1798
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1799
-
1800
-
1801
-
1802
-
1803
-
1804
- ## [0.26.92](https://github.com/cube-js/cube.js/compare/v0.26.91...v0.26.92) (2021-04-12)
1805
-
1806
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1807
-
1808
-
1809
-
1810
-
1811
-
1812
- ## [0.26.91](https://github.com/cube-js/cube.js/compare/v0.26.90...v0.26.91) (2021-04-11)
1813
-
1814
-
1815
- ### Bug Fixes
1816
-
1817
- * **@cubejs-backend/cubestore-driver:** Import stream stuck if it's big: handle bigger uploads using temp files ([08155bc](https://github.com/cube-js/cube.js/commit/08155bc3ccc03f9bdcfa54a2ab6a2b10cd9edb39))
1818
-
1819
-
1820
-
1821
-
1822
-
1823
- ## [0.26.90](https://github.com/cube-js/cube.js/compare/v0.26.89...v0.26.90) (2021-04-11)
1824
-
1825
-
1826
- ### Bug Fixes
1827
-
1828
- * **@cubejs-backend/cubestore-driver:** Import stream stuck if it's big ([2a41020](https://github.com/cube-js/cube.js/commit/2a41020027987a451818bbd8b5b750aec0dc6ace))
1829
- * Manage stream connection release by orchestrator instead of driver ([adf059e](https://github.com/cube-js/cube.js/commit/adf059ec52e31e3ebc055b60a1ac6236c57251f8))
1830
-
1831
-
1832
-
1833
-
1834
-
1835
- ## [0.26.89](https://github.com/cube-js/cube.js/compare/v0.26.88...v0.26.89) (2021-04-10)
1836
-
1837
-
1838
- ### Bug Fixes
1839
-
1840
- * **cubestore:** File not found for S3 during uploads ([a1b0087](https://github.com/cube-js/cube.js/commit/a1b00876c64e3206a9e0cbfa39f0440a865125a2))
1841
-
1842
-
1843
-
1844
-
1845
-
1846
- ## [0.26.88](https://github.com/cube-js/cube.js/compare/v0.26.87...v0.26.88) (2021-04-10)
1847
-
1848
-
1849
- ### Features
1850
-
1851
- * Mysql Cube Store streaming ingests ([#2528](https://github.com/cube-js/cube.js/issues/2528)) ([0b36a6f](https://github.com/cube-js/cube.js/commit/0b36a6faa184766873ec3792785eb1aa5ca582af))
1852
-
1853
-
1854
-
1855
-
1856
-
1857
- ## [0.26.87](https://github.com/cube-js/cube.js/compare/v0.26.86...v0.26.87) (2021-04-10)
1858
-
1859
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1860
-
1861
-
1862
-
1863
-
1864
-
1865
- ## [0.26.86](https://github.com/cube-js/cube.js/compare/v0.26.85...v0.26.86) (2021-04-09)
1866
-
1867
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1868
-
1869
-
1870
-
1871
-
1872
-
1873
- ## [0.26.85](https://github.com/cube-js/cube.js/compare/v0.26.84...v0.26.85) (2021-04-09)
1874
-
1875
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1876
-
1877
-
1878
-
1879
-
1880
-
1881
- ## [0.26.84](https://github.com/cube-js/cube.js/compare/v0.26.83...v0.26.84) (2021-04-09)
1882
-
1883
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1884
-
1885
-
1886
-
1887
-
1888
-
1889
- ## [0.26.81](https://github.com/cube-js/cube.js/compare/v0.26.80...v0.26.81) (2021-04-07)
1890
-
1891
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1892
-
1893
-
1894
-
1895
-
1896
-
1897
- ## [0.26.79](https://github.com/cube-js/cube.js/compare/v0.26.78...v0.26.79) (2021-04-06)
1898
-
1899
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1900
-
1901
-
1902
-
1903
-
1904
-
1905
- ## [0.26.77](https://github.com/cube-js/cube.js/compare/v0.26.76...v0.26.77) (2021-04-04)
1906
-
1907
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1908
-
1909
-
1910
-
1911
-
1912
-
1913
- ## [0.26.76](https://github.com/cube-js/cube.js/compare/v0.26.75...v0.26.76) (2021-04-03)
1914
-
1915
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1916
-
1917
-
1918
-
1919
-
1920
-
1921
- ## [0.26.74](https://github.com/cube-js/cube.js/compare/v0.26.73...v0.26.74) (2021-04-01)
1922
-
1923
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1924
-
1925
-
1926
-
1927
-
1928
-
1929
- ## [0.26.72](https://github.com/cube-js/cube.js/compare/v0.26.71...v0.26.72) (2021-03-29)
1930
-
1931
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1932
-
1933
-
1934
-
1935
-
1936
-
1937
- ## [0.26.71](https://github.com/cube-js/cube.js/compare/v0.26.70...v0.26.71) (2021-03-26)
1938
-
1939
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1940
-
1941
-
1942
-
1943
-
1944
-
1945
- ## [0.26.69](https://github.com/cube-js/cube.js/compare/v0.26.68...v0.26.69) (2021-03-25)
1946
-
1947
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1948
-
1949
-
1950
-
1951
-
1952
-
1953
- ## [0.26.68](https://github.com/cube-js/cube.js/compare/v0.26.67...v0.26.68) (2021-03-25)
1954
-
1955
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1956
-
1957
-
1958
-
1959
-
1960
-
1961
- ## [0.26.67](https://github.com/cube-js/cube.js/compare/v0.26.66...v0.26.67) (2021-03-24)
1962
-
1963
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1964
-
1965
-
1966
-
1967
-
1968
-
1969
- ## [0.26.66](https://github.com/cube-js/cube.js/compare/v0.26.65...v0.26.66) (2021-03-24)
1970
-
1971
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1972
-
1973
-
1974
-
1975
-
1976
-
1977
- ## [0.26.65](https://github.com/cube-js/cube.js/compare/v0.26.64...v0.26.65) (2021-03-24)
1978
-
1979
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1980
-
1981
-
1982
-
1983
-
1984
-
1985
- ## [0.26.64](https://github.com/cube-js/cube.js/compare/v0.26.63...v0.26.64) (2021-03-22)
1986
-
1987
-
1988
- ### Bug Fixes
1989
-
1990
- * **cubestore-driver:** Drop limit for table names ([9e1317c](https://github.com/cube-js/cube.js/commit/9e1317c4bfd051a384d7dd2f6ce6df011ae795af))
1991
-
1992
-
1993
-
1994
-
1995
-
1996
- ## [0.26.63](https://github.com/cube-js/cube.js/compare/v0.26.62...v0.26.63) (2021-03-22)
1997
-
1998
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
1999
-
2000
-
2001
-
2002
-
2003
-
2004
- ## [0.26.60](https://github.com/cube-js/cube.js/compare/v0.26.59...v0.26.60) (2021-03-16)
2005
-
2006
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2007
-
2008
-
2009
-
2010
-
2011
-
2012
- ## [0.26.58](https://github.com/cube-js/cube.js/compare/v0.26.56...v0.26.58) (2021-03-14)
2013
-
2014
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2015
-
2016
-
2017
-
2018
-
2019
-
2020
- ## [0.26.57](https://github.com/cube-js/cube.js/compare/v0.26.56...v0.26.57) (2021-03-14)
2021
-
2022
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2023
-
2024
-
2025
-
2026
-
2027
-
2028
- ## [0.26.56](https://github.com/cube-js/cube.js/compare/v0.26.55...v0.26.56) (2021-03-13)
2029
-
2030
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2031
-
2032
-
2033
-
2034
-
2035
-
2036
- ## [0.26.54](https://github.com/cube-js/cube.js/compare/v0.26.53...v0.26.54) (2021-03-12)
2037
-
2038
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2039
-
2040
-
2041
-
2042
-
2043
-
2044
- ## [0.26.53](https://github.com/cube-js/cube.js/compare/v0.26.52...v0.26.53) (2021-03-11)
2045
-
2046
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2047
-
2048
-
2049
-
2050
-
2051
-
2052
- ## [0.26.52](https://github.com/cube-js/cube.js/compare/v0.26.51...v0.26.52) (2021-03-07)
2053
-
2054
-
2055
- ### Bug Fixes
2056
-
2057
- * **@cubejs-backend/cubestore-driver:** Error: connect ECONNREFUSED 127.0.0.1:3030 ([74f4683](https://github.com/cube-js/cube.js/commit/74f468362b34f0decac67e48f52d3756ba4dc647))
2058
-
2059
-
2060
-
2061
-
2062
-
2063
- ## [0.26.51](https://github.com/cube-js/cube.js/compare/v0.26.50...v0.26.51) (2021-03-07)
2064
-
2065
-
2066
- ### Bug Fixes
2067
-
2068
- * **@cubejs-backend/cubstore-driver:** Missing files in package.json ([487f4cc](https://github.com/cube-js/cube.js/commit/487f4ccbc74356db3d1de1644d157bae3a3c6ba6))
2069
-
2070
-
2071
-
2072
-
2073
-
2074
- ## [0.26.50](https://github.com/cube-js/cube.js/compare/v0.26.49...v0.26.50) (2021-03-07)
2075
-
2076
-
2077
- ### Features
2078
-
2079
- * **cubestore:** Web Socket transport client ([#2228](https://github.com/cube-js/cube.js/issues/2228)) ([4a86d89](https://github.com/cube-js/cube.js/commit/4a86d896a6e815b74695e0387357abc0764bfd6c))
2080
-
2081
-
2082
-
2083
-
2084
-
2085
- ## [0.26.49](https://github.com/cube-js/cube.js/compare/v0.26.48...v0.26.49) (2021-03-05)
2086
-
2087
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2088
-
2089
-
2090
-
2091
-
2092
-
2093
- ## [0.26.48](https://github.com/cube-js/cube.js/compare/v0.26.47...v0.26.48) (2021-03-04)
2094
-
2095
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2096
-
2097
-
2098
-
2099
-
2100
-
2101
- ## [0.26.47](https://github.com/cube-js/cube.js/compare/v0.26.46...v0.26.47) (2021-03-04)
2102
-
2103
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2104
-
2105
-
2106
-
2107
-
2108
-
2109
- ## [0.26.45](https://github.com/cube-js/cube.js/compare/v0.26.44...v0.26.45) (2021-03-04)
2110
-
2111
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2112
-
2113
-
2114
-
2115
-
2116
-
2117
- ## [0.26.44](https://github.com/cube-js/cube.js/compare/v0.26.43...v0.26.44) (2021-03-02)
2118
-
2119
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2120
-
2121
-
2122
-
2123
-
2124
-
2125
- ## [0.26.43](https://github.com/cube-js/cube.js/compare/v0.26.42...v0.26.43) (2021-03-02)
2126
-
2127
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2128
-
2129
-
2130
-
2131
-
2132
-
2133
- ## [0.26.42](https://github.com/cube-js/cube.js/compare/v0.26.41...v0.26.42) (2021-03-02)
2134
-
2135
-
2136
- ### Bug Fixes
2137
-
2138
- * **cubestore-driver:** host must be 127.0.0.1 for CubeStoreDevDriver ([435d4d6](https://github.com/cube-js/cube.js/commit/435d4d68ba4e4d136fda210da6eda997bc22a686))
2139
-
2140
-
2141
-
2142
-
2143
-
2144
- ## [0.26.40](https://github.com/cube-js/cube.js/compare/v0.26.39...v0.26.40) (2021-03-01)
2145
-
2146
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2147
-
2148
-
2149
-
2150
-
2151
-
2152
- ## [0.26.39](https://github.com/cube-js/cube.js/compare/v0.26.38...v0.26.39) (2021-02-28)
2153
-
2154
-
2155
- ### Features
2156
-
2157
- * Use single instance for Cube Store handler ([#2229](https://github.com/cube-js/cube.js/issues/2229)) ([35c140c](https://github.com/cube-js/cube.js/commit/35c140cac864b5b588fa88e90fec3d8b7de6acda))
2158
-
2159
-
2160
-
2161
-
2162
-
2163
- ## [0.26.38](https://github.com/cube-js/cube.js/compare/v0.26.37...v0.26.38) (2021-02-26)
2164
-
2165
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2166
-
2167
-
2168
-
2169
-
2170
-
2171
- ## [0.26.36](https://github.com/cube-js/cube.js/compare/v0.26.35...v0.26.36) (2021-02-25)
2172
-
2173
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2174
-
2175
-
2176
-
2177
-
2178
-
2179
- ## [0.26.35](https://github.com/cube-js/cube.js/compare/v0.26.34...v0.26.35) (2021-02-25)
2180
-
2181
-
2182
- ### Features
2183
-
2184
- * Use Cube Store as default external storage for CUBEJS_DEV_MODE ([e526676](https://github.com/cube-js/cube.js/commit/e52667617e5e687c92d383045fb1a8d5fd19cab6))
2185
-
2186
-
2187
-
2188
-
2189
-
2190
- ## [0.26.25](https://github.com/cube-js/cube.js/compare/v0.26.24...v0.26.25) (2021-02-20)
2191
-
2192
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2193
-
2194
-
2195
-
2196
-
2197
-
2198
- ## [0.26.23](https://github.com/cube-js/cube.js/compare/v0.26.22...v0.26.23) (2021-02-20)
2199
-
2200
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2201
-
2202
-
2203
-
2204
-
2205
-
2206
- ## [0.26.22](https://github.com/cube-js/cube.js/compare/v0.26.21...v0.26.22) (2021-02-20)
2207
-
2208
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2209
-
2210
-
2211
-
2212
-
2213
-
2214
- ## [0.26.19](https://github.com/cube-js/cube.js/compare/v0.26.18...v0.26.19) (2021-02-19)
2215
-
2216
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2217
-
2218
-
2219
-
2220
-
2221
-
2222
- ## [0.26.16](https://github.com/cube-js/cube.js/compare/v0.26.15...v0.26.16) (2021-02-18)
2223
-
2224
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2225
-
2226
-
2227
-
2228
-
2229
-
2230
- ## [0.26.15](https://github.com/cube-js/cube.js/compare/v0.26.14...v0.26.15) (2021-02-16)
2231
-
2232
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2233
-
2234
-
2235
-
2236
-
2237
-
2238
- ## [0.26.13](https://github.com/cube-js/cube.js/compare/v0.26.12...v0.26.13) (2021-02-12)
2239
-
2240
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2241
-
2242
-
2243
-
2244
-
2245
-
2246
- ## [0.26.12](https://github.com/cube-js/cube.js/compare/v0.26.11...v0.26.12) (2021-02-11)
2247
-
2248
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2249
-
2250
-
2251
-
2252
-
2253
-
2254
- ## [0.26.11](https://github.com/cube-js/cube.js/compare/v0.26.10...v0.26.11) (2021-02-10)
2255
-
2256
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2257
-
2258
-
2259
-
2260
-
2261
-
2262
- ## [0.26.10](https://github.com/cube-js/cube.js/compare/v0.26.9...v0.26.10) (2021-02-09)
2263
-
2264
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2265
-
2266
-
2267
-
2268
-
2269
-
2270
- ## [0.26.7](https://github.com/cube-js/cube.js/compare/v0.26.6...v0.26.7) (2021-02-09)
2271
-
2272
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2273
-
2274
-
2275
-
2276
-
2277
-
2278
- ## [0.26.6](https://github.com/cube-js/cube.js/compare/v0.26.5...v0.26.6) (2021-02-08)
2279
-
2280
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2281
-
2282
-
2283
-
2284
-
2285
-
2286
- ## [0.26.5](https://github.com/cube-js/cube.js/compare/v0.26.4...v0.26.5) (2021-02-03)
2287
-
2288
-
2289
- ### Features
2290
-
2291
- * **cubestore:** Multiple location load support ([#1982](https://github.com/cube-js/cube.js/issues/1982)) ([2b509ec](https://github.com/cube-js/cube.js/commit/2b509ec3c50be0688d613d2cda1ac3f53e80e093))
2292
-
2293
-
2294
-
2295
-
2296
-
2297
- ## [0.26.2](https://github.com/cube-js/cube.js/compare/v0.26.1...v0.26.2) (2021-02-01)
2298
-
2299
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2300
-
2301
-
2302
-
2303
-
2304
-
2305
- # [0.26.0](https://github.com/cube-js/cube.js/compare/v0.25.33...v0.26.0) (2021-02-01)
2306
-
2307
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2308
-
2309
-
2310
-
2311
-
2312
-
2313
- ## [0.25.33](https://github.com/cube-js/cube.js/compare/v0.25.32...v0.25.33) (2021-01-30)
2314
-
2315
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2316
-
2317
-
2318
-
2319
-
2320
-
2321
- ## [0.25.32](https://github.com/cube-js/cube.js/compare/v0.25.31...v0.25.32) (2021-01-29)
2322
-
2323
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2324
-
2325
-
2326
-
2327
-
2328
-
2329
- ## [0.25.30](https://github.com/cube-js/cube.js/compare/v0.25.29...v0.25.30) (2021-01-26)
2330
-
2331
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2332
-
2333
-
2334
-
2335
-
2336
-
2337
- ## [0.25.29](https://github.com/cube-js/cube.js/compare/v0.25.28...v0.25.29) (2021-01-26)
2338
-
2339
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2340
-
2341
-
2342
-
2343
-
2344
-
2345
- ## [0.25.26](https://github.com/cube-js/cube.js/compare/v0.25.25...v0.25.26) (2021-01-25)
2346
-
2347
-
2348
- ### Features
2349
-
2350
- * BigQuery CSV pre-aggregation download support ([#1867](https://github.com/cube-js/cube.js/issues/1867)) ([5a2ea3f](https://github.com/cube-js/cube.js/commit/5a2ea3f27058a01bf08f697495c8ccce5abf9fa2))
2351
-
2352
-
2353
-
2354
-
2355
-
2356
- ## [0.25.25](https://github.com/cube-js/cube.js/compare/v0.25.24...v0.25.25) (2021-01-24)
2357
-
2358
-
2359
- ### Bug Fixes
2360
-
2361
- * **cubestore:** Ignore CUBEJS_DB_SSL env ([86f06f7](https://github.com/cube-js/cube.js/commit/86f06f7955b3d230c9398953fec76c2569460701))
2362
-
2363
-
2364
-
2365
-
2366
-
2367
- ## [0.25.24](https://github.com/cube-js/cube.js/compare/v0.25.23...v0.25.24) (2021-01-22)
2368
-
2369
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2370
-
2371
-
2372
-
2373
-
2374
-
2375
- ## [0.25.23](https://github.com/cube-js/cube.js/compare/v0.25.22...v0.25.23) (2021-01-22)
2376
-
2377
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2378
-
2379
-
2380
-
2381
-
2382
-
2383
- ## [0.25.22](https://github.com/cube-js/cube.js/compare/v0.25.21...v0.25.22) (2021-01-21)
2384
-
2385
-
2386
- ### Features
2387
-
2388
- * **cubestore:** Add column type for HLL ([#1827](https://github.com/cube-js/cube.js/issues/1827)) ([df97052](https://github.com/cube-js/cube.js/commit/df970523c5413a171578e14abdb792ce4c260fbe))
2389
-
2390
-
2391
-
2392
-
2393
-
2394
- ## [0.25.21](https://github.com/cube-js/cube.js/compare/v0.25.20...v0.25.21) (2021-01-19)
2395
-
2396
-
2397
- ### Features
2398
-
2399
- * **schema-compiler:** Initial support for TS ([5926067](https://github.com/cube-js/cube.js/commit/5926067bf5314c7cbddfe59f26dd0ae3b8b60293))
2400
-
2401
-
2402
-
2403
-
2404
-
2405
- ## [0.25.20](https://github.com/cube-js/cube.js/compare/v0.25.19...v0.25.20) (2021-01-15)
2406
-
2407
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2408
-
2409
-
2410
-
2411
-
2412
-
2413
- ## [0.25.19](https://github.com/cube-js/cube.js/compare/v0.25.18...v0.25.19) (2021-01-14)
2414
-
2415
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2416
-
2417
-
2418
-
2419
-
2420
-
2421
- ## [0.25.18](https://github.com/cube-js/cube.js/compare/v0.25.17...v0.25.18) (2021-01-14)
2422
-
2423
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2424
-
2425
-
2426
-
2427
-
2428
-
2429
- ## [0.25.15](https://github.com/cube-js/cube.js/compare/v0.25.14...v0.25.15) (2021-01-12)
2430
-
2431
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2432
-
2433
-
2434
-
2435
-
2436
-
2437
- ## [0.25.13](https://github.com/cube-js/cube.js/compare/v0.25.12...v0.25.13) (2021-01-07)
2438
-
2439
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2440
-
2441
-
2442
-
2443
-
2444
-
2445
- ## [0.25.11](https://github.com/cube-js/cube.js/compare/v0.25.10...v0.25.11) (2021-01-04)
2446
-
2447
-
2448
- ### Features
2449
-
2450
- * **cubestore:** Rebase arrow to 2020-01-02 version ([3cbb46d](https://github.com/cube-js/cube.js/commit/3cbb46d883445e2fbfb261d182e5cdaa6871bf2c))
2451
-
2452
-
2453
-
2454
-
2455
-
2456
- ## [0.25.10](https://github.com/cube-js/cube.js/compare/v0.25.9...v0.25.10) (2020-12-31)
2457
-
2458
-
2459
- ### Bug Fixes
2460
-
2461
- * **@cubejs-backend/cubestore-driver:** 2k batch size upload ([d1be31e](https://github.com/cube-js/cube.js/commit/d1be31e8adabd022a2be518405cbf403870b7f18))
2462
-
2463
-
2464
-
2465
-
2466
-
2467
- ## [0.25.9](https://github.com/cube-js/cube.js/compare/v0.25.8...v0.25.9) (2020-12-31)
2468
-
2469
-
2470
- ### Bug Fixes
2471
-
2472
- * **@cubejs-backend/cubestore-driver:** 10k batch size upload ([d863a10](https://github.com/cube-js/cube.js/commit/d863a10b1b025577ff302b73de15ff9d9f2fb9a6))
2473
-
2474
-
2475
-
2476
-
2477
-
2478
- ## [0.25.6](https://github.com/cube-js/cube.js/compare/v0.25.5...v0.25.6) (2020-12-30)
2479
-
2480
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2481
-
2482
-
2483
-
2484
-
2485
-
2486
- ## [0.25.5](https://github.com/cube-js/cube.js/compare/v0.25.4...v0.25.5) (2020-12-30)
2487
-
2488
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2489
-
2490
-
2491
-
2492
-
2493
-
2494
- ## [0.25.4](https://github.com/cube-js/cube.js/compare/v0.25.3...v0.25.4) (2020-12-30)
2495
-
2496
-
2497
- ### Features
2498
-
2499
- * **@cubejs-backend/cubestore-driver:** Increase upload batch size to 50k ([1bebc1d](https://github.com/cube-js/cube.js/commit/1bebc1dd09845e547abea65dd24ace56a5cea40b))
2500
-
2501
-
2502
-
2503
-
2504
-
2505
- ## [0.25.2](https://github.com/cube-js/cube.js/compare/v0.25.1...v0.25.2) (2020-12-27)
2506
-
2507
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2508
-
2509
-
2510
-
2511
-
2512
-
2513
- ## [0.25.1](https://github.com/cube-js/cube.js/compare/v0.25.0...v0.25.1) (2020-12-24)
2514
-
2515
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2516
-
2517
-
2518
-
2519
-
2520
-
2521
- # [0.25.0](https://github.com/cube-js/cube.js/compare/v0.24.15...v0.25.0) (2020-12-21)
2522
-
2523
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2524
-
2525
-
2526
-
2527
-
2528
-
2529
- ## [0.24.15](https://github.com/cube-js/cube.js/compare/v0.24.14...v0.24.15) (2020-12-20)
2530
-
2531
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2532
-
2533
-
2534
-
2535
-
2536
-
2537
- ## [0.24.14](https://github.com/cube-js/cube.js/compare/v0.24.13...v0.24.14) (2020-12-19)
2538
-
2539
-
2540
- ### Bug Fixes
2541
-
2542
- * Rollup match results for rollupJoin ([0279b13](https://github.com/cube-js/cube.js/commit/0279b13a8696643ad95c374062ea059cea3b890b))
2543
-
2544
-
2545
-
2546
-
2547
-
2548
- ## [0.24.13](https://github.com/cube-js/cube.js/compare/v0.24.12...v0.24.13) (2020-12-18)
2549
-
2550
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2551
-
2552
-
2553
-
2554
-
2555
-
2556
- ## [0.24.12](https://github.com/cube-js/cube.js/compare/v0.24.11...v0.24.12) (2020-12-17)
2557
-
2558
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2559
-
2560
-
2561
-
2562
-
2563
-
2564
- ## [0.24.9](https://github.com/cube-js/cube.js/compare/v0.24.8...v0.24.9) (2020-12-16)
2565
-
2566
-
2567
- ### Bug Fixes
2568
-
2569
- * Warning about absolute import ([5f228bc](https://github.com/cube-js/cube.js/commit/5f228bc5e654ab9a4efba458b5c31614ac44a5aa))
2570
-
2571
-
2572
-
2573
-
2574
-
2575
- ## [0.24.8](https://github.com/cube-js/cube.js/compare/v0.24.7...v0.24.8) (2020-12-15)
2576
-
2577
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2578
-
2579
-
2580
-
2581
-
2582
-
2583
- ## [0.24.6](https://github.com/cube-js/cube.js/compare/v0.24.5...v0.24.6) (2020-12-13)
2584
-
2585
-
2586
- ### Features
2587
-
2588
- * Move index creation orchestration to the driver: allow to control drivers when to create indexes ([2a94e71](https://github.com/cube-js/cube.js/commit/2a94e710a89954ecedf4aa6f76b89578138e7aff))
2589
-
2590
-
2591
-
2592
-
2593
-
2594
- ## [0.24.5](https://github.com/cube-js/cube.js/compare/v0.24.4...v0.24.5) (2020-12-09)
2595
-
2596
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2597
-
2598
-
2599
-
2600
-
2601
-
2602
- ## [0.24.4](https://github.com/cube-js/cube.js/compare/v0.24.3...v0.24.4) (2020-12-07)
2603
-
2604
-
2605
- ### Features
2606
-
2607
- * Ability to load SSL keys from FS ([#1512](https://github.com/cube-js/cube.js/issues/1512)) ([71da5bb](https://github.com/cube-js/cube.js/commit/71da5bb529294fabd92b3a914b1e8bceb464643c))
2608
-
2609
-
2610
-
2611
-
2612
-
2613
- ## [0.24.3](https://github.com/cube-js/cube.js/compare/v0.24.2...v0.24.3) (2020-12-01)
2614
-
2615
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2616
-
2617
-
2618
-
2619
-
2620
-
2621
- ## [0.24.2](https://github.com/cube-js/cube.js/compare/v0.24.1...v0.24.2) (2020-11-27)
2622
-
2623
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2624
-
2625
-
2626
-
2627
-
2628
-
2629
- ## [0.24.1](https://github.com/cube-js/cube.js/compare/v0.24.0...v0.24.1) (2020-11-27)
2630
-
2631
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2632
-
2633
-
2634
-
2635
-
2636
-
2637
- # [0.24.0](https://github.com/cube-js/cube.js/compare/v0.23.15...v0.24.0) (2020-11-26)
2638
-
2639
-
2640
- ### Bug Fixes
2641
-
2642
- * 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))
2643
-
2644
-
2645
-
2646
-
2647
-
2648
- ## [0.23.15](https://github.com/cube-js/cube.js/compare/v0.23.14...v0.23.15) (2020-11-25)
2649
-
2650
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2651
-
2652
-
2653
-
2654
-
2655
-
2656
- ## [0.23.14](https://github.com/cube-js/cube.js/compare/v0.23.13...v0.23.14) (2020-11-22)
2657
-
2658
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2659
-
2660
-
2661
-
2662
-
2663
-
2664
- ## [0.23.11](https://github.com/cube-js/cube.js/compare/v0.23.10...v0.23.11) (2020-11-13)
2665
-
2666
-
2667
- ### Bug Fixes
2668
-
2669
- * CUBEJS_DB_SSL must be true to affect SSL ([#1252](https://github.com/cube-js/cube.js/issues/1252)) ([f2e9d9d](https://github.com/cube-js/cube.js/commit/f2e9d9db3f7b8fc5a7c5bbaaebca56f5331d4332)), closes [#1212](https://github.com/cube-js/cube.js/issues/1212)
2670
-
2671
-
2672
-
2673
-
2674
-
2675
- ## [0.23.8](https://github.com/cube-js/cube.js/compare/v0.23.7...v0.23.8) (2020-11-06)
2676
-
2677
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2678
-
2679
-
2680
-
2681
-
2682
-
2683
- ## [0.23.6](https://github.com/cube-js/cube.js/compare/v0.23.5...v0.23.6) (2020-11-02)
2684
-
2685
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2686
-
2687
-
2688
-
2689
-
2690
-
2691
- ## [0.23.3](https://github.com/cube-js/cube.js/compare/v0.23.2...v0.23.3) (2020-10-31)
2692
-
2693
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2694
-
2695
-
2696
-
2697
-
2698
-
2699
- # [0.23.0](https://github.com/cube-js/cube.js/compare/v0.22.4...v0.23.0) (2020-10-28)
2700
-
2701
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2702
-
2703
-
2704
-
2705
-
2706
-
2707
- ## [0.22.3](https://github.com/cube-js/cube.js/compare/v0.22.2...v0.22.3) (2020-10-26)
2708
-
2709
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2710
-
2711
-
2712
-
2713
-
2714
-
2715
- ## [0.22.2](https://github.com/cube-js/cube.js/compare/v0.22.1...v0.22.2) (2020-10-26)
2716
-
2717
- **Note:** Version bump only for package @cubejs-backend/cubestore-driver
2718
-
2719
-
2720
-
2721
-
2722
-
2723
- # [0.22.0](https://github.com/cube-js/cube.js/compare/v0.21.2...v0.22.0) (2020-10-20)
2724
-
2725
-
2726
- ### Features
2727
-
2728
- * Cube Store driver ([85ca240](https://github.com/cube-js/cube.js/commit/85ca240))