@cubejs-backend/athena-driver 0.31.13 → 0.31.15

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.
Files changed (2) hide show
  1. package/package.json +5 -5
  2. package/CHANGELOG.md +0 -2371
package/CHANGELOG.md DELETED
@@ -1,2371 +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
- * export bucket CVS files escape symbol support ([#5570](https://github.com/cube-js/cube.js/issues/5570)) ([09ceffb](https://github.com/cube-js/cube.js/commit/09ceffbefc75417555f8ff90f6277bd9c419d751))
12
-
13
-
14
-
15
-
16
-
17
- ## [0.31.12](https://github.com/cube-js/cube.js/compare/v0.31.11...v0.31.12) (2022-11-05)
18
-
19
- **Note:** Version bump only for package @cubejs-backend/athena-driver
20
-
21
-
22
-
23
-
24
-
25
- ## [0.31.11](https://github.com/cube-js/cube.js/compare/v0.31.10...v0.31.11) (2022-11-02)
26
-
27
- **Note:** Version bump only for package @cubejs-backend/athena-driver
28
-
29
-
30
-
31
-
32
-
33
- ## [0.31.9](https://github.com/cube-js/cube.js/compare/v0.31.8...v0.31.9) (2022-11-01)
34
-
35
- **Note:** Version bump only for package @cubejs-backend/athena-driver
36
-
37
-
38
-
39
-
40
-
41
- ## [0.31.8](https://github.com/cube-js/cube.js/compare/v0.31.7...v0.31.8) (2022-10-30)
42
-
43
- **Note:** Version bump only for package @cubejs-backend/athena-driver
44
-
45
-
46
-
47
-
48
-
49
- ## [0.31.7](https://github.com/cube-js/cube.js/compare/v0.31.6...v0.31.7) (2022-10-27)
50
-
51
- **Note:** Version bump only for package @cubejs-backend/athena-driver
52
-
53
-
54
-
55
-
56
-
57
- ## [0.31.5](https://github.com/cube-js/cube.js/compare/v0.31.4...v0.31.5) (2022-10-20)
58
-
59
- **Note:** Version bump only for package @cubejs-backend/athena-driver
60
-
61
-
62
-
63
-
64
-
65
- ## [0.31.4](https://github.com/cube-js/cube.js/compare/v0.31.3...v0.31.4) (2022-10-13)
66
-
67
- **Note:** Version bump only for package @cubejs-backend/athena-driver
68
-
69
-
70
-
71
-
72
-
73
- ## [0.31.3](https://github.com/cube-js/cube.js/compare/v0.31.2...v0.31.3) (2022-10-08)
74
-
75
-
76
- ### Bug Fixes
77
-
78
- * drivers imports alignment ([#5448](https://github.com/cube-js/cube.js/issues/5448)) ([ab12426](https://github.com/cube-js/cube.js/commit/ab1242650ba0368b855176b9c6ca2d73073acf0e))
79
-
80
-
81
-
82
-
83
-
84
- ## [0.31.2](https://github.com/cube-js/cube.js/compare/v0.31.1...v0.31.2) (2022-10-08)
85
-
86
- **Note:** Version bump only for package @cubejs-backend/athena-driver
87
-
88
-
89
-
90
-
91
-
92
- ## [0.31.1](https://github.com/cube-js/cube.js/compare/v0.31.0...v0.31.1) (2022-10-04)
93
-
94
- **Note:** Version bump only for package @cubejs-backend/athena-driver
95
-
96
-
97
-
98
-
99
-
100
- # [0.31.0](https://github.com/cube-js/cube.js/compare/v0.30.75...v0.31.0) (2022-10-03)
101
-
102
-
103
- ### Features
104
-
105
- * multiple data source ([#5326](https://github.com/cube-js/cube.js/issues/5326)) ([334af8c](https://github.com/cube-js/cube.js/commit/334af8c56cd02ae551844e9d1e9ab5e107fb1555))
106
-
107
-
108
-
109
-
110
-
111
- ## [0.30.75](https://github.com/cube-js/cube.js/compare/v0.30.74...v0.30.75) (2022-09-22)
112
-
113
- **Note:** Version bump only for package @cubejs-backend/athena-driver
114
-
115
-
116
-
117
-
118
-
119
- ## [0.30.73](https://github.com/cube-js/cube.js/compare/v0.30.72...v0.30.73) (2022-09-19)
120
-
121
- **Note:** Version bump only for package @cubejs-backend/athena-driver
122
-
123
-
124
-
125
-
126
-
127
- ## [0.30.72](https://github.com/cube-js/cube.js/compare/v0.30.71...v0.30.72) (2022-09-18)
128
-
129
- **Note:** Version bump only for package @cubejs-backend/athena-driver
130
-
131
-
132
-
133
-
134
-
135
- ## [0.30.70](https://github.com/cube-js/cube.js/compare/v0.30.69...v0.30.70) (2022-09-14)
136
-
137
- **Note:** Version bump only for package @cubejs-backend/athena-driver
138
-
139
-
140
-
141
-
142
-
143
- ## [0.30.69](https://github.com/cube-js/cube.js/compare/v0.30.68...v0.30.69) (2022-09-13)
144
-
145
-
146
- ### Features
147
-
148
- * **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))
149
-
150
-
151
-
152
-
153
-
154
- ## [0.30.67](https://github.com/cube-js/cube.js/compare/v0.30.66...v0.30.67) (2022-09-09)
155
-
156
- **Note:** Version bump only for package @cubejs-backend/athena-driver
157
-
158
-
159
-
160
-
161
-
162
- ## [0.30.63](https://github.com/cube-js/cube.js/compare/v0.30.62...v0.30.63) (2022-09-05)
163
-
164
- **Note:** Version bump only for package @cubejs-backend/athena-driver
165
-
166
-
167
-
168
-
169
-
170
- ## [0.30.61](https://github.com/cube-js/cube.js/compare/v0.30.60...v0.30.61) (2022-09-01)
171
-
172
- **Note:** Version bump only for package @cubejs-backend/athena-driver
173
-
174
-
175
-
176
-
177
-
178
- ## [0.30.60](https://github.com/cube-js/cube.js/compare/v0.30.59...v0.30.60) (2022-08-28)
179
-
180
- **Note:** Version bump only for package @cubejs-backend/athena-driver
181
-
182
-
183
-
184
-
185
-
186
- ## [0.30.57](https://github.com/cube-js/cube.js/compare/v0.30.56...v0.30.57) (2022-08-25)
187
-
188
- **Note:** Version bump only for package @cubejs-backend/athena-driver
189
-
190
-
191
-
192
-
193
-
194
- ## [0.30.53](https://github.com/cube-js/cube.js/compare/v0.30.52...v0.30.53) (2022-08-18)
195
-
196
- **Note:** Version bump only for package @cubejs-backend/athena-driver
197
-
198
-
199
-
200
-
201
-
202
- ## [0.30.51](https://github.com/cube-js/cube.js/compare/v0.30.50...v0.30.51) (2022-08-17)
203
-
204
- **Note:** Version bump only for package @cubejs-backend/athena-driver
205
-
206
-
207
-
208
-
209
-
210
- ## [0.30.50](https://github.com/cube-js/cube.js/compare/v0.30.49...v0.30.50) (2022-08-16)
211
-
212
- **Note:** Version bump only for package @cubejs-backend/athena-driver
213
-
214
-
215
-
216
-
217
-
218
- ## [0.30.47](https://github.com/cube-js/cube.js/compare/v0.30.46...v0.30.47) (2022-08-12)
219
-
220
- **Note:** Version bump only for package @cubejs-backend/athena-driver
221
-
222
-
223
-
224
-
225
-
226
- ## [0.30.46](https://github.com/cube-js/cube.js/compare/v0.30.45...v0.30.46) (2022-08-10)
227
-
228
- **Note:** Version bump only for package @cubejs-backend/athena-driver
229
-
230
-
231
-
232
-
233
-
234
- ## [0.30.45](https://github.com/cube-js/cube.js/compare/v0.30.44...v0.30.45) (2022-08-05)
235
-
236
- **Note:** Version bump only for package @cubejs-backend/athena-driver
237
-
238
-
239
-
240
-
241
-
242
- ## [0.30.43](https://github.com/cube-js/cube.js/compare/v0.30.42...v0.30.43) (2022-07-28)
243
-
244
- **Note:** Version bump only for package @cubejs-backend/athena-driver
245
-
246
-
247
-
248
-
249
-
250
- ## [0.30.39](https://github.com/cube-js/cube.js/compare/v0.30.38...v0.30.39) (2022-07-25)
251
-
252
- **Note:** Version bump only for package @cubejs-backend/athena-driver
253
-
254
-
255
-
256
-
257
-
258
- ## [0.30.34](https://github.com/cube-js/cube.js/compare/v0.30.33...v0.30.34) (2022-07-12)
259
-
260
- **Note:** Version bump only for package @cubejs-backend/athena-driver
261
-
262
-
263
-
264
-
265
-
266
- ## [0.30.30](https://github.com/cube-js/cube.js/compare/v0.30.29...v0.30.30) (2022-07-05)
267
-
268
-
269
- ### Bug Fixes
270
-
271
- * drivers default concurrency values ([4b7296f](https://github.com/cube-js/cube.js/commit/4b7296f266b49e3d38dce1ff82ce4edd703121bc))
272
-
273
-
274
- ### Features
275
-
276
- * centralized concurrency setting ([#4735](https://github.com/cube-js/cube.js/issues/4735)) ([1c897a1](https://github.com/cube-js/cube.js/commit/1c897a13c62049e23d26009351622b2a93c0a745))
277
-
278
-
279
-
280
-
281
-
282
- ## [0.30.28](https://github.com/cube-js/cube.js/compare/v0.30.27...v0.30.28) (2022-06-27)
283
-
284
- **Note:** Version bump only for package @cubejs-backend/athena-driver
285
-
286
-
287
-
288
-
289
-
290
- ## [0.30.27](https://github.com/cube-js/cube.js/compare/v0.30.26...v0.30.27) (2022-06-24)
291
-
292
- **Note:** Version bump only for package @cubejs-backend/athena-driver
293
-
294
-
295
-
296
-
297
-
298
- ## [0.30.25](https://github.com/cube-js/cube.js/compare/v0.30.24...v0.30.25) (2022-06-16)
299
-
300
- **Note:** Version bump only for package @cubejs-backend/athena-driver
301
-
302
-
303
-
304
-
305
-
306
- ## [0.30.20](https://github.com/cube-js/cube.js/compare/v0.30.19...v0.30.20) (2022-06-11)
307
-
308
- **Note:** Version bump only for package @cubejs-backend/athena-driver
309
-
310
-
311
-
312
-
313
-
314
- ## [0.30.8](https://github.com/cube-js/cube.js/compare/v0.30.7...v0.30.8) (2022-05-30)
315
-
316
- **Note:** Version bump only for package @cubejs-backend/athena-driver
317
-
318
-
319
-
320
-
321
-
322
- ## [0.30.7](https://github.com/cube-js/cube.js/compare/v0.30.6...v0.30.7) (2022-05-26)
323
-
324
- **Note:** Version bump only for package @cubejs-backend/athena-driver
325
-
326
-
327
-
328
-
329
-
330
- ## [0.30.6](https://github.com/cube-js/cube.js/compare/v0.30.5...v0.30.6) (2022-05-24)
331
-
332
- **Note:** Version bump only for package @cubejs-backend/athena-driver
333
-
334
-
335
-
336
-
337
-
338
- ## [0.30.5](https://github.com/cube-js/cube.js/compare/v0.30.4...v0.30.5) (2022-05-23)
339
-
340
- **Note:** Version bump only for package @cubejs-backend/athena-driver
341
-
342
-
343
-
344
-
345
-
346
- ## [0.30.4](https://github.com/cube-js/cube.js/compare/v0.30.3...v0.30.4) (2022-05-20)
347
-
348
- **Note:** Version bump only for package @cubejs-backend/athena-driver
349
-
350
-
351
-
352
-
353
-
354
- ## [0.30.1](https://github.com/cube-js/cube.js/compare/v0.30.0...v0.30.1) (2022-05-14)
355
-
356
- **Note:** Version bump only for package @cubejs-backend/athena-driver
357
-
358
-
359
-
360
-
361
-
362
- # [0.30.0](https://github.com/cube-js/cube.js/compare/v0.29.57...v0.30.0) (2022-05-11)
363
-
364
- **Note:** Version bump only for package @cubejs-backend/athena-driver
365
-
366
-
367
-
368
-
369
-
370
- ## [0.29.57](https://github.com/cube-js/cube.js/compare/v0.29.56...v0.29.57) (2022-05-11)
371
-
372
-
373
- ### Bug Fixes
374
-
375
- * **drivers:** Fixes error when data result is empty for AthenaDriver ([1e7e203](https://github.com/cube-js/cube.js/commit/1e7e203c63ecccae3fb199afd515850cd834d074))
376
-
377
-
378
-
379
-
380
-
381
- ## [0.29.54](https://github.com/cube-js/cube.js/compare/v0.29.53...v0.29.54) (2022-05-03)
382
-
383
- **Note:** Version bump only for package @cubejs-backend/athena-driver
384
-
385
-
386
-
387
-
388
-
389
- ## [0.29.53](https://github.com/cube-js/cube.js/compare/v0.29.52...v0.29.53) (2022-04-29)
390
-
391
- **Note:** Version bump only for package @cubejs-backend/athena-driver
392
-
393
-
394
-
395
-
396
-
397
- ## [0.29.52](https://github.com/cube-js/cube.js/compare/v0.29.51...v0.29.52) (2022-04-23)
398
-
399
- **Note:** Version bump only for package @cubejs-backend/athena-driver
400
-
401
-
402
-
403
-
404
-
405
- ## [0.29.51](https://github.com/cube-js/cube.js/compare/v0.29.50...v0.29.51) (2022-04-22)
406
-
407
- **Note:** Version bump only for package @cubejs-backend/athena-driver
408
-
409
-
410
-
411
-
412
-
413
- ## [0.29.49](https://github.com/cube-js/cube.js/compare/v0.29.48...v0.29.49) (2022-04-15)
414
-
415
-
416
- ### Bug Fixes
417
-
418
- * **athena:** Support plain bucket for CUBEJS_DB_EXPORT_BUCKET ([#4390](https://github.com/cube-js/cube.js/issues/4390)) ([4b4dd60](https://github.com/cube-js/cube.js/commit/4b4dd60256dcbd36d049fb02078459a7873f1ecd))
419
-
420
-
421
-
422
-
423
-
424
- ## [0.29.48](https://github.com/cube-js/cube.js/compare/v0.29.47...v0.29.48) (2022-04-14)
425
-
426
- **Note:** Version bump only for package @cubejs-backend/athena-driver
427
-
428
-
429
-
430
-
431
-
432
- ## [0.29.42](https://github.com/cube-js/cube.js/compare/v0.29.41...v0.29.42) (2022-04-04)
433
-
434
- **Note:** Version bump only for package @cubejs-backend/athena-driver
435
-
436
-
437
-
438
-
439
-
440
- ## [0.29.37](https://github.com/cube-js/cube.js/compare/v0.29.36...v0.29.37) (2022-03-29)
441
-
442
- **Note:** Version bump only for package @cubejs-backend/athena-driver
443
-
444
-
445
-
446
-
447
-
448
- ## [0.29.35](https://github.com/cube-js/cube.js/compare/v0.29.34...v0.29.35) (2022-03-24)
449
-
450
- **Note:** Version bump only for package @cubejs-backend/athena-driver
451
-
452
-
453
-
454
-
455
-
456
- ## [0.29.33](https://github.com/cube-js/cube.js/compare/v0.29.32...v0.29.33) (2022-03-17)
457
-
458
- **Note:** Version bump only for package @cubejs-backend/athena-driver
459
-
460
-
461
-
462
-
463
-
464
- ## [0.29.31](https://github.com/cube-js/cube.js/compare/v0.29.30...v0.29.31) (2022-03-09)
465
-
466
-
467
- ### Bug Fixes
468
-
469
- * **athena:** Fixes export bucket location. Fixes column order. ([#4183](https://github.com/cube-js/cube.js/issues/4183)) ([abd40a7](https://github.com/cube-js/cube.js/commit/abd40a79e360cd9a9eceeb56a450102bd782f3d9))
470
-
471
-
472
-
473
-
474
-
475
- ## [0.29.30](https://github.com/cube-js/cube.js/compare/v0.29.29...v0.29.30) (2022-03-04)
476
-
477
- **Note:** Version bump only for package @cubejs-backend/athena-driver
478
-
479
-
480
-
481
-
482
-
483
- ## [0.29.29](https://github.com/cube-js/cube.js/compare/v0.29.28...v0.29.29) (2022-03-03)
484
-
485
- **Note:** Version bump only for package @cubejs-backend/athena-driver
486
-
487
-
488
-
489
-
490
-
491
- ## [0.29.28](https://github.com/cube-js/cube.js/compare/v0.29.27...v0.29.28) (2022-02-10)
492
-
493
-
494
- ### Bug Fixes
495
-
496
- * **@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))
497
-
498
-
499
-
500
-
501
-
502
- ## [0.29.25](https://github.com/cube-js/cube.js/compare/v0.29.24...v0.29.25) (2022-02-03)
503
-
504
- **Note:** Version bump only for package @cubejs-backend/athena-driver
505
-
506
-
507
-
508
-
509
-
510
- ## [0.29.24](https://github.com/cube-js/cube.js/compare/v0.29.23...v0.29.24) (2022-02-01)
511
-
512
- **Note:** Version bump only for package @cubejs-backend/athena-driver
513
-
514
-
515
-
516
-
517
-
518
- ## [0.29.23](https://github.com/cube-js/cube.js/compare/v0.29.22...v0.29.23) (2022-01-26)
519
-
520
- **Note:** Version bump only for package @cubejs-backend/athena-driver
521
-
522
-
523
-
524
-
525
-
526
- ## [0.29.22](https://github.com/cube-js/cube.js/compare/v0.29.21...v0.29.22) (2022-01-21)
527
-
528
- **Note:** Version bump only for package @cubejs-backend/athena-driver
529
-
530
-
531
-
532
-
533
-
534
- ## [0.29.21](https://github.com/cube-js/cube.js/compare/v0.29.20...v0.29.21) (2022-01-17)
535
-
536
- **Note:** Version bump only for package @cubejs-backend/athena-driver
537
-
538
-
539
-
540
-
541
-
542
- ## [0.29.20](https://github.com/cube-js/cube.js/compare/v0.29.19...v0.29.20) (2022-01-10)
543
-
544
- **Note:** Version bump only for package @cubejs-backend/athena-driver
545
-
546
-
547
-
548
-
549
-
550
- ## [0.29.18](https://github.com/cube-js/cube.js/compare/v0.29.17...v0.29.18) (2022-01-09)
551
-
552
- **Note:** Version bump only for package @cubejs-backend/athena-driver
553
-
554
-
555
-
556
-
557
-
558
- ## [0.29.15](https://github.com/cube-js/cube.js/compare/v0.29.14...v0.29.15) (2021-12-30)
559
-
560
-
561
- ### Features
562
-
563
- * Introduce single unified CUBEJS_DB_QUERY_TIMEOUT env variable to set all various variables that control database query timeouts ([#3864](https://github.com/cube-js/cube.js/issues/3864)) ([33c6292](https://github.com/cube-js/cube.js/commit/33c6292059e65e293a7e3d61e1f1e0c1413eeece))
564
-
565
-
566
-
567
-
568
-
569
- ## [0.29.12](https://github.com/cube-js/cube.js/compare/v0.29.11...v0.29.12) (2021-12-29)
570
-
571
- **Note:** Version bump only for package @cubejs-backend/athena-driver
572
-
573
-
574
-
575
-
576
-
577
- ## [0.29.7](https://github.com/cube-js/cube.js/compare/v0.29.6...v0.29.7) (2021-12-20)
578
-
579
- **Note:** Version bump only for package @cubejs-backend/athena-driver
580
-
581
-
582
-
583
-
584
-
585
- ## [0.29.6](https://github.com/cube-js/cube.js/compare/v0.29.5...v0.29.6) (2021-12-19)
586
-
587
- **Note:** Version bump only for package @cubejs-backend/athena-driver
588
-
589
-
590
-
591
-
592
-
593
- # [0.29.0](https://github.com/cube-js/cube.js/compare/v0.28.67...v0.29.0) (2021-12-14)
594
-
595
-
596
- ### Reverts
597
-
598
- * 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)
599
-
600
-
601
- * 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)
602
-
603
-
604
- ### BREAKING CHANGES
605
-
606
- * Drop support for Node.js 10 (12.x is a minimal version)
607
- * Upgrade Node.js to 14 for Docker images
608
- * Drop support for Node.js 15
609
-
610
-
611
-
612
-
613
-
614
- ## [0.28.64](https://github.com/cube-js/cube.js/compare/v0.28.63...v0.28.64) (2021-12-05)
615
-
616
- **Note:** Version bump only for package @cubejs-backend/athena-driver
617
-
618
-
619
-
620
-
621
-
622
- ## [0.28.63](https://github.com/cube-js/cube.js/compare/v0.28.62...v0.28.63) (2021-12-03)
623
-
624
- **Note:** Version bump only for package @cubejs-backend/athena-driver
625
-
626
-
627
-
628
-
629
-
630
- ## [0.28.61](https://github.com/cube-js/cube.js/compare/v0.28.60...v0.28.61) (2021-11-30)
631
-
632
- **Note:** Version bump only for package @cubejs-backend/athena-driver
633
-
634
-
635
-
636
-
637
-
638
- ## [0.28.60](https://github.com/cube-js/cube.js/compare/v0.28.59...v0.28.60) (2021-11-25)
639
-
640
- **Note:** Version bump only for package @cubejs-backend/athena-driver
641
-
642
-
643
-
644
-
645
-
646
- ## [0.28.59](https://github.com/cube-js/cube.js/compare/v0.28.58...v0.28.59) (2021-11-21)
647
-
648
- **Note:** Version bump only for package @cubejs-backend/athena-driver
649
-
650
-
651
-
652
-
653
-
654
- ## [0.28.58](https://github.com/cube-js/cube.js/compare/v0.28.57...v0.28.58) (2021-11-18)
655
-
656
- **Note:** Version bump only for package @cubejs-backend/athena-driver
657
-
658
-
659
-
660
-
661
-
662
- ## [0.28.56](https://github.com/cube-js/cube.js/compare/v0.28.55...v0.28.56) (2021-11-14)
663
-
664
- **Note:** Version bump only for package @cubejs-backend/athena-driver
665
-
666
-
667
-
668
-
669
-
670
- ## [0.28.55](https://github.com/cube-js/cube.js/compare/v0.28.54...v0.28.55) (2021-11-12)
671
-
672
- **Note:** Version bump only for package @cubejs-backend/athena-driver
673
-
674
-
675
-
676
-
677
-
678
- ## [0.28.52](https://github.com/cube-js/cube.js/compare/v0.28.51...v0.28.52) (2021-11-03)
679
-
680
- **Note:** Version bump only for package @cubejs-backend/athena-driver
681
-
682
-
683
-
684
-
685
-
686
- ## [0.28.50](https://github.com/cube-js/cube.js/compare/v0.28.49...v0.28.50) (2021-10-28)
687
-
688
- **Note:** Version bump only for package @cubejs-backend/athena-driver
689
-
690
-
691
-
692
-
693
-
694
- ## [0.28.47](https://github.com/cube-js/cube.js/compare/v0.28.46...v0.28.47) (2021-10-22)
695
-
696
- **Note:** Version bump only for package @cubejs-backend/athena-driver
697
-
698
-
699
-
700
-
701
-
702
- ## [0.28.42](https://github.com/cube-js/cube.js/compare/v0.28.41...v0.28.42) (2021-10-15)
703
-
704
- **Note:** Version bump only for package @cubejs-backend/athena-driver
705
-
706
-
707
-
708
-
709
-
710
- ## [0.28.38](https://github.com/cube-js/cube.js/compare/v0.28.37...v0.28.38) (2021-09-20)
711
-
712
- **Note:** Version bump only for package @cubejs-backend/athena-driver
713
-
714
-
715
-
716
-
717
-
718
- ## [0.28.37](https://github.com/cube-js/cube.js/compare/v0.28.36...v0.28.37) (2021-09-17)
719
-
720
- **Note:** Version bump only for package @cubejs-backend/athena-driver
721
-
722
-
723
-
724
-
725
-
726
- ## [0.28.34](https://github.com/cube-js/cube.js/compare/v0.28.33...v0.28.34) (2021-09-13)
727
-
728
- **Note:** Version bump only for package @cubejs-backend/athena-driver
729
-
730
-
731
-
732
-
733
-
734
- ## [0.28.33](https://github.com/cube-js/cube.js/compare/v0.28.32...v0.28.33) (2021-09-11)
735
-
736
- **Note:** Version bump only for package @cubejs-backend/athena-driver
737
-
738
-
739
-
740
-
741
-
742
- ## [0.28.32](https://github.com/cube-js/cube.js/compare/v0.28.31...v0.28.32) (2021-09-06)
743
-
744
- **Note:** Version bump only for package @cubejs-backend/athena-driver
745
-
746
-
747
-
748
-
749
-
750
- ## [0.28.29](https://github.com/cube-js/cube.js/compare/v0.28.28...v0.28.29) (2021-08-31)
751
-
752
- **Note:** Version bump only for package @cubejs-backend/athena-driver
753
-
754
-
755
-
756
-
757
-
758
- ## [0.28.27](https://github.com/cube-js/cube.js/compare/v0.28.26...v0.28.27) (2021-08-25)
759
-
760
- **Note:** Version bump only for package @cubejs-backend/athena-driver
761
-
762
-
763
-
764
-
765
-
766
- ## [0.28.25](https://github.com/cube-js/cube.js/compare/v0.28.24...v0.28.25) (2021-08-20)
767
-
768
-
769
- ### Features
770
-
771
- * **athena-driver:** Allow to configure workGroup ([#3254](https://github.com/cube-js/cube.js/issues/3254)) ([a300038](https://github.com/cube-js/cube.js/commit/a300038921c8fb93f2d255b32afc5c7e8150cf65))
772
-
773
-
774
-
775
-
776
-
777
- ## [0.28.24](https://github.com/cube-js/cube.js/compare/v0.28.23...v0.28.24) (2021-08-19)
778
-
779
- **Note:** Version bump only for package @cubejs-backend/athena-driver
780
-
781
-
782
-
783
-
784
-
785
- ## [0.28.22](https://github.com/cube-js/cube.js/compare/v0.28.21...v0.28.22) (2021-08-17)
786
-
787
- **Note:** Version bump only for package @cubejs-backend/athena-driver
788
-
789
-
790
-
791
-
792
-
793
- ## [0.28.19](https://github.com/cube-js/cube.js/compare/v0.28.18...v0.28.19) (2021-08-13)
794
-
795
- **Note:** Version bump only for package @cubejs-backend/athena-driver
796
-
797
-
798
-
799
-
800
-
801
- ## [0.28.17](https://github.com/cube-js/cube.js/compare/v0.28.16...v0.28.17) (2021-08-11)
802
-
803
- **Note:** Version bump only for package @cubejs-backend/athena-driver
804
-
805
-
806
-
807
-
808
-
809
- ## [0.28.15](https://github.com/cube-js/cube.js/compare/v0.28.14...v0.28.15) (2021-08-06)
810
-
811
-
812
- ### Bug Fixes
813
-
814
- * **athena-driver:** Typings for driver (wrong import) ([fe6d429](https://github.com/cube-js/cube.js/commit/fe6d429c8ddf04702401c424143c113e92da0650))
815
-
816
-
817
- ### Features
818
-
819
- * **athena-driver:** Use getWorkGroup instead of SELECT 1 for testConnection ([a99a6e4](https://github.com/cube-js/cube.js/commit/a99a6e4bb5b5dad5558a74683f8618696c1786c0))
820
-
821
-
822
-
823
-
824
-
825
- ## [0.28.14](https://github.com/cube-js/cube.js/compare/v0.28.13...v0.28.14) (2021-08-05)
826
-
827
- **Note:** Version bump only for package @cubejs-backend/athena-driver
828
-
829
-
830
-
831
-
832
-
833
- ## [0.28.13](https://github.com/cube-js/cube.js/compare/v0.28.12...v0.28.13) (2021-08-04)
834
-
835
- **Note:** Version bump only for package @cubejs-backend/athena-driver
836
-
837
-
838
-
839
-
840
-
841
- ## [0.28.11](https://github.com/cube-js/cube.js/compare/v0.28.10...v0.28.11) (2021-07-31)
842
-
843
- **Note:** Version bump only for package @cubejs-backend/athena-driver
844
-
845
-
846
-
847
-
848
-
849
- ## [0.28.10](https://github.com/cube-js/cube.js/compare/v0.28.9...v0.28.10) (2021-07-30)
850
-
851
- **Note:** Version bump only for package @cubejs-backend/athena-driver
852
-
853
-
854
-
855
-
856
-
857
- ## [0.28.9](https://github.com/cube-js/cube.js/compare/v0.28.8...v0.28.9) (2021-07-29)
858
-
859
- **Note:** Version bump only for package @cubejs-backend/athena-driver
860
-
861
-
862
-
863
-
864
-
865
- ## [0.28.8](https://github.com/cube-js/cube.js/compare/v0.28.7...v0.28.8) (2021-07-25)
866
-
867
- **Note:** Version bump only for package @cubejs-backend/athena-driver
868
-
869
-
870
-
871
-
872
-
873
- ## [0.28.7](https://github.com/cube-js/cube.js/compare/v0.28.6...v0.28.7) (2021-07-25)
874
-
875
- **Note:** Version bump only for package @cubejs-backend/athena-driver
876
-
877
-
878
-
879
-
880
-
881
- ## [0.28.6](https://github.com/cube-js/cube.js/compare/v0.28.5...v0.28.6) (2021-07-22)
882
-
883
- **Note:** Version bump only for package @cubejs-backend/athena-driver
884
-
885
-
886
-
887
-
888
-
889
- ## [0.28.4](https://github.com/cube-js/cube.js/compare/v0.28.3...v0.28.4) (2021-07-20)
890
-
891
-
892
- ### Features
893
-
894
- * **athena-driver:** Use AWS-SDK v3 (modular) ([f14b7c1](https://github.com/cube-js/cube.js/commit/f14b7c1a12d25fc9e140bfb352a1eb4ca4a11cda))
895
-
896
-
897
-
898
-
899
-
900
- ## [0.28.3](https://github.com/cube-js/cube.js/compare/v0.28.2...v0.28.3) (2021-07-20)
901
-
902
- **Note:** Version bump only for package @cubejs-backend/athena-driver
903
-
904
-
905
-
906
-
907
-
908
- ## [0.28.2](https://github.com/cube-js/cube.js/compare/v0.28.1...v0.28.2) (2021-07-20)
909
-
910
- **Note:** Version bump only for package @cubejs-backend/athena-driver
911
-
912
-
913
-
914
-
915
-
916
- ## [0.28.1](https://github.com/cube-js/cube.js/compare/v0.28.0...v0.28.1) (2021-07-19)
917
-
918
- **Note:** Version bump only for package @cubejs-backend/athena-driver
919
-
920
-
921
-
922
-
923
-
924
- # [0.28.0](https://github.com/cube-js/cube.js/compare/v0.27.53...v0.28.0) (2021-07-17)
925
-
926
- **Note:** Version bump only for package @cubejs-backend/athena-driver
927
-
928
-
929
-
930
-
931
-
932
- ## [0.27.53](https://github.com/cube-js/cube.js/compare/v0.27.52...v0.27.53) (2021-07-13)
933
-
934
- **Note:** Version bump only for package @cubejs-backend/athena-driver
935
-
936
-
937
-
938
-
939
-
940
- ## [0.27.51](https://github.com/cube-js/cube.js/compare/v0.27.50...v0.27.51) (2021-07-13)
941
-
942
- **Note:** Version bump only for package @cubejs-backend/athena-driver
943
-
944
-
945
-
946
-
947
-
948
- ## [0.27.49](https://github.com/cube-js/cube.js/compare/v0.27.48...v0.27.49) (2021-07-08)
949
-
950
- **Note:** Version bump only for package @cubejs-backend/athena-driver
951
-
952
-
953
-
954
-
955
-
956
- ## [0.27.47](https://github.com/cube-js/cube.js/compare/v0.27.46...v0.27.47) (2021-07-06)
957
-
958
- **Note:** Version bump only for package @cubejs-backend/athena-driver
959
-
960
-
961
-
962
-
963
-
964
- ## [0.27.46](https://github.com/cube-js/cube.js/compare/v0.27.45...v0.27.46) (2021-07-01)
965
-
966
- **Note:** Version bump only for package @cubejs-backend/athena-driver
967
-
968
-
969
-
970
-
971
-
972
- ## [0.27.45](https://github.com/cube-js/cube.js/compare/v0.27.44...v0.27.45) (2021-06-30)
973
-
974
- **Note:** Version bump only for package @cubejs-backend/athena-driver
975
-
976
-
977
-
978
-
979
-
980
- ## [0.27.41](https://github.com/cube-js/cube.js/compare/v0.27.40...v0.27.41) (2021-06-25)
981
-
982
- **Note:** Version bump only for package @cubejs-backend/athena-driver
983
-
984
-
985
-
986
-
987
-
988
- ## [0.27.39](https://github.com/cube-js/cube.js/compare/v0.27.38...v0.27.39) (2021-06-22)
989
-
990
- **Note:** Version bump only for package @cubejs-backend/athena-driver
991
-
992
-
993
-
994
-
995
-
996
- ## [0.27.38](https://github.com/cube-js/cube.js/compare/v0.27.37...v0.27.38) (2021-06-22)
997
-
998
- **Note:** Version bump only for package @cubejs-backend/athena-driver
999
-
1000
-
1001
-
1002
-
1003
-
1004
- ## [0.27.37](https://github.com/cube-js/cube.js/compare/v0.27.36...v0.27.37) (2021-06-21)
1005
-
1006
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1007
-
1008
-
1009
-
1010
-
1011
-
1012
- ## [0.27.35](https://github.com/cube-js/cube.js/compare/v0.27.34...v0.27.35) (2021-06-18)
1013
-
1014
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1015
-
1016
-
1017
-
1018
-
1019
-
1020
- ## [0.27.34](https://github.com/cube-js/cube.js/compare/v0.27.33...v0.27.34) (2021-06-15)
1021
-
1022
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1023
-
1024
-
1025
-
1026
-
1027
-
1028
- ## [0.27.33](https://github.com/cube-js/cube.js/compare/v0.27.32...v0.27.33) (2021-06-15)
1029
-
1030
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1031
-
1032
-
1033
-
1034
-
1035
-
1036
- ## [0.27.32](https://github.com/cube-js/cube.js/compare/v0.27.31...v0.27.32) (2021-06-12)
1037
-
1038
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1039
-
1040
-
1041
-
1042
-
1043
-
1044
- ## [0.27.31](https://github.com/cube-js/cube.js/compare/v0.27.30...v0.27.31) (2021-06-11)
1045
-
1046
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1047
-
1048
-
1049
-
1050
-
1051
-
1052
- ## [0.27.30](https://github.com/cube-js/cube.js/compare/v0.27.29...v0.27.30) (2021-06-04)
1053
-
1054
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1055
-
1056
-
1057
-
1058
-
1059
-
1060
- ## [0.27.25](https://github.com/cube-js/cube.js/compare/v0.27.24...v0.27.25) (2021-06-01)
1061
-
1062
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1063
-
1064
-
1065
-
1066
-
1067
-
1068
- ## [0.27.22](https://github.com/cube-js/cube.js/compare/v0.27.21...v0.27.22) (2021-05-27)
1069
-
1070
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1071
-
1072
-
1073
-
1074
-
1075
-
1076
- ## [0.27.17](https://github.com/cube-js/cube.js/compare/v0.27.16...v0.27.17) (2021-05-22)
1077
-
1078
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1079
-
1080
-
1081
-
1082
-
1083
-
1084
- ## [0.27.16](https://github.com/cube-js/cube.js/compare/v0.27.15...v0.27.16) (2021-05-19)
1085
-
1086
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1087
-
1088
-
1089
-
1090
-
1091
-
1092
- ## [0.27.15](https://github.com/cube-js/cube.js/compare/v0.27.14...v0.27.15) (2021-05-18)
1093
-
1094
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1095
-
1096
-
1097
-
1098
-
1099
-
1100
- ## [0.27.13](https://github.com/cube-js/cube.js/compare/v0.27.12...v0.27.13) (2021-05-13)
1101
-
1102
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1103
-
1104
-
1105
-
1106
-
1107
-
1108
- ## [0.27.10](https://github.com/cube-js/cube.js/compare/v0.27.9...v0.27.10) (2021-05-11)
1109
-
1110
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1111
-
1112
-
1113
-
1114
-
1115
-
1116
- ## [0.27.5](https://github.com/cube-js/cube.js/compare/v0.27.4...v0.27.5) (2021-05-03)
1117
-
1118
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1119
-
1120
-
1121
-
1122
-
1123
-
1124
- ## [0.27.4](https://github.com/cube-js/cube.js/compare/v0.27.3...v0.27.4) (2021-04-29)
1125
-
1126
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1127
-
1128
-
1129
-
1130
-
1131
-
1132
- ## [0.27.2](https://github.com/cube-js/cube.js/compare/v0.27.1...v0.27.2) (2021-04-28)
1133
-
1134
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1135
-
1136
-
1137
-
1138
-
1139
-
1140
- ## [0.27.1](https://github.com/cube-js/cube.js/compare/v0.27.0...v0.27.1) (2021-04-27)
1141
-
1142
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1143
-
1144
-
1145
-
1146
-
1147
-
1148
- # [0.27.0](https://github.com/cube-js/cube.js/compare/v0.26.104...v0.27.0) (2021-04-26)
1149
-
1150
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1151
-
1152
-
1153
-
1154
-
1155
-
1156
- ## [0.26.103](https://github.com/cube-js/cube.js/compare/v0.26.102...v0.26.103) (2021-04-24)
1157
-
1158
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1159
-
1160
-
1161
-
1162
-
1163
-
1164
- ## [0.26.101](https://github.com/cube-js/cube.js/compare/v0.26.100...v0.26.101) (2021-04-20)
1165
-
1166
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1167
-
1168
-
1169
-
1170
-
1171
-
1172
- ## [0.26.99](https://github.com/cube-js/cube.js/compare/v0.26.98...v0.26.99) (2021-04-16)
1173
-
1174
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1175
-
1176
-
1177
-
1178
-
1179
-
1180
- ## [0.26.95](https://github.com/cube-js/cube.js/compare/v0.26.94...v0.26.95) (2021-04-13)
1181
-
1182
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1183
-
1184
-
1185
-
1186
-
1187
-
1188
- ## [0.26.90](https://github.com/cube-js/cube.js/compare/v0.26.89...v0.26.90) (2021-04-11)
1189
-
1190
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1191
-
1192
-
1193
-
1194
-
1195
-
1196
- ## [0.26.88](https://github.com/cube-js/cube.js/compare/v0.26.87...v0.26.88) (2021-04-10)
1197
-
1198
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1199
-
1200
-
1201
-
1202
-
1203
-
1204
- ## [0.26.87](https://github.com/cube-js/cube.js/compare/v0.26.86...v0.26.87) (2021-04-10)
1205
-
1206
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1207
-
1208
-
1209
-
1210
-
1211
-
1212
- ## [0.26.81](https://github.com/cube-js/cube.js/compare/v0.26.80...v0.26.81) (2021-04-07)
1213
-
1214
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1215
-
1216
-
1217
-
1218
-
1219
-
1220
- ## [0.26.79](https://github.com/cube-js/cube.js/compare/v0.26.78...v0.26.79) (2021-04-06)
1221
-
1222
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1223
-
1224
-
1225
-
1226
-
1227
-
1228
- ## [0.26.78](https://github.com/cube-js/cube.js/compare/v0.26.77...v0.26.78) (2021-04-05)
1229
-
1230
-
1231
- ### Bug Fixes
1232
-
1233
- * **athena-driver:** Wrong escape, Use " for column names, ` for table/schema ([62d8fcf](https://github.com/cube-js/cube.js/commit/62d8fcfb145ac04de72086b354bd583279617481))
1234
-
1235
-
1236
-
1237
-
1238
-
1239
- ## [0.26.77](https://github.com/cube-js/cube.js/compare/v0.26.76...v0.26.77) (2021-04-04)
1240
-
1241
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1242
-
1243
-
1244
-
1245
-
1246
-
1247
- ## [0.26.76](https://github.com/cube-js/cube.js/compare/v0.26.75...v0.26.76) (2021-04-03)
1248
-
1249
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1250
-
1251
-
1252
-
1253
-
1254
-
1255
- ## [0.26.74](https://github.com/cube-js/cube.js/compare/v0.26.73...v0.26.74) (2021-04-01)
1256
-
1257
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1258
-
1259
-
1260
-
1261
-
1262
-
1263
- ## [0.26.72](https://github.com/cube-js/cube.js/compare/v0.26.71...v0.26.72) (2021-03-29)
1264
-
1265
-
1266
- ### Bug Fixes
1267
-
1268
- * **athena-driver:** Use correct quoteIdentifier, fix [#2363](https://github.com/cube-js/cube.js/issues/2363) ([968b3b7](https://github.com/cube-js/cube.js/commit/968b3b7363b0d2c6c8385c717f3d1f29300c5caf))
1269
-
1270
-
1271
-
1272
-
1273
-
1274
- ## [0.26.69](https://github.com/cube-js/cube.js/compare/v0.26.68...v0.26.69) (2021-03-25)
1275
-
1276
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1277
-
1278
-
1279
-
1280
-
1281
-
1282
- ## [0.26.65](https://github.com/cube-js/cube.js/compare/v0.26.64...v0.26.65) (2021-03-24)
1283
-
1284
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1285
-
1286
-
1287
-
1288
-
1289
-
1290
- ## [0.26.54](https://github.com/cube-js/cube.js/compare/v0.26.53...v0.26.54) (2021-03-12)
1291
-
1292
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1293
-
1294
-
1295
-
1296
-
1297
-
1298
- ## [0.26.45](https://github.com/cube-js/cube.js/compare/v0.26.44...v0.26.45) (2021-03-04)
1299
-
1300
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1301
-
1302
-
1303
-
1304
-
1305
-
1306
- ## [0.26.38](https://github.com/cube-js/cube.js/compare/v0.26.37...v0.26.38) (2021-02-26)
1307
-
1308
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1309
-
1310
-
1311
-
1312
-
1313
-
1314
- ## [0.26.35](https://github.com/cube-js/cube.js/compare/v0.26.34...v0.26.35) (2021-02-25)
1315
-
1316
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1317
-
1318
-
1319
-
1320
-
1321
-
1322
- ## [0.26.25](https://github.com/cube-js/cube.js/compare/v0.26.24...v0.26.25) (2021-02-20)
1323
-
1324
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1325
-
1326
-
1327
-
1328
-
1329
-
1330
- ## [0.26.23](https://github.com/cube-js/cube.js/compare/v0.26.22...v0.26.23) (2021-02-20)
1331
-
1332
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1333
-
1334
-
1335
-
1336
-
1337
-
1338
- ## [0.26.22](https://github.com/cube-js/cube.js/compare/v0.26.21...v0.26.22) (2021-02-20)
1339
-
1340
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1341
-
1342
-
1343
-
1344
-
1345
-
1346
- ## [0.26.19](https://github.com/cube-js/cube.js/compare/v0.26.18...v0.26.19) (2021-02-19)
1347
-
1348
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1349
-
1350
-
1351
-
1352
-
1353
-
1354
- ## [0.26.16](https://github.com/cube-js/cube.js/compare/v0.26.15...v0.26.16) (2021-02-18)
1355
-
1356
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1357
-
1358
-
1359
-
1360
-
1361
-
1362
- ## [0.26.15](https://github.com/cube-js/cube.js/compare/v0.26.14...v0.26.15) (2021-02-16)
1363
-
1364
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1365
-
1366
-
1367
-
1368
-
1369
-
1370
- ## [0.26.13](https://github.com/cube-js/cube.js/compare/v0.26.12...v0.26.13) (2021-02-12)
1371
-
1372
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1373
-
1374
-
1375
-
1376
-
1377
-
1378
- ## [0.26.12](https://github.com/cube-js/cube.js/compare/v0.26.11...v0.26.12) (2021-02-11)
1379
-
1380
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1381
-
1382
-
1383
-
1384
-
1385
-
1386
- ## [0.26.11](https://github.com/cube-js/cube.js/compare/v0.26.10...v0.26.11) (2021-02-10)
1387
-
1388
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1389
-
1390
-
1391
-
1392
-
1393
-
1394
- ## [0.26.10](https://github.com/cube-js/cube.js/compare/v0.26.9...v0.26.10) (2021-02-09)
1395
-
1396
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1397
-
1398
-
1399
-
1400
-
1401
-
1402
- ## [0.26.7](https://github.com/cube-js/cube.js/compare/v0.26.6...v0.26.7) (2021-02-09)
1403
-
1404
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1405
-
1406
-
1407
-
1408
-
1409
-
1410
- ## [0.26.6](https://github.com/cube-js/cube.js/compare/v0.26.5...v0.26.6) (2021-02-08)
1411
-
1412
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1413
-
1414
-
1415
-
1416
-
1417
-
1418
- ## [0.26.2](https://github.com/cube-js/cube.js/compare/v0.26.1...v0.26.2) (2021-02-01)
1419
-
1420
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1421
-
1422
-
1423
-
1424
-
1425
-
1426
- # [0.26.0](https://github.com/cube-js/cube.js/compare/v0.25.33...v0.26.0) (2021-02-01)
1427
-
1428
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1429
-
1430
-
1431
-
1432
-
1433
-
1434
- ## [0.25.32](https://github.com/cube-js/cube.js/compare/v0.25.31...v0.25.32) (2021-01-29)
1435
-
1436
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1437
-
1438
-
1439
-
1440
-
1441
-
1442
- ## [0.25.30](https://github.com/cube-js/cube.js/compare/v0.25.29...v0.25.30) (2021-01-26)
1443
-
1444
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1445
-
1446
-
1447
-
1448
-
1449
-
1450
- ## [0.25.29](https://github.com/cube-js/cube.js/compare/v0.25.28...v0.25.29) (2021-01-26)
1451
-
1452
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1453
-
1454
-
1455
-
1456
-
1457
-
1458
- ## [0.25.26](https://github.com/cube-js/cube.js/compare/v0.25.25...v0.25.26) (2021-01-25)
1459
-
1460
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1461
-
1462
-
1463
-
1464
-
1465
-
1466
- ## [0.25.24](https://github.com/cube-js/cube.js/compare/v0.25.23...v0.25.24) (2021-01-22)
1467
-
1468
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1469
-
1470
-
1471
-
1472
-
1473
-
1474
- ## [0.25.23](https://github.com/cube-js/cube.js/compare/v0.25.22...v0.25.23) (2021-01-22)
1475
-
1476
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1477
-
1478
-
1479
-
1480
-
1481
-
1482
- ## [0.25.22](https://github.com/cube-js/cube.js/compare/v0.25.21...v0.25.22) (2021-01-21)
1483
-
1484
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1485
-
1486
-
1487
-
1488
-
1489
-
1490
- ## [0.25.21](https://github.com/cube-js/cube.js/compare/v0.25.20...v0.25.21) (2021-01-19)
1491
-
1492
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1493
-
1494
-
1495
-
1496
-
1497
-
1498
- ## [0.25.20](https://github.com/cube-js/cube.js/compare/v0.25.19...v0.25.20) (2021-01-15)
1499
-
1500
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1501
-
1502
-
1503
-
1504
-
1505
-
1506
- ## [0.25.18](https://github.com/cube-js/cube.js/compare/v0.25.17...v0.25.18) (2021-01-14)
1507
-
1508
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1509
-
1510
-
1511
-
1512
-
1513
-
1514
- ## [0.25.15](https://github.com/cube-js/cube.js/compare/v0.25.14...v0.25.15) (2021-01-12)
1515
-
1516
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1517
-
1518
-
1519
-
1520
-
1521
-
1522
- ## [0.25.13](https://github.com/cube-js/cube.js/compare/v0.25.12...v0.25.13) (2021-01-07)
1523
-
1524
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1525
-
1526
-
1527
-
1528
-
1529
-
1530
- ## [0.25.6](https://github.com/cube-js/cube.js/compare/v0.25.5...v0.25.6) (2020-12-30)
1531
-
1532
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1533
-
1534
-
1535
-
1536
-
1537
-
1538
- ## [0.25.5](https://github.com/cube-js/cube.js/compare/v0.25.4...v0.25.5) (2020-12-30)
1539
-
1540
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1541
-
1542
-
1543
-
1544
-
1545
-
1546
- ## [0.25.4](https://github.com/cube-js/cube.js/compare/v0.25.3...v0.25.4) (2020-12-30)
1547
-
1548
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1549
-
1550
-
1551
-
1552
-
1553
-
1554
- ## [0.25.2](https://github.com/cube-js/cube.js/compare/v0.25.1...v0.25.2) (2020-12-27)
1555
-
1556
-
1557
- ### Features
1558
-
1559
- * Ability to set timeouts for polling in BigQuery/Athena ([#1675](https://github.com/cube-js/cube.js/issues/1675)) ([dc944b1](https://github.com/cube-js/cube.js/commit/dc944b1aaacc69dd74a9d9d31ceaf43e16d37ccd)), closes [#1672](https://github.com/cube-js/cube.js/issues/1672)
1560
-
1561
-
1562
-
1563
-
1564
-
1565
- ## [0.25.1](https://github.com/cube-js/cube.js/compare/v0.25.0...v0.25.1) (2020-12-24)
1566
-
1567
-
1568
- ### Features
1569
-
1570
- * **athena-driver:** Support readOnly option, add typings ([a519cb8](https://github.com/cube-js/cube.js/commit/a519cb880be2bb2b872c56b092f1273291fbd397))
1571
-
1572
-
1573
-
1574
-
1575
-
1576
- # [0.25.0](https://github.com/cube-js/cube.js/compare/v0.24.15...v0.25.0) (2020-12-21)
1577
-
1578
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1579
-
1580
-
1581
-
1582
-
1583
-
1584
- ## [0.24.13](https://github.com/cube-js/cube.js/compare/v0.24.12...v0.24.13) (2020-12-18)
1585
-
1586
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1587
-
1588
-
1589
-
1590
-
1591
-
1592
- ## [0.24.12](https://github.com/cube-js/cube.js/compare/v0.24.11...v0.24.12) (2020-12-17)
1593
-
1594
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1595
-
1596
-
1597
-
1598
-
1599
-
1600
- ## [0.24.9](https://github.com/cube-js/cube.js/compare/v0.24.8...v0.24.9) (2020-12-16)
1601
-
1602
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1603
-
1604
-
1605
-
1606
-
1607
-
1608
- ## [0.24.8](https://github.com/cube-js/cube.js/compare/v0.24.7...v0.24.8) (2020-12-15)
1609
-
1610
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1611
-
1612
-
1613
-
1614
-
1615
-
1616
- ## [0.24.6](https://github.com/cube-js/cube.js/compare/v0.24.5...v0.24.6) (2020-12-13)
1617
-
1618
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1619
-
1620
-
1621
-
1622
-
1623
-
1624
- ## [0.24.5](https://github.com/cube-js/cube.js/compare/v0.24.4...v0.24.5) (2020-12-09)
1625
-
1626
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1627
-
1628
-
1629
-
1630
-
1631
-
1632
- ## [0.24.4](https://github.com/cube-js/cube.js/compare/v0.24.3...v0.24.4) (2020-12-07)
1633
-
1634
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1635
-
1636
-
1637
-
1638
-
1639
-
1640
- ## [0.24.3](https://github.com/cube-js/cube.js/compare/v0.24.2...v0.24.3) (2020-12-01)
1641
-
1642
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1643
-
1644
-
1645
-
1646
-
1647
-
1648
- ## [0.24.2](https://github.com/cube-js/cube.js/compare/v0.24.1...v0.24.2) (2020-11-27)
1649
-
1650
-
1651
- ### Features
1652
-
1653
- * **@cubejs-backend/query-orchestrator:** Initial move to TypeScript ([#1462](https://github.com/cube-js/cube.js/issues/1462)) ([101e8dc](https://github.com/cube-js/cube.js/commit/101e8dc90d4b1266c0327adb86cab3e3caa8d4d0))
1654
-
1655
-
1656
-
1657
-
1658
-
1659
- # [0.24.0](https://github.com/cube-js/cube.js/compare/v0.23.15...v0.24.0) (2020-11-26)
1660
-
1661
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1662
-
1663
-
1664
-
1665
-
1666
-
1667
- ## [0.23.14](https://github.com/cube-js/cube.js/compare/v0.23.13...v0.23.14) (2020-11-22)
1668
-
1669
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1670
-
1671
-
1672
-
1673
-
1674
-
1675
- ## [0.23.8](https://github.com/cube-js/cube.js/compare/v0.23.7...v0.23.8) (2020-11-06)
1676
-
1677
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1678
-
1679
-
1680
-
1681
-
1682
-
1683
- ## [0.23.6](https://github.com/cube-js/cube.js/compare/v0.23.5...v0.23.6) (2020-11-02)
1684
-
1685
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1686
-
1687
-
1688
-
1689
-
1690
-
1691
- ## [0.23.3](https://github.com/cube-js/cube.js/compare/v0.23.2...v0.23.3) (2020-10-31)
1692
-
1693
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1694
-
1695
-
1696
-
1697
-
1698
-
1699
- # [0.23.0](https://github.com/cube-js/cube.js/compare/v0.22.4...v0.23.0) (2020-10-28)
1700
-
1701
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1702
-
1703
-
1704
-
1705
-
1706
-
1707
- # [0.22.0](https://github.com/cube-js/cube.js/compare/v0.21.2...v0.22.0) (2020-10-20)
1708
-
1709
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1710
-
1711
-
1712
-
1713
-
1714
-
1715
- ## [0.21.1](https://github.com/cube-js/cube.js/compare/v0.21.0...v0.21.1) (2020-10-15)
1716
-
1717
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1718
-
1719
-
1720
-
1721
-
1722
-
1723
- # [0.21.0](https://github.com/cube-js/cube.js/compare/v0.20.15...v0.21.0) (2020-10-09)
1724
-
1725
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1726
-
1727
-
1728
-
1729
-
1730
-
1731
- ## [0.20.13](https://github.com/cube-js/cube.js/compare/v0.20.12...v0.20.13) (2020-10-07)
1732
-
1733
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1734
-
1735
-
1736
-
1737
-
1738
-
1739
- ## [0.20.9](https://github.com/cube-js/cube.js/compare/v0.20.8...v0.20.9) (2020-09-19)
1740
-
1741
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1742
-
1743
-
1744
-
1745
-
1746
-
1747
- ## [0.20.8](https://github.com/cube-js/cube.js/compare/v0.20.7...v0.20.8) (2020-09-16)
1748
-
1749
-
1750
- ### Bug Fixes
1751
-
1752
- * **@cubejs-backend/athena-driver:** Show views in Playground for Athena ([#1090](https://github.com/cube-js/cube.js/issues/1090)) ([f8ce729](https://github.com/cube-js/cube.js/commit/f8ce729))
1753
-
1754
-
1755
-
1756
-
1757
-
1758
- # [0.20.0](https://github.com/cube-js/cube.js/compare/v0.19.61...v0.20.0) (2020-08-26)
1759
-
1760
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1761
-
1762
-
1763
-
1764
-
1765
-
1766
- ## [0.19.61](https://github.com/cube-js/cube.js/compare/v0.19.60...v0.19.61) (2020-08-11)
1767
-
1768
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1769
-
1770
-
1771
-
1772
-
1773
-
1774
- ## [0.19.60](https://github.com/cube-js/cube.js/compare/v0.19.59...v0.19.60) (2020-08-08)
1775
-
1776
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1777
-
1778
-
1779
-
1780
-
1781
-
1782
- ## [0.19.56](https://github.com/cube-js/cube.js/compare/v0.19.55...v0.19.56) (2020-08-03)
1783
-
1784
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1785
-
1786
-
1787
-
1788
-
1789
-
1790
- ## [0.19.54](https://github.com/cube-js/cube.js/compare/v0.19.53...v0.19.54) (2020-07-23)
1791
-
1792
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1793
-
1794
-
1795
-
1796
-
1797
-
1798
- ## [0.19.53](https://github.com/cube-js/cube.js/compare/v0.19.52...v0.19.53) (2020-07-20)
1799
-
1800
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1801
-
1802
-
1803
-
1804
-
1805
-
1806
- ## [0.19.52](https://github.com/cube-js/cube.js/compare/v0.19.51...v0.19.52) (2020-07-18)
1807
-
1808
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1809
-
1810
-
1811
-
1812
-
1813
-
1814
- ## [0.19.50](https://github.com/cube-js/cube.js/compare/v0.19.49...v0.19.50) (2020-07-16)
1815
-
1816
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1817
-
1818
-
1819
-
1820
-
1821
-
1822
- ## [0.19.46](https://github.com/cube-js/cube.js/compare/v0.19.45...v0.19.46) (2020-07-06)
1823
-
1824
-
1825
- ### Features
1826
-
1827
- * Report query usage for Athena and BigQuery ([697b53f](https://github.com/cube-js/cube.js/commit/697b53f))
1828
-
1829
-
1830
-
1831
-
1832
-
1833
- ## [0.19.36](https://github.com/cube-js/cube.js/compare/v0.19.35...v0.19.36) (2020-06-24)
1834
-
1835
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1836
-
1837
-
1838
-
1839
-
1840
-
1841
- ## [0.19.17](https://github.com/cube-js/cube.js/compare/v0.19.16...v0.19.17) (2020-05-09)
1842
-
1843
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1844
-
1845
-
1846
-
1847
-
1848
-
1849
- ## [0.19.15](https://github.com/cube-js/cube.js/compare/v0.19.14...v0.19.15) (2020-05-04)
1850
-
1851
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1852
-
1853
-
1854
-
1855
-
1856
-
1857
- ## [0.19.14](https://github.com/cube-js/cube.js/compare/v0.19.13...v0.19.14) (2020-04-24)
1858
-
1859
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1860
-
1861
-
1862
-
1863
-
1864
-
1865
- ## [0.19.9](https://github.com/cube-js/cube.js/compare/v0.19.8...v0.19.9) (2020-04-16)
1866
-
1867
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1868
-
1869
-
1870
-
1871
-
1872
-
1873
- ## [0.19.8](https://github.com/cube-js/cube.js/compare/v0.19.7...v0.19.8) (2020-04-15)
1874
-
1875
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1876
-
1877
-
1878
-
1879
-
1880
-
1881
- ## [0.19.7](https://github.com/cube-js/cube.js/compare/v0.19.6...v0.19.7) (2020-04-14)
1882
-
1883
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1884
-
1885
-
1886
-
1887
-
1888
-
1889
- ## [0.19.6](https://github.com/cube-js/cube.js/compare/v0.19.5...v0.19.6) (2020-04-14)
1890
-
1891
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1892
-
1893
-
1894
-
1895
-
1896
-
1897
- ## [0.19.5](https://github.com/cube-js/cube.js/compare/v0.19.4...v0.19.5) (2020-04-13)
1898
-
1899
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1900
-
1901
-
1902
-
1903
-
1904
-
1905
- # [0.19.0](https://github.com/cube-js/cube.js/compare/v0.18.32...v0.19.0) (2020-04-09)
1906
-
1907
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1908
-
1909
-
1910
-
1911
-
1912
-
1913
- ## [0.18.18](https://github.com/cube-js/cube.js/compare/v0.18.17...v0.18.18) (2020-03-28)
1914
-
1915
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1916
-
1917
-
1918
-
1919
-
1920
-
1921
- ## [0.18.17](https://github.com/cube-js/cube.js/compare/v0.18.16...v0.18.17) (2020-03-24)
1922
-
1923
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1924
-
1925
-
1926
-
1927
-
1928
-
1929
- ## [0.18.13](https://github.com/cube-js/cube.js/compare/v0.18.12...v0.18.13) (2020-03-21)
1930
-
1931
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1932
-
1933
-
1934
-
1935
-
1936
-
1937
- ## [0.18.12](https://github.com/cube-js/cube.js/compare/v0.18.11...v0.18.12) (2020-03-19)
1938
-
1939
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1940
-
1941
-
1942
-
1943
-
1944
-
1945
- ## [0.18.11](https://github.com/cube-js/cube.js/compare/v0.18.10...v0.18.11) (2020-03-18)
1946
-
1947
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1948
-
1949
-
1950
-
1951
-
1952
-
1953
- ## [0.18.7](https://github.com/cube-js/cube.js/compare/v0.18.6...v0.18.7) (2020-03-17)
1954
-
1955
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1956
-
1957
-
1958
-
1959
-
1960
-
1961
- ## [0.18.6](https://github.com/cube-js/cube.js/compare/v0.18.5...v0.18.6) (2020-03-16)
1962
-
1963
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1964
-
1965
-
1966
-
1967
-
1968
-
1969
- ## [0.18.5](https://github.com/cube-js/cube.js/compare/v0.18.4...v0.18.5) (2020-03-15)
1970
-
1971
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1972
-
1973
-
1974
-
1975
-
1976
-
1977
- ## [0.18.4](https://github.com/cube-js/cube.js/compare/v0.18.3...v0.18.4) (2020-03-09)
1978
-
1979
-
1980
- ### Bug Fixes
1981
-
1982
- * Request span for WebSocketTransport is incorrectly set ([54ba5da](https://github.com/cube-js/cube.js/commit/54ba5da))
1983
-
1984
-
1985
-
1986
-
1987
-
1988
- ## [0.18.3](https://github.com/cube-js/cube.js/compare/v0.18.2...v0.18.3) (2020-03-02)
1989
-
1990
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1991
-
1992
-
1993
-
1994
-
1995
-
1996
- ## [0.18.2](https://github.com/cube-js/cube.js/compare/v0.18.1...v0.18.2) (2020-03-01)
1997
-
1998
- **Note:** Version bump only for package @cubejs-backend/athena-driver
1999
-
2000
-
2001
-
2002
-
2003
-
2004
- ## [0.18.1](https://github.com/cube-js/cube.js/compare/v0.18.0...v0.18.1) (2020-03-01)
2005
-
2006
- **Note:** Version bump only for package @cubejs-backend/athena-driver
2007
-
2008
-
2009
-
2010
-
2011
-
2012
- # [0.18.0](https://github.com/cube-js/cube.js/compare/v0.17.10...v0.18.0) (2020-03-01)
2013
-
2014
-
2015
- ### Bug Fixes
2016
-
2017
- * **athena-driver:** Remove debug output ([f538135](https://github.com/cube-js/cube.js/commit/f538135))
2018
-
2019
-
2020
-
2021
-
2022
-
2023
- ## [0.17.10](https://github.com/cube-js/cube.js/compare/v0.17.9...v0.17.10) (2020-02-20)
2024
-
2025
- **Note:** Version bump only for package @cubejs-backend/athena-driver
2026
-
2027
-
2028
-
2029
-
2030
-
2031
- ## [0.17.9](https://github.com/cube-js/cube.js/compare/v0.17.8...v0.17.9) (2020-02-18)
2032
-
2033
- **Note:** Version bump only for package @cubejs-backend/athena-driver
2034
-
2035
-
2036
-
2037
-
2038
-
2039
- ## [0.17.5](https://github.com/cube-js/cube.js/compare/v0.17.4...v0.17.5) (2020-02-07)
2040
-
2041
- **Note:** Version bump only for package @cubejs-backend/athena-driver
2042
-
2043
-
2044
-
2045
-
2046
-
2047
- ## [0.17.3](https://github.com/cube-js/cube.js/compare/v0.17.2...v0.17.3) (2020-02-06)
2048
-
2049
- **Note:** Version bump only for package @cubejs-backend/athena-driver
2050
-
2051
-
2052
-
2053
-
2054
-
2055
- # [0.17.0](https://github.com/cube-js/cube.js/compare/v0.16.0...v0.17.0) (2020-02-04)
2056
-
2057
- **Note:** Version bump only for package @cubejs-backend/athena-driver
2058
-
2059
-
2060
-
2061
-
2062
-
2063
- # [0.16.0](https://github.com/cube-js/cube.js/compare/v0.15.4...v0.16.0) (2020-02-04)
2064
-
2065
- **Note:** Version bump only for package @cubejs-backend/athena-driver
2066
-
2067
-
2068
-
2069
-
2070
-
2071
- # [0.15.0](https://github.com/cube-js/cube.js/compare/v0.14.3...v0.15.0) (2020-01-18)
2072
-
2073
- **Note:** Version bump only for package @cubejs-backend/athena-driver
2074
-
2075
-
2076
-
2077
-
2078
-
2079
- # [0.14.0](https://github.com/cube-js/cube.js/compare/v0.13.12...v0.14.0) (2020-01-16)
2080
-
2081
- **Note:** Version bump only for package @cubejs-backend/athena-driver
2082
-
2083
-
2084
-
2085
-
2086
-
2087
- ## [0.13.12](https://github.com/cube-js/cube.js/compare/v0.13.11...v0.13.12) (2020-01-12)
2088
-
2089
- **Note:** Version bump only for package @cubejs-backend/athena-driver
2090
-
2091
-
2092
-
2093
-
2094
-
2095
- ## [0.13.9](https://github.com/cube-js/cube.js/compare/v0.13.8...v0.13.9) (2020-01-03)
2096
-
2097
- **Note:** Version bump only for package @cubejs-backend/athena-driver
2098
-
2099
-
2100
-
2101
-
2102
-
2103
- ## [0.13.2](https://github.com/cube-js/cube.js/compare/v0.13.1...v0.13.2) (2019-12-13)
2104
-
2105
- **Note:** Version bump only for package @cubejs-backend/athena-driver
2106
-
2107
-
2108
-
2109
-
2110
-
2111
- # [0.13.0](https://github.com/cube-js/cube.js/compare/v0.12.3...v0.13.0) (2019-12-10)
2112
-
2113
- **Note:** Version bump only for package @cubejs-backend/athena-driver
2114
-
2115
-
2116
-
2117
-
2118
-
2119
- ## [0.12.2](https://github.com/cube-js/cube.js/compare/v0.12.1...v0.12.2) (2019-12-02)
2120
-
2121
- **Note:** Version bump only for package @cubejs-backend/athena-driver
2122
-
2123
-
2124
-
2125
-
2126
-
2127
- ## [0.12.1](https://github.com/cube-js/cube.js/compare/v0.12.0...v0.12.1) (2019-11-26)
2128
-
2129
- **Note:** Version bump only for package @cubejs-backend/athena-driver
2130
-
2131
-
2132
-
2133
-
2134
-
2135
- # [0.12.0](https://github.com/cube-js/cube.js/compare/v0.11.25...v0.12.0) (2019-11-25)
2136
-
2137
- **Note:** Version bump only for package @cubejs-backend/athena-driver
2138
-
2139
-
2140
-
2141
-
2142
-
2143
- ## [0.11.18](https://github.com/cube-js/cube.js/compare/v0.11.17...v0.11.18) (2019-11-09)
2144
-
2145
- **Note:** Version bump only for package @cubejs-backend/athena-driver
2146
-
2147
-
2148
-
2149
-
2150
-
2151
- ## [0.11.6](https://github.com/statsbotco/cubejs-client/compare/v0.11.5...v0.11.6) (2019-10-17)
2152
-
2153
- **Note:** Version bump only for package @cubejs-backend/athena-driver
2154
-
2155
-
2156
-
2157
-
2158
-
2159
- # [0.11.0](https://github.com/statsbotco/cubejs-client/compare/v0.10.62...v0.11.0) (2019-10-15)
2160
-
2161
- **Note:** Version bump only for package @cubejs-backend/athena-driver
2162
-
2163
-
2164
-
2165
-
2166
-
2167
- ## [0.10.58](https://github.com/statsbotco/cubejs-client/compare/v0.10.57...v0.10.58) (2019-10-04)
2168
-
2169
- **Note:** Version bump only for package @cubejs-backend/athena-driver
2170
-
2171
-
2172
-
2173
-
2174
-
2175
- ## [0.10.35](https://github.com/statsbotco/cubejs-client/compare/v0.10.34...v0.10.35) (2019-09-09)
2176
-
2177
- **Note:** Version bump only for package @cubejs-backend/athena-driver
2178
-
2179
-
2180
-
2181
-
2182
-
2183
- ## [0.10.33](https://github.com/statsbotco/cubejs-client/compare/v0.10.32...v0.10.33) (2019-09-06)
2184
-
2185
- **Note:** Version bump only for package @cubejs-backend/athena-driver
2186
-
2187
-
2188
-
2189
-
2190
-
2191
- ## [0.10.32](https://github.com/statsbotco/cubejs-client/compare/v0.10.31...v0.10.32) (2019-09-06)
2192
-
2193
- **Note:** Version bump only for package @cubejs-backend/athena-driver
2194
-
2195
-
2196
-
2197
-
2198
-
2199
- ## [0.10.31](https://github.com/statsbotco/cubejs-client/compare/v0.10.30...v0.10.31) (2019-08-27)
2200
-
2201
-
2202
- ### Bug Fixes
2203
-
2204
- * **athena-driver:** TypeError: Cannot read property 'map' of undefined ([478c6c6](https://github.com/statsbotco/cubejs-client/commit/478c6c6))
2205
-
2206
-
2207
-
2208
-
2209
-
2210
- ## [0.10.30](https://github.com/statsbotco/cubejs-client/compare/v0.10.29...v0.10.30) (2019-08-26)
2211
-
2212
-
2213
- ### Bug Fixes
2214
-
2215
- * Athena doesn't support `_` in contains filter ([d330be4](https://github.com/statsbotco/cubejs-client/commit/d330be4))
2216
- * Athena doesn't support `'` in contains filter ([40a36d5](https://github.com/statsbotco/cubejs-client/commit/40a36d5))
2217
-
2218
-
2219
-
2220
-
2221
-
2222
- ## [0.10.28](https://github.com/statsbotco/cubejs-client/compare/v0.10.27...v0.10.28) (2019-08-19)
2223
-
2224
- **Note:** Version bump only for package @cubejs-backend/athena-driver
2225
-
2226
-
2227
-
2228
-
2229
-
2230
- ## [0.10.24](https://github.com/statsbotco/cubejs-client/compare/v0.10.23...v0.10.24) (2019-08-16)
2231
-
2232
- **Note:** Version bump only for package @cubejs-backend/athena-driver
2233
-
2234
-
2235
-
2236
-
2237
-
2238
- ## [0.10.16](https://github.com/statsbotco/cubejs-client/compare/v0.10.15...v0.10.16) (2019-07-20)
2239
-
2240
- **Note:** Version bump only for package @cubejs-backend/athena-driver
2241
-
2242
-
2243
-
2244
-
2245
-
2246
- ## [0.10.15](https://github.com/statsbotco/cubejs-client/compare/v0.10.14...v0.10.15) (2019-07-13)
2247
-
2248
- **Note:** Version bump only for package @cubejs-backend/athena-driver
2249
-
2250
-
2251
-
2252
-
2253
-
2254
- ## [0.10.12](https://github.com/statsbotco/cubejs-client/compare/v0.10.11...v0.10.12) (2019-07-06)
2255
-
2256
- **Note:** Version bump only for package @cubejs-backend/athena-driver
2257
-
2258
-
2259
-
2260
-
2261
-
2262
- ## [0.10.11](https://github.com/statsbotco/cubejs-client/compare/v0.10.10...v0.10.11) (2019-07-02)
2263
-
2264
- **Note:** Version bump only for package @cubejs-backend/athena-driver
2265
-
2266
-
2267
-
2268
-
2269
-
2270
- # [0.10.0](https://github.com/statsbotco/cubejs-client/compare/v0.9.24...v0.10.0) (2019-06-21)
2271
-
2272
- **Note:** Version bump only for package @cubejs-backend/athena-driver
2273
-
2274
-
2275
-
2276
-
2277
-
2278
- ## [0.9.14](https://github.com/statsbotco/cubejs-client/compare/v0.9.13...v0.9.14) (2019-06-07)
2279
-
2280
- **Note:** Version bump only for package @cubejs-backend/athena-driver
2281
-
2282
-
2283
-
2284
-
2285
-
2286
- ## [0.9.4](https://github.com/statsbotco/cubejs-client/compare/v0.9.3...v0.9.4) (2019-05-22)
2287
-
2288
- **Note:** Version bump only for package @cubejs-backend/athena-driver
2289
-
2290
-
2291
-
2292
-
2293
-
2294
- ## [0.9.2](https://github.com/statsbotco/cubejs-client/compare/v0.9.1...v0.9.2) (2019-05-11)
2295
-
2296
- **Note:** Version bump only for package @cubejs-backend/athena-driver
2297
-
2298
-
2299
-
2300
-
2301
-
2302
- ## [0.9.1](https://github.com/statsbotco/cubejs-client/compare/v0.9.0...v0.9.1) (2019-05-11)
2303
-
2304
-
2305
- ### Bug Fixes
2306
-
2307
- * update BaseDriver dependencies ([a7aef2b](https://github.com/statsbotco/cubejs-client/commit/a7aef2b))
2308
-
2309
-
2310
-
2311
-
2312
-
2313
- # [0.9.0](https://github.com/statsbotco/cubejs-client/compare/v0.8.7...v0.9.0) (2019-05-11)
2314
-
2315
- **Note:** Version bump only for package @cubejs-backend/athena-driver
2316
-
2317
-
2318
-
2319
-
2320
-
2321
- ## [0.8.4](https://github.com/statsbotco/cubejs-client/compare/v0.8.3...v0.8.4) (2019-05-02)
2322
-
2323
- **Note:** Version bump only for package @cubejs-backend/athena-driver
2324
-
2325
-
2326
-
2327
-
2328
-
2329
- ## [0.8.1](https://github.com/statsbotco/cubejs-client/compare/v0.8.0...v0.8.1) (2019-04-30)
2330
-
2331
- **Note:** Version bump only for package @cubejs-backend/athena-driver
2332
-
2333
-
2334
-
2335
-
2336
-
2337
- # [0.8.0](https://github.com/statsbotco/cubejs-client/compare/v0.7.10...v0.8.0) (2019-04-29)
2338
-
2339
- **Note:** Version bump only for package @cubejs-backend/athena-driver
2340
-
2341
-
2342
-
2343
-
2344
-
2345
- # [0.7.0](https://github.com/statsbotco/cubejs-client/compare/v0.6.2...v0.7.0) (2019-04-15)
2346
-
2347
- **Note:** Version bump only for package @cubejs-backend/athena-driver
2348
-
2349
-
2350
-
2351
-
2352
-
2353
- # [0.6.0](https://github.com/statsbotco/cubejs-client/compare/v0.5.2...v0.6.0) (2019-04-09)
2354
-
2355
- **Note:** Version bump only for package @cubejs-backend/athena-driver
2356
-
2357
-
2358
-
2359
-
2360
-
2361
- # [0.5.0](https://github.com/statsbotco/cubejs-client/compare/v0.4.6...v0.5.0) (2019-04-01)
2362
-
2363
- **Note:** Version bump only for package @cubejs-backend/athena-driver
2364
-
2365
-
2366
-
2367
-
2368
-
2369
- ## [0.4.4](https://github.com/statsbotco/cubejs-client/compare/v0.4.3...v0.4.4) (2019-03-17)
2370
-
2371
- **Note:** Version bump only for package @cubejs-backend/athena-driver