Skip to content

Releases: cube-js/cube

v0.32.23

10 Apr 14:56
@ovr ovr
7991633

Choose a tag to compare

0.32.23 (2023-04-10)

Bug Fixes

  • Fix typo in driver name, DuckDB (c53a31c)

Features

  • docker: Install DuckDB as built-in driver (41a0ca1)

v0.32.22

10 Apr 12:07
@ovr ovr
5c20a75

Choose a tag to compare

0.32.22 (2023-04-10)

Bug Fixes

Features

  • ducksdb-driver: Initial support (#6403) (00e41bf)
  • prestodb-driver: Add schema filter to informationSchemaQuery (#6382) Thanks @maatumo ! (cbf4620)
  • schema-compiler: Yaml - report error on misconfiguration (object instead of array) (#6407) (29e3778)

v0.32.21

06 Apr 21:43
@ovr ovr
6a42863

Choose a tag to compare

0.32.21 (2023-04-06)

Bug Fixes

  • cubestore: Query Cache - correct size calculation (complex TableValue) (#6400) (b0e3c88)
  • databricks-jdbc: startsWith, endsWith, contains filters (#6401) (7eeea60)

Features

  • cubestore: Introduce system.query_cache table (#6399) (a5e4bd3)

v0.32.20

05 Apr 18:40
@ovr ovr
e737eeb

Choose a tag to compare

0.32.20 (2023-04-05)

Features

  • cubestore: Query cache - limits by time_to_idle and max_capacity (#6132) (edd220f)
  • cubestore: Separate configuration for count of metastore and cachestore snapshots (#6388) (df73851)
  • questdb-driver: Add SSL support (#6395) (e9a4458)

v0.32.19

03 Apr 16:32
@ovr ovr
a9f81ff

Choose a tag to compare

0.32.19 (2023-04-03)

Features

  • cubesql: Support date_trunc = literal date filter (#6376) (0ef53cb)
  • cubestore: Increase default TRANSPORT_MAX_FRAME_SIZE to 32Mb (#6381) (73f7ea9)
  • schema-compiler: Support new aliases for join.relationship (#6367) (34a18d8)
  • Support quarter(s) in dateRange for timeDimensions (#6385) (5a08721)

v0.32.18

02 Apr 20:32

Choose a tag to compare

0.32.18 (2023-04-02)

Bug Fixes

  • athena-driver: Correct handling for NULL values (#6171) (a1f4cd4)
  • playground: SQL API default port 15432 (416a9de)

Features

  • Cube based includes and meta exposure (#6380) (ead4ac0)
  • cubestore: Allow to configure max message_size/frame_size for transport (#6369) (be7d40b)
  • schema-compiler: Introduce public field (alias for shown) (#6361) (6d0c66a)

v0.32.17

29 Mar 16:47
@ovr ovr
c0b3c60

Choose a tag to compare

0.32.17 (2023-03-29)

Bug Fixes

Features

  • schema-compiler: Introduce support for sqlTable (syntactic sugar) (#6360) (c73b368)
  • sqlite-driver: Upgrade sqlite3 from 5.0.11 to 5.1.6, refs #6340 (#6287) (4ec1da3)

Reverts

  • Revert "docs(schema): replace camel-case properties with snake-case" (4731f4a)
  • Revert "docs: use snake-case property names" (eb97883)

v0.32.16

27 Mar 20:02

Choose a tag to compare

0.32.16 (2023-03-27)

Note: Version bump only for package cubejs

v0.32.15

24 Mar 21:03

Choose a tag to compare

v0.32.15

v0.32.14

23 Mar 04:28

Choose a tag to compare

0.32.14 (2023-03-23)

Bug Fixes

  • cubestore: Create table failed: Internal: Directory not empty (os error 39) for local dir storage (103cabe)
  • Use last rollup table types to avoid type guessing for unionWithSourceData lambda queries (#6337) (15badfe)