@cubejs-backend/native 0.31.14 → 0.31.20

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 +3 -3
  2. package/CHANGELOG.md +0 -1167
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cubejs-backend/native",
3
- "version": "0.31.14",
3
+ "version": "0.31.20",
4
4
  "author": "Cube Dev, Inc.",
5
5
  "description": "Native module for Cube.js (binding to Rust codebase)",
6
6
  "main": "dist/js/index.js",
@@ -38,7 +38,7 @@
38
38
  "typescript": "~4.1.5"
39
39
  },
40
40
  "dependencies": {
41
- "@cubejs-backend/cubesql": "^0.31.14",
41
+ "@cubejs-backend/cubesql": "^0.31.20",
42
42
  "@mapbox/node-pre-gyp": "^1"
43
43
  },
44
44
  "binary": {
@@ -61,5 +61,5 @@
61
61
  "publishConfig": {
62
62
  "access": "public"
63
63
  },
64
- "gitHead": "17a6ebd5c630f8cd74b1436fa8cef7d2e633cbaa"
64
+ "gitHead": "91ca82598e23b0946c5b5c353c598bffb9f702ca"
65
65
  }
package/CHANGELOG.md DELETED
@@ -1,1167 +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/native
9
-
10
-
11
-
12
-
13
-
14
- ## [0.31.12](https://github.com/cube-js/cube.js/compare/v0.31.11...v0.31.12) (2022-11-05)
15
-
16
- **Note:** Version bump only for package @cubejs-backend/native
17
-
18
-
19
-
20
-
21
-
22
- ## [0.31.10](https://github.com/cube-js/cube.js/compare/v0.31.9...v0.31.10) (2022-11-01)
23
-
24
- **Note:** Version bump only for package @cubejs-backend/native
25
-
26
-
27
-
28
-
29
-
30
- ## [0.31.8](https://github.com/cube-js/cube.js/compare/v0.31.7...v0.31.8) (2022-10-30)
31
-
32
- **Note:** Version bump only for package @cubejs-backend/native
33
-
34
-
35
-
36
-
37
-
38
- ## [0.31.7](https://github.com/cube-js/cube.js/compare/v0.31.6...v0.31.7) (2022-10-27)
39
-
40
- **Note:** Version bump only for package @cubejs-backend/native
41
-
42
-
43
-
44
-
45
-
46
- ## [0.31.5](https://github.com/cube-js/cube.js/compare/v0.31.4...v0.31.5) (2022-10-20)
47
-
48
- **Note:** Version bump only for package @cubejs-backend/native
49
-
50
-
51
-
52
-
53
-
54
- ## [0.31.2](https://github.com/cube-js/cube.js/compare/v0.31.1...v0.31.2) (2022-10-08)
55
-
56
- **Note:** Version bump only for package @cubejs-backend/native
57
-
58
-
59
-
60
-
61
-
62
- # [0.31.0](https://github.com/cube-js/cube.js/compare/v0.30.75...v0.31.0) (2022-10-03)
63
-
64
-
65
- ### Bug Fixes
66
-
67
- * **cubesql:** cast strings to timestamp ([#5331](https://github.com/cube-js/cube.js/issues/5331)) ([a706258](https://github.com/cube-js/cube.js/commit/a706258f85faa3f99150127a2c78f885e99e3aaf))
68
-
69
-
70
- ### Features
71
-
72
- * **cubesql:** Holistics - in dates list filter ([#5333](https://github.com/cube-js/cube.js/issues/5333)) ([94b6509](https://github.com/cube-js/cube.js/commit/94b650928a81be9ea203e50612ea194d9558b298))
73
-
74
-
75
-
76
-
77
-
78
- ## [0.30.75](https://github.com/cube-js/cube.js/compare/v0.30.74...v0.30.75) (2022-09-22)
79
-
80
- **Note:** Version bump only for package @cubejs-backend/native
81
-
82
-
83
-
84
-
85
-
86
- ## [0.30.74](https://github.com/cube-js/cube.js/compare/v0.30.73...v0.30.74) (2022-09-20)
87
-
88
- **Note:** Version bump only for package @cubejs-backend/native
89
-
90
-
91
-
92
-
93
-
94
- ## [0.30.73](https://github.com/cube-js/cube.js/compare/v0.30.72...v0.30.73) (2022-09-19)
95
-
96
- **Note:** Version bump only for package @cubejs-backend/native
97
-
98
-
99
-
100
-
101
-
102
- ## [0.30.72](https://github.com/cube-js/cube.js/compare/v0.30.71...v0.30.72) (2022-09-18)
103
-
104
- **Note:** Version bump only for package @cubejs-backend/native
105
-
106
-
107
-
108
-
109
-
110
- ## [0.30.71](https://github.com/cube-js/cube.js/compare/v0.30.70...v0.30.71) (2022-09-16)
111
-
112
- **Note:** Version bump only for package @cubejs-backend/native
113
-
114
-
115
-
116
-
117
-
118
- ## [0.30.69](https://github.com/cube-js/cube.js/compare/v0.30.68...v0.30.69) (2022-09-13)
119
-
120
-
121
- ### Features
122
-
123
- * **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))
124
-
125
-
126
-
127
-
128
-
129
- ## [0.30.68](https://github.com/cube-js/cube.js/compare/v0.30.67...v0.30.68) (2022-09-09)
130
-
131
-
132
- ### Features
133
-
134
- * **cubesql:** Support IN for __user (ThoughtSpot) ([#5269](https://github.com/cube-js/cube.js/issues/5269)) ([d9aaefc](https://github.com/cube-js/cube.js/commit/d9aaefc65c14bffe87a0676a4e6222d08caf538d))
135
-
136
-
137
-
138
-
139
-
140
- ## [0.30.67](https://github.com/cube-js/cube.js/compare/v0.30.66...v0.30.67) (2022-09-09)
141
-
142
- **Note:** Version bump only for package @cubejs-backend/native
143
-
144
-
145
-
146
-
147
-
148
- ## [0.30.65](https://github.com/cube-js/cube.js/compare/v0.30.64...v0.30.65) (2022-09-07)
149
-
150
- **Note:** Version bump only for package @cubejs-backend/native
151
-
152
-
153
-
154
-
155
-
156
- ## [0.30.64](https://github.com/cube-js/cube.js/compare/v0.30.63...v0.30.64) (2022-09-07)
157
-
158
-
159
- ### Features
160
-
161
- * **cubesql:** Support nullif with scalars ([#5241](https://github.com/cube-js/cube.js/issues/5241)) ([138dcae](https://github.com/cube-js/cube.js/commit/138dcae3ab9c763f4446f684da101421219abe5b))
162
- * **cubesql:** Support yearly granularity (ThoughtSpot) ([#5236](https://github.com/cube-js/cube.js/issues/5236)) ([416ddd8](https://github.com/cube-js/cube.js/commit/416ddd87042c7fb805b7b9c3c4b6a0bb53552236))
163
-
164
-
165
-
166
-
167
-
168
- ## [0.30.62](https://github.com/cube-js/cube.js/compare/v0.30.61...v0.30.62) (2022-09-02)
169
-
170
- **Note:** Version bump only for package @cubejs-backend/native
171
-
172
-
173
-
174
-
175
-
176
- ## [0.30.61](https://github.com/cube-js/cube.js/compare/v0.30.60...v0.30.61) (2022-09-01)
177
-
178
- **Note:** Version bump only for package @cubejs-backend/native
179
-
180
-
181
-
182
-
183
-
184
- ## [0.30.59](https://github.com/cube-js/cube.js/compare/v0.30.58...v0.30.59) (2022-08-26)
185
-
186
- **Note:** Version bump only for package @cubejs-backend/native
187
-
188
-
189
-
190
-
191
-
192
- ## [0.30.58](https://github.com/cube-js/cube.js/compare/v0.30.57...v0.30.58) (2022-08-25)
193
-
194
- **Note:** Version bump only for package @cubejs-backend/native
195
-
196
-
197
-
198
-
199
-
200
- ## [0.30.57](https://github.com/cube-js/cube.js/compare/v0.30.56...v0.30.57) (2022-08-25)
201
-
202
- **Note:** Version bump only for package @cubejs-backend/native
203
-
204
-
205
-
206
-
207
-
208
- ## [0.30.56](https://github.com/cube-js/cube.js/compare/v0.30.55...v0.30.56) (2022-08-23)
209
-
210
-
211
- ### Features
212
-
213
- * Support usage of CTE (with realiasing) ([e64db05](https://github.com/cube-js/cube.js/commit/e64db05c7084568acb1a28b9dada56dd75d35bba))
214
-
215
-
216
-
217
-
218
-
219
- ## [0.30.54](https://github.com/cube-js/cube.js/compare/v0.30.53...v0.30.54) (2022-08-19)
220
-
221
-
222
- ### Features
223
-
224
- * **cubesql:** Catch panic on Portal (DF.stream) - return error to the client ([a80cdc7](https://github.com/cube-js/cube.js/commit/a80cdc7a8ed9c66d1ad8d5c7e261e23b10d6d5d0))
225
-
226
-
227
-
228
-
229
-
230
- ## [0.30.52](https://github.com/cube-js/cube.js/compare/v0.30.51...v0.30.52) (2022-08-18)
231
-
232
-
233
- ### Bug Fixes
234
-
235
- * **cubesql:** Type coercion for CASE WHEN THEN ([88b124d](https://github.com/cube-js/cube.js/commit/88b124d2d0549e4d55678fddef73f4a5796c4ada))
236
-
237
-
238
-
239
-
240
-
241
- ## [0.30.48](https://github.com/cube-js/cube.js/compare/v0.30.47...v0.30.48) (2022-08-14)
242
-
243
-
244
- ### Features
245
-
246
- * **cubesql:** Cubes JOIN support ([#5099](https://github.com/cube-js/cube.js/issues/5099)) ([4995476](https://github.com/cube-js/cube.js/commit/4995476e974d4f5ea732e24de6e19fdcd3e308a2))
247
-
248
-
249
-
250
-
251
-
252
- ## [0.30.47](https://github.com/cube-js/cube.js/compare/v0.30.46...v0.30.47) (2022-08-12)
253
-
254
- **Note:** Version bump only for package @cubejs-backend/native
255
-
256
-
257
-
258
-
259
-
260
- ## [0.30.46](https://github.com/cube-js/cube.js/compare/v0.30.45...v0.30.46) (2022-08-10)
261
-
262
- **Note:** Version bump only for package @cubejs-backend/native
263
-
264
-
265
-
266
-
267
-
268
- ## [0.30.45](https://github.com/cube-js/cube.js/compare/v0.30.44...v0.30.45) (2022-08-05)
269
-
270
-
271
- ### Features
272
-
273
- * **cubesql:** Support binary bitwise operators (>>, <<) ([7363879](https://github.com/cube-js/cube.js/commit/7363879184395b3c499f9b678da7152362226ea0))
274
-
275
-
276
-
277
-
278
-
279
- ## [0.30.44](https://github.com/cube-js/cube.js/compare/v0.30.43...v0.30.44) (2022-08-01)
280
-
281
- **Note:** Version bump only for package @cubejs-backend/native
282
-
283
-
284
-
285
-
286
-
287
- ## [0.30.43](https://github.com/cube-js/cube.js/compare/v0.30.42...v0.30.43) (2022-07-28)
288
-
289
-
290
- ### Features
291
-
292
- * **cubesql:** Security Context switching (Row Access) ([731e1ab](https://github.com/cube-js/cube.js/commit/731e1ab6d9362fb9a1857f5276e22a565f79781c))
293
-
294
-
295
-
296
-
297
-
298
- ## [0.30.42](https://github.com/cube-js/cube.js/compare/v0.30.41...v0.30.42) (2022-07-27)
299
-
300
- **Note:** Version bump only for package @cubejs-backend/native
301
-
302
-
303
-
304
-
305
-
306
- ## [0.30.38](https://github.com/cube-js/cube.js/compare/v0.30.37...v0.30.38) (2022-07-25)
307
-
308
- **Note:** Version bump only for package @cubejs-backend/native
309
-
310
-
311
-
312
-
313
-
314
- ## [0.30.37](https://github.com/cube-js/cube.js/compare/v0.30.36...v0.30.37) (2022-07-20)
315
-
316
- **Note:** Version bump only for package @cubejs-backend/native
317
-
318
-
319
-
320
-
321
-
322
- ## [0.30.36](https://github.com/cube-js/cube.js/compare/v0.30.35...v0.30.36) (2022-07-18)
323
-
324
- **Note:** Version bump only for package @cubejs-backend/native
325
-
326
-
327
-
328
-
329
-
330
- ## [0.30.35](https://github.com/cube-js/cube.js/compare/v0.30.34...v0.30.35) (2022-07-14)
331
-
332
- **Note:** Version bump only for package @cubejs-backend/native
333
-
334
-
335
-
336
-
337
-
338
- ## [0.30.34](https://github.com/cube-js/cube.js/compare/v0.30.33...v0.30.34) (2022-07-12)
339
-
340
-
341
- ### Features
342
-
343
- * **cubesql:** Support Extract(DAY/DOW), Binary (?expr + ?literal_expr) for rewriting (Metabase) ([#4887](https://github.com/cube-js/cube.js/issues/4887)) ([2565705](https://github.com/cube-js/cube.js/commit/2565705fcff6a3d3dc4ff5ac2dcd819d8ad040db))
344
-
345
-
346
-
347
-
348
-
349
- ## [0.30.32](https://github.com/cube-js/cube.js/compare/v0.30.31...v0.30.32) (2022-07-07)
350
-
351
- **Note:** Version bump only for package @cubejs-backend/native
352
-
353
-
354
-
355
-
356
-
357
- ## [0.30.31](https://github.com/cube-js/cube.js/compare/v0.30.30...v0.30.31) (2022-07-07)
358
-
359
-
360
- ### Features
361
-
362
- * **cubesql:** Initial support for canceling queries in pg-wire ([#4847](https://github.com/cube-js/cube.js/issues/4847)) ([bce0f99](https://github.com/cube-js/cube.js/commit/bce0f994d59a48f221cce3d21e3c2f3244e5f3a1))
363
-
364
-
365
-
366
-
367
-
368
- ## [0.30.30](https://github.com/cube-js/cube.js/compare/v0.30.29...v0.30.30) (2022-07-05)
369
-
370
-
371
- ### Features
372
-
373
- * **cubesql:** Support for metabase literal queries ([#4843](https://github.com/cube-js/cube.js/issues/4843)) ([6d45d55](https://github.com/cube-js/cube.js/commit/6d45d558e0c58c37c515d07cae367eed5624cb3a))
374
-
375
-
376
-
377
-
378
-
379
- ## [0.30.29](https://github.com/cube-js/cube.js/compare/v0.30.28...v0.30.29) (2022-07-01)
380
-
381
-
382
- ### Features
383
-
384
- * **cubesql:** Support Date type in pg-wire (Date32, Date64) ([d0d08cf](https://github.com/cube-js/cube.js/commit/d0d08cf8ee848903a3b49849cace34046371a90f))
385
-
386
-
387
-
388
-
389
-
390
- ## [0.30.28](https://github.com/cube-js/cube.js/compare/v0.30.27...v0.30.28) (2022-06-27)
391
-
392
-
393
- ### Bug Fixes
394
-
395
- * **cubesql:** Correct sync behaviour for extended query in pg-wire ([#4815](https://github.com/cube-js/cube.js/issues/4815)) ([ee1362f](https://github.com/cube-js/cube.js/commit/ee1362f19fe1c36569109fc474c86f7ac9292ee5))
396
-
397
-
398
-
399
-
400
-
401
- ## [0.30.27](https://github.com/cube-js/cube.js/compare/v0.30.26...v0.30.27) (2022-06-24)
402
-
403
- **Note:** Version bump only for package @cubejs-backend/native
404
-
405
-
406
-
407
-
408
-
409
- ## [0.30.26](https://github.com/cube-js/cube.js/compare/v0.30.25...v0.30.26) (2022-06-20)
410
-
411
-
412
- ### Features
413
-
414
- * **cubesql:** Support Int8 for Bind + binary in pg-wire ([f28fbd5](https://github.com/cube-js/cube.js/commit/f28fbd5049e0a72adbb0f078e45728d60b481ca2))
415
-
416
-
417
-
418
-
419
-
420
- ## [0.30.25](https://github.com/cube-js/cube.js/compare/v0.30.24...v0.30.25) (2022-06-16)
421
-
422
-
423
- ### Features
424
-
425
- * logging cubesql queries errors ([#4550](https://github.com/cube-js/cube.js/issues/4550)) ([10021c3](https://github.com/cube-js/cube.js/commit/10021c34f28348183fd30584d8bb97a97103b91e))
426
-
427
-
428
-
429
-
430
-
431
- ## [0.30.20](https://github.com/cube-js/cube.js/compare/v0.30.19...v0.30.20) (2022-06-11)
432
-
433
-
434
- ### Features
435
-
436
- * **cubesql:** Support pg_catalog.pg_roles table ([eed0727](https://github.com/cube-js/cube.js/commit/eed0727fe70b9fddfaddf8c32821fc721c911ae8))
437
-
438
-
439
-
440
-
441
-
442
- ## [0.30.18](https://github.com/cube-js/cube.js/compare/v0.30.17...v0.30.18) (2022-06-10)
443
-
444
- **Note:** Version bump only for package @cubejs-backend/native
445
-
446
-
447
-
448
-
449
-
450
- ## [0.30.17](https://github.com/cube-js/cube.js/compare/v0.30.16...v0.30.17) (2022-06-09)
451
-
452
- **Note:** Version bump only for package @cubejs-backend/native
453
-
454
-
455
-
456
-
457
-
458
- ## [0.30.16](https://github.com/cube-js/cube.js/compare/v0.30.15...v0.30.16) (2022-06-08)
459
-
460
-
461
- ### Bug Fixes
462
-
463
- * **cubesql:** Allow binary encoding for all types in pg-wire ([d456745](https://github.com/cube-js/cube.js/commit/d4567451c40c168076ef86ed055052f5490723c4))
464
-
465
-
466
-
467
-
468
-
469
- ## [0.30.14](https://github.com/cube-js/cube.js/compare/v0.30.13...v0.30.14) (2022-06-06)
470
-
471
- **Note:** Version bump only for package @cubejs-backend/native
472
-
473
-
474
-
475
-
476
-
477
- ## [0.30.13](https://github.com/cube-js/cube.js/compare/v0.30.12...v0.30.13) (2022-06-05)
478
-
479
-
480
- ### Features
481
-
482
- * **cubesql:** PowerBI is not empty filter ([e31ffdc](https://github.com/cube-js/cube.js/commit/e31ffdcd762236fb54d454ede7e892acb54bdcee))
483
-
484
-
485
-
486
-
487
-
488
- ## [0.30.11](https://github.com/cube-js/cube.js/compare/v0.30.10...v0.30.11) (2022-06-03)
489
-
490
-
491
- ### Features
492
-
493
- * **cubesql:** PowerBI contains filter support ([#4646](https://github.com/cube-js/cube.js/issues/4646)) ([3cbd753](https://github.com/cube-js/cube.js/commit/3cbd753b47dc1a20f3fede11bf0c01b784504869))
494
-
495
-
496
-
497
-
498
-
499
- ## [0.30.10](https://github.com/cube-js/cube.js/compare/v0.30.9...v0.30.10) (2022-06-01)
500
-
501
-
502
- ### Features
503
-
504
- * **cubesql:** Support ANY expressions ([77e0672](https://github.com/cube-js/cube.js/commit/77e06727a2a4039d7297538d9bace9498a0fc1a2))
505
- * **cubesql:** Support current_database(), current_schema(), current_user for pg-wire ([a18f68c](https://github.com/cube-js/cube.js/commit/a18f68c8a6538c38c8985b512996a9fec2292da2))
506
-
507
-
508
-
509
-
510
-
511
- ## [0.30.9](https://github.com/cube-js/cube.js/compare/v0.30.8...v0.30.9) (2022-05-31)
512
-
513
- **Note:** Version bump only for package @cubejs-backend/native
514
-
515
-
516
-
517
-
518
-
519
- ## [0.30.8](https://github.com/cube-js/cube.js/compare/v0.30.7...v0.30.8) (2022-05-30)
520
-
521
-
522
- ### Features
523
-
524
- * **cubesql:** PowerBI basic queries support ([455ae07](https://github.com/cube-js/cube.js/commit/455ae076880f305ed73d1d217a87f908837070f5))
525
- * **cubesql:** Support array_upper, array_lower UDFs ([5a3b6bb](https://github.com/cube-js/cube.js/commit/5a3b6bb31c5af920c706b56a8e3c5046f272f8ca))
526
-
527
-
528
-
529
-
530
-
531
- ## [0.30.7](https://github.com/cube-js/cube.js/compare/v0.30.6...v0.30.7) (2022-05-26)
532
-
533
- **Note:** Version bump only for package @cubejs-backend/native
534
-
535
-
536
-
537
-
538
-
539
- ## [0.30.6](https://github.com/cube-js/cube.js/compare/v0.30.5...v0.30.6) (2022-05-24)
540
-
541
- **Note:** Version bump only for package @cubejs-backend/native
542
-
543
-
544
-
545
-
546
-
547
- ## [0.30.4](https://github.com/cube-js/cube.js/compare/v0.30.3...v0.30.4) (2022-05-20)
548
-
549
- **Note:** Version bump only for package @cubejs-backend/native
550
-
551
-
552
-
553
-
554
-
555
- ## [0.30.3](https://github.com/cube-js/cube.js/compare/v0.30.2...v0.30.3) (2022-05-17)
556
-
557
- **Note:** Version bump only for package @cubejs-backend/native
558
-
559
-
560
-
561
-
562
-
563
- ## [0.30.2](https://github.com/cube-js/cube.js/compare/v0.30.1...v0.30.2) (2022-05-16)
564
-
565
- **Note:** Version bump only for package @cubejs-backend/native
566
-
567
-
568
-
569
-
570
-
571
- ## [0.30.1](https://github.com/cube-js/cube.js/compare/v0.30.0...v0.30.1) (2022-05-14)
572
-
573
-
574
- ### Features
575
-
576
- * **cubesql:** Add CUBEJS_PG_SQL_PORT env support and SQL API reference docs ([#4531](https://github.com/cube-js/cube.js/issues/4531)) ([de60d71](https://github.com/cube-js/cube.js/commit/de60d71c360be47e3231e7eafa349b9a0fddd244))
577
-
578
-
579
-
580
-
581
-
582
- # [0.30.0](https://github.com/cube-js/cube.js/compare/v0.29.57...v0.30.0) (2022-05-11)
583
-
584
- **Note:** Version bump only for package @cubejs-backend/native
585
-
586
-
587
-
588
-
589
-
590
- ## [0.29.57](https://github.com/cube-js/cube.js/compare/v0.29.56...v0.29.57) (2022-05-11)
591
-
592
- **Note:** Version bump only for package @cubejs-backend/native
593
-
594
-
595
-
596
-
597
-
598
- ## [0.29.56](https://github.com/cube-js/cube.js/compare/v0.29.55...v0.29.56) (2022-05-06)
599
-
600
-
601
- ### Features
602
-
603
- * **cubesql:** More descriptive error messages ([812db77](https://github.com/cube-js/cube.js/commit/812db772a651e0df1f7bc0d1dba97192c65ea834))
604
-
605
-
606
-
607
-
608
-
609
- ## [0.29.55](https://github.com/cube-js/cube.js/compare/v0.29.54...v0.29.55) (2022-05-04)
610
-
611
-
612
- ### Features
613
-
614
- * **cubesql:** Tableau cubes without count measure support ([931e2f5](https://github.com/cube-js/cube.js/commit/931e2f5fb5fa29b19347b7858a8b4f892162f169))
615
-
616
-
617
-
618
-
619
-
620
- ## [0.29.54](https://github.com/cube-js/cube.js/compare/v0.29.53...v0.29.54) (2022-05-03)
621
-
622
- **Note:** Version bump only for package @cubejs-backend/native
623
-
624
-
625
-
626
-
627
-
628
- ## [0.29.53](https://github.com/cube-js/cube.js/compare/v0.29.52...v0.29.53) (2022-04-29)
629
-
630
-
631
- ### Features
632
-
633
- * **cubesql:** Projection aggregate split to support Tableau casts ([#4435](https://github.com/cube-js/cube.js/issues/4435)) ([1550774](https://github.com/cube-js/cube.js/commit/1550774acf2dd208d7222bb7b4742dcc64ca4b89))
634
- * **cubesql:** Support generate_subscripts UDTF ([a29551a](https://github.com/cube-js/cube.js/commit/a29551a402f323541a1b10523f3478f9ae284989))
635
-
636
-
637
-
638
-
639
-
640
- ## [0.29.51](https://github.com/cube-js/cube.js/compare/v0.29.50...v0.29.51) (2022-04-22)
641
-
642
-
643
- ### Features
644
-
645
- * **cubesql:** Implement rewrites for SELECT * FROM WHERE 1=0 ([#4427](https://github.com/cube-js/cube.js/issues/4427)) ([0c9abd1](https://github.com/cube-js/cube.js/commit/0c9abd1bde7c5492c42340f75e020dc09228908b))
646
-
647
-
648
-
649
-
650
-
651
- ## [0.29.50](https://github.com/cube-js/cube.js/compare/v0.29.49...v0.29.50) (2022-04-18)
652
-
653
- **Note:** Version bump only for package @cubejs-backend/native
654
-
655
-
656
-
657
-
658
-
659
- ## [0.29.48](https://github.com/cube-js/cube.js/compare/v0.29.47...v0.29.48) (2022-04-14)
660
-
661
- **Note:** Version bump only for package @cubejs-backend/native
662
-
663
-
664
-
665
-
666
-
667
- ## [0.29.47](https://github.com/cube-js/cube.js/compare/v0.29.46...v0.29.47) (2022-04-12)
668
-
669
- **Note:** Version bump only for package @cubejs-backend/native
670
-
671
-
672
-
673
-
674
-
675
- ## [0.29.46](https://github.com/cube-js/cube.js/compare/v0.29.45...v0.29.46) (2022-04-11)
676
-
677
-
678
- ### Bug Fixes
679
-
680
- * **cubesql:** Rewrite engine decimal measure support ([8a0fa98](https://github.com/cube-js/cube.js/commit/8a0fa981b87b67281867c6073903fa9bb6826570))
681
-
682
-
683
-
684
-
685
-
686
- ## [0.29.45](https://github.com/cube-js/cube.js/compare/v0.29.44...v0.29.45) (2022-04-09)
687
-
688
- **Note:** Version bump only for package @cubejs-backend/native
689
-
690
-
691
-
692
-
693
-
694
- ## [0.29.44](https://github.com/cube-js/cube.js/compare/v0.29.43...v0.29.44) (2022-04-07)
695
-
696
- **Note:** Version bump only for package @cubejs-backend/native
697
-
698
-
699
-
700
-
701
-
702
- ## [0.29.43](https://github.com/cube-js/cube.js/compare/v0.29.42...v0.29.43) (2022-04-07)
703
-
704
-
705
- ### Features
706
-
707
- * **cubesql:** Upgrade rust to 1.61.0-nightly (2022-02-22) ([c836065](https://github.com/cube-js/cube.js/commit/c8360658ccb8e5e3e6cfcd62da2d156b44ee8456))
708
-
709
-
710
-
711
-
712
-
713
- ## [0.29.42](https://github.com/cube-js/cube.js/compare/v0.29.41...v0.29.42) (2022-04-04)
714
-
715
- **Note:** Version bump only for package @cubejs-backend/native
716
-
717
-
718
-
719
-
720
-
721
- ## [0.29.40](https://github.com/cube-js/cube.js/compare/v0.29.39...v0.29.40) (2022-04-03)
722
-
723
-
724
- ### Bug Fixes
725
-
726
- * **cubesql:** Table columns should take precedence over projection to mimic MySQL and Postgres behavior ([60d6e45](https://github.com/cube-js/cube.js/commit/60d6e4511267b132df204fe7b637953d81e5f980))
727
-
728
-
729
-
730
-
731
-
732
- ## [0.29.39](https://github.com/cube-js/cube.js/compare/v0.29.38...v0.29.39) (2022-04-01)
733
-
734
-
735
- ### Bug Fixes
736
-
737
- * **native:** Post installation issue with npm (avoid bundledDependencies) ([6163838](https://github.com/cube-js/cube.js/commit/6163838926586cf1a17bea353cb23b61e48469ca))
738
-
739
-
740
-
741
-
742
-
743
- ## [0.29.38](https://github.com/cube-js/cube.js/compare/v0.29.37...v0.29.38) (2022-04-01)
744
-
745
-
746
- ### Bug Fixes
747
-
748
- * **native:** Post installation issue with npm ([#4302](https://github.com/cube-js/cube.js/issues/4302)) ([8aa9c71](https://github.com/cube-js/cube.js/commit/8aa9c71b1ae473579b6d438aeebdac28a7fd3d19))
749
-
750
-
751
-
752
-
753
-
754
- ## [0.29.37](https://github.com/cube-js/cube.js/compare/v0.29.36...v0.29.37) (2022-03-29)
755
-
756
- **Note:** Version bump only for package @cubejs-backend/native
757
-
758
-
759
-
760
-
761
-
762
- ## [0.29.36](https://github.com/cube-js/cube.js/compare/v0.29.35...v0.29.36) (2022-03-27)
763
-
764
-
765
- ### Features
766
-
767
- * **cubesql:** Rewrite engine first steps ([#4132](https://github.com/cube-js/cube.js/issues/4132)) ([84c51ed](https://github.com/cube-js/cube.js/commit/84c51eda4bf989a46f95fe683ea2732814dde28f))
768
-
769
-
770
-
771
-
772
-
773
- ## [0.29.35](https://github.com/cube-js/cube.js/compare/v0.29.34...v0.29.35) (2022-03-24)
774
-
775
- **Note:** Version bump only for package @cubejs-backend/native
776
-
777
-
778
-
779
-
780
-
781
- ## [0.29.34](https://github.com/cube-js/cube.js/compare/v0.29.33...v0.29.34) (2022-03-21)
782
-
783
- **Note:** Version bump only for package @cubejs-backend/native
784
-
785
-
786
-
787
-
788
-
789
- ## [0.29.33](https://github.com/cube-js/cube.js/compare/v0.29.32...v0.29.33) (2022-03-17)
790
-
791
-
792
- ### Features
793
-
794
- * **cubesql:** Initial support for pg-wire protocol ([1b87c8c](https://github.com/cube-js/cube.js/commit/1b87c8cc67055ab0be0c208505d2bd50b7abffc8))
795
- * **cubesql:** Support SHOW processlist ([0194098](https://github.com/cube-js/cube.js/commit/0194098af10e77c84ef141dc372f3abc46b3b514))
796
-
797
-
798
-
799
-
800
-
801
- ## [0.29.32](https://github.com/cube-js/cube.js/compare/v0.29.31...v0.29.32) (2022-03-10)
802
-
803
- **Note:** Version bump only for package @cubejs-backend/native
804
-
805
-
806
-
807
-
808
-
809
- ## [0.29.28](https://github.com/cube-js/cube.js/compare/v0.29.27...v0.29.28) (2022-02-10)
810
-
811
- **Note:** Version bump only for package @cubejs-backend/native
812
-
813
-
814
-
815
-
816
-
817
- ## [0.29.27](https://github.com/cube-js/cube.js/compare/v0.29.26...v0.29.27) (2022-02-09)
818
-
819
-
820
- ### Features
821
-
822
- * **cubesql:** Move execution to Query Engine ([2d84b6b](https://github.com/cube-js/cube.js/commit/2d84b6b98fc03d84f858bd152f2359232e9ea8ed))
823
-
824
-
825
-
826
-
827
-
828
- ## [0.29.26](https://github.com/cube-js/cube.js/compare/v0.29.25...v0.29.26) (2022-02-07)
829
-
830
-
831
- ### Bug Fixes
832
-
833
- * **cubesql:** Ignore case sensitive search for usage of identifiers ([a50f8a2](https://github.com/cube-js/cube.js/commit/a50f8a25e8064f98eb7931c643d2ce67be340ad0))
834
-
835
-
836
-
837
-
838
-
839
- ## [0.29.24](https://github.com/cube-js/cube.js/compare/v0.29.23...v0.29.24) (2022-02-01)
840
-
841
- **Note:** Version bump only for package @cubejs-backend/native
842
-
843
-
844
-
845
-
846
-
847
- ## [0.29.23](https://github.com/cube-js/cube.js/compare/v0.29.22...v0.29.23) (2022-01-26)
848
-
849
- **Note:** Version bump only for package @cubejs-backend/native
850
-
851
-
852
-
853
-
854
-
855
- ## [0.29.22](https://github.com/cube-js/cube.js/compare/v0.29.21...v0.29.22) (2022-01-21)
856
-
857
- **Note:** Version bump only for package @cubejs-backend/native
858
-
859
-
860
-
861
-
862
-
863
- ## [0.29.21](https://github.com/cube-js/cube.js/compare/v0.29.20...v0.29.21) (2022-01-17)
864
-
865
-
866
- ### Features
867
-
868
- * **cubesql:** Improve error messages ([#3829](https://github.com/cube-js/cube.js/issues/3829)) ([8293e52](https://github.com/cube-js/cube.js/commit/8293e52a4a509e8559949d8af6446ef8a04e33f5))
869
-
870
-
871
-
872
-
873
-
874
- ## [0.29.20](https://github.com/cube-js/cube.js/compare/v0.29.19...v0.29.20) (2022-01-10)
875
-
876
- **Note:** Version bump only for package @cubejs-backend/native
877
-
878
-
879
-
880
-
881
-
882
- ## [0.29.18](https://github.com/cube-js/cube.js/compare/v0.29.17...v0.29.18) (2022-01-09)
883
-
884
- **Note:** Version bump only for package @cubejs-backend/native
885
-
886
-
887
-
888
-
889
-
890
- ## [0.29.15](https://github.com/cube-js/cube.js/compare/v0.29.14...v0.29.15) (2021-12-30)
891
-
892
- **Note:** Version bump only for package @cubejs-backend/native
893
-
894
-
895
-
896
-
897
-
898
- ## [0.29.14](https://github.com/cube-js/cube.js/compare/v0.29.12-1...v0.29.14) (2021-12-29)
899
-
900
- **Note:** Version bump only for package @cubejs-backend/native
901
-
902
-
903
-
904
-
905
-
906
- ## [0.29.12](https://github.com/cube-js/cube.js/compare/v0.29.11...v0.29.12) (2021-12-29)
907
-
908
-
909
- ### Bug Fixes
910
-
911
- * **cubesql/native:** Return errors to the client (missing field ) ([82b22e4](https://github.com/cube-js/cube.js/commit/82b22e48c6fc4d61f62bf43795d5b50ba8a3fd67))
912
-
913
-
914
- ### Features
915
-
916
- * **cubesql:** Ignore KILL statement without error ([20590f3](https://github.com/cube-js/cube.js/commit/20590f39bc1931f5b23b14d81aa48562e373c95b))
917
-
918
-
919
-
920
-
921
-
922
- ## [0.29.11](https://github.com/cube-js/cube.js/compare/v0.29.10...v0.29.11) (2021-12-24)
923
-
924
- **Note:** Version bump only for package @cubejs-backend/native
925
-
926
-
927
-
928
-
929
-
930
- ## [0.29.10](https://github.com/cube-js/cube.js/compare/v0.29.9...v0.29.10) (2021-12-22)
931
-
932
- **Note:** Version bump only for package @cubejs-backend/native
933
-
934
-
935
-
936
-
937
-
938
- ## [0.29.5](https://github.com/cube-js/cube.js/compare/v0.29.4...v0.29.5) (2021-12-17)
939
-
940
-
941
- ### Features
942
-
943
- * **cubesql:** Support DATE with compound identifier ([fa959d8](https://github.com/cube-js/cube.js/commit/fa959d89406ab84d6764e0cc035b819b2f7dae21))
944
-
945
-
946
-
947
-
948
-
949
- ## [0.29.4](https://github.com/cube-js/cube.js/compare/v0.29.3...v0.29.4) (2021-12-16)
950
-
951
-
952
- ### Bug Fixes
953
-
954
- * **cubesql:** LIKE '%(%)%' ([c75efaa](https://github.com/cube-js/cube.js/commit/c75efaa18566b8e4bf8e2448c9f9066ef2dc815c))
955
- * **cubesql:** Substr with negative count should return empty string (not an error) ([197b9e5](https://github.com/cube-js/cube.js/commit/197b9e5edbdabfc8167ef55d643240b6a597dad4))
956
-
957
-
958
- ### Features
959
-
960
- * **cubesql:** Support SUBSTRING with commans syntax ([ffb0a6b](https://github.com/cube-js/cube.js/commit/ffb0a6b321cfdc767ff6b0f7b93313cd3aee5c42))
961
-
962
-
963
-
964
-
965
-
966
- # [0.29.0](https://github.com/cube-js/cube.js/compare/v0.28.67...v0.29.0) (2021-12-14)
967
-
968
- **Note:** Version bump only for package @cubejs-backend/native
969
-
970
-
971
-
972
-
973
-
974
- ## [0.28.63](https://github.com/cube-js/cube.js/compare/v0.28.62...v0.28.63) (2021-12-03)
975
-
976
-
977
- ### Bug Fixes
978
-
979
- * **cubesql:** Crash with WHEN ELSE IF ([7eeadf5](https://github.com/cube-js/cube.js/commit/7eeadf54433c3cbb8f5f501cacbd84d2766be52b))
980
- * **cubesql:** Information_schema.COLUMNS - correct DATA_TYPE fields ([337d1d1](https://github.com/cube-js/cube.js/commit/337d1d1e74d52fa58685107c4217a0987e203cba))
981
-
982
-
983
-
984
-
985
-
986
- ## [0.28.62](https://github.com/cube-js/cube.js/compare/v0.28.61...v0.28.62) (2021-12-02)
987
-
988
-
989
- ### Features
990
-
991
- * **cubesql:** Specify transaction_isolation, transaction_read_only ([81a8f2d](https://github.com/cube-js/cube.js/commit/81a8f2d7c791938f01b56572b757edf1630b724e))
992
-
993
-
994
-
995
-
996
-
997
- ## [0.28.61](https://github.com/cube-js/cube.js/compare/v0.28.60...v0.28.61) (2021-11-30)
998
-
999
-
1000
- ### Bug Fixes
1001
-
1002
- * **cubesql:** Ignore SET NAMES on AST level ([495f245](https://github.com/cube-js/cube.js/commit/495f245b2652f7bf688c9f8d253c7cdf4b96edcc))
1003
-
1004
-
1005
- ### Features
1006
-
1007
- * **cubesql:** Skip SET {GLOBAL|SESSION} TRANSACTION isolation on AST level ([3afe2b1](https://github.com/cube-js/cube.js/commit/3afe2b1741f7d37a0976a57b3a905f4760f6833c))
1008
- * **cubesql:** Specify max_allowed_packet, auto_increment_increment ([dd4a22d](https://github.com/cube-js/cube.js/commit/dd4a22d713181df3e5862fd457bff32221f8eaa1))
1009
-
1010
-
1011
-
1012
-
1013
-
1014
- ## [0.28.60](https://github.com/cube-js/cube.js/compare/v0.28.59...v0.28.60) (2021-11-25)
1015
-
1016
-
1017
- ### Bug Fixes
1018
-
1019
- * **cubesql:** MySQL CLI connection error with COM_FIELD_LIST ([#3728](https://github.com/cube-js/cube.js/issues/3728)) ([aef1401](https://github.com/cube-js/cube.js/commit/aef14014fce87b8b47dc41ead066a7647f6fe225))
1020
- * **native:** Return promise for registerInterface ([be97a84](https://github.com/cube-js/cube.js/commit/be97a8433dd0d2e400734c6ab3d3110d59ad4d1a))
1021
-
1022
-
1023
- ### Features
1024
-
1025
- * **cubesql:** Enable unicode_expression (required for LEFT) ([4059a17](https://github.com/cube-js/cube.js/commit/4059a1785fece8293461323ac1de5940a8b9876d))
1026
- * **native:** Support Node.js 17 ([91f5d51](https://github.com/cube-js/cube.js/commit/91f5d517d59067fc5e643219c2f4f83ec915259c))
1027
-
1028
-
1029
-
1030
-
1031
-
1032
- ## [0.28.58](https://github.com/cube-js/cube.js/compare/v0.28.57...v0.28.58) (2021-11-18)
1033
-
1034
- **Note:** Version bump only for package @cubejs-backend/native
1035
-
1036
-
1037
-
1038
-
1039
-
1040
- ## [0.28.57](https://github.com/cube-js/cube.js/compare/v0.28.56...v0.28.57) (2021-11-16)
1041
-
1042
-
1043
- ### Features
1044
-
1045
- * **cubesql:** Initial support for INFORMATION_SCHEMA ([d1fac9e](https://github.com/cube-js/cube.js/commit/d1fac9e75cb01cbf6a1207b6e69a999e9d755d1e))
1046
-
1047
-
1048
-
1049
-
1050
-
1051
- ## [0.28.55](https://github.com/cube-js/cube.js/compare/v0.28.54...v0.28.55) (2021-11-12)
1052
-
1053
-
1054
- ### Features
1055
-
1056
- * Introduce checkSqlAuth (auth hook for SQL API) ([3191b73](https://github.com/cube-js/cube.js/commit/3191b73816cd63d242349041c54a7037e9027c1a))
1057
-
1058
-
1059
-
1060
-
1061
-
1062
- ## [0.28.53](https://github.com/cube-js/cube.js/compare/v0.28.52...v0.28.53) (2021-11-04)
1063
-
1064
-
1065
- ### Features
1066
-
1067
- * **cubesql:** Specify MySQL version as 8.0.25 in protocol ([eb7e73e](https://github.com/cube-js/cube.js/commit/eb7e73eac5819f8549f51e841f2f4fdc90ba7f32))
1068
-
1069
-
1070
-
1071
-
1072
-
1073
- ## [0.28.52](https://github.com/cube-js/cube.js/compare/v0.28.51...v0.28.52) (2021-11-03)
1074
-
1075
-
1076
- ### Features
1077
-
1078
- * **cubeclient:** Granularity is an optional field ([c381570](https://github.com/cube-js/cube.js/commit/c381570b786d27c49deb701c43858cd6e2facf02))
1079
-
1080
-
1081
-
1082
-
1083
-
1084
- ## [0.28.51](https://github.com/cube-js/cube.js/compare/v0.28.50...v0.28.51) (2021-10-30)
1085
-
1086
-
1087
- ### Bug Fixes
1088
-
1089
- * **native:** warning - is missing a bundled dependency node-pre-gyp ([0bee2f7](https://github.com/cube-js/cube.js/commit/0bee2f7f1776eb8e11cfed003f2e4741c73b1f48))
1090
-
1091
-
1092
- ### Features
1093
-
1094
- * **cubesql:** Use real Query Engine for simple queries ([cc907d3](https://github.com/cube-js/cube.js/commit/cc907d3e2b35462a789427e084989c2ee4a693db))
1095
-
1096
-
1097
-
1098
-
1099
-
1100
- ## [0.28.50](https://github.com/cube-js/cube.js/compare/v0.28.49...v0.28.50) (2021-10-28)
1101
-
1102
-
1103
- ### Bug Fixes
1104
-
1105
- * **native:** Correct logging level for native module ([c1a8439](https://github.com/cube-js/cube.js/commit/c1a843909d6681c718e3634f60684705cdc32f29))
1106
-
1107
-
1108
- ### Features
1109
-
1110
- * Validate return type for dbType/driverFactory/externalDriverFactory in runtime ([#2657](https://github.com/cube-js/cube.js/issues/2657)) ([10e269f](https://github.com/cube-js/cube.js/commit/10e269f9febe26902838a2d7fa611a0f1d375d3e))
1111
-
1112
-
1113
-
1114
-
1115
-
1116
- ## [0.28.46](https://github.com/cube-js/cube.js/compare/v0.28.45...v0.28.46) (2021-10-20)
1117
-
1118
-
1119
- ### Bug Fixes
1120
-
1121
- * **native:** Catch errors in authentication handshake (msql_srv) ([#3560](https://github.com/cube-js/cube.js/issues/3560)) ([9012399](https://github.com/cube-js/cube.js/commit/90123990fa5713fc1351ba0540776a9f7cd78dce))
1122
-
1123
-
1124
-
1125
-
1126
-
1127
- ## [0.28.44](https://github.com/cube-js/cube.js/compare/v0.28.43...v0.28.44) (2021-10-18)
1128
-
1129
-
1130
- ### Features
1131
-
1132
- * **native:** Enable logger ([f0e2812](https://github.com/cube-js/cube.js/commit/f0e2812491302770b1e62ac4a87d50c58551bea3))
1133
-
1134
-
1135
-
1136
-
1137
-
1138
- ## [0.28.43](https://github.com/cube-js/cube.js/compare/v0.28.42...v0.28.43) (2021-10-17)
1139
-
1140
-
1141
- ### Bug Fixes
1142
-
1143
- * **native:** Allow to install Cube.js on unsupported systems ([71ce6a4](https://github.com/cube-js/cube.js/commit/71ce6a4eaa78870a3716bf8c9f1e091d08639753))
1144
- * **native:** Split musl/libc packages (musl is unsupported for now) ([836bd5f](https://github.com/cube-js/cube.js/commit/836bd5f3a2125326144819831c6b04962bdc0565))
1145
-
1146
-
1147
-
1148
-
1149
-
1150
- ## [0.28.42](https://github.com/cube-js/cube.js/compare/v0.28.41...v0.28.42) (2021-10-15)
1151
-
1152
-
1153
- ### Features
1154
-
1155
- * **native:** CubeSQL - support auth via JWT (from user) ([#3536](https://github.com/cube-js/cube.js/issues/3536)) ([a10bd59](https://github.com/cube-js/cube.js/commit/a10bd5921627712182a67fda1e2b170e0373102c))
1156
- * Integrate SQL Connector to Cube.js ([#3544](https://github.com/cube-js/cube.js/issues/3544)) ([f90de4c](https://github.com/cube-js/cube.js/commit/f90de4c9283178962f501826a8a64abb674c37d1))
1157
-
1158
-
1159
-
1160
-
1161
-
1162
- ## [0.28.41](https://github.com/cube-js/cube.js/compare/v0.28.40...v0.28.41) (2021-10-12)
1163
-
1164
-
1165
- ### Features
1166
-
1167
- * Introduce @cubejs-backend/native 🦀 ([#3531](https://github.com/cube-js/cube.js/issues/3531)) ([5fd511e](https://github.com/cube-js/cube.js/commit/5fd511e8804c26d06bdc166df05d630c650f23fc))