Skip to content

Releases: cube-js/cube

v0.33.61

22 Sep 15:00
@ovr ovr
4c91df7

Choose a tag to compare

0.33.61 (2023-09-22)

Features

v0.33.60

22 Sep 00:32

Choose a tag to compare

0.33.60 (2023-09-22)

Bug Fixes

  • cubesql: dataRange filter isn't being push down to time dimension in case of other filters are used (a4edfae), closes #6312

Features

  • docker: Python - disable buffering for STDOUT (PYTHONUNBUFFERED) (#7153) (5cd0a17)

v0.33.59

20 Sep 17:11

Choose a tag to compare

0.33.59 (2023-09-20)

Features

  • cubesql: EXTRACT SQL push down (#7151) (e30c4da)
  • cubesql: Add ability to filter dates inclusive of date being passed in when using <= or >= (#7041) Thanks @darapuk ! (6b9ae70)
  • native: Cube.py - support all options (#7145) (5e5fb18)

v0.33.58

18 Sep 16:30
@ovr ovr
49caef3

Choose a tag to compare

0.33.58 (2023-09-18)

Bug Fixes

  • cubejs-client/core: drillDown - check dateRange before destructuring (#7138) (21a7cc2)
  • docs: layout styles (f5e5372)
  • schema-compiler: YAML - crash on empty string/null, fix #7126 (#7141) (73f5ca7)
  • schema-compiler: YAML - crash on unammed measure/dimension/join, refs #7033 (#7142) (5c6a065)
  • server-core: Validation - cors.optionsSuccessStatus should be a number (#7144) (1d58d4f)

Features

  • new methods for step-by-step db schema fetching (#7058) (a362c20)

v0.33.57

15 Sep 12:34
@ovr ovr
fec456d

Choose a tag to compare

0.33.57 (2023-09-15)

Bug Fixes

  • cubesql: ORDER BY references outer alias instead of inner expression for SQL push down (778e16c)
  • cubestore: Eviction - schedule compaction as blocking task (#7133) (009b1d6)
  • docs: change header layout (#7136) (581faad)
  • redshift-driver: resolves issue where redshift column order can come back in a different order, causing pre-aggregations across partitions to encounter a union all error (#6965) Thanks @jskarda829 @magno32 ! (30356d9)

Features

  • Config - improve validation (use strict mode) (#6892) (5e39b9b)
  • cubesql: CONCAT function support for SQL push down (da24afe)
  • cubesql: DATE_TRUNC support for SQL push down (#7132) (ae80eb1)
  • cubestore: Int96 and Decimal96 support (#6952) (0262d67)
  • native: Cube.py - support orchestratorOptions/http/jwt (#7135) (7ab977f)

v0.33.56

13 Sep 18:38
@ovr ovr
facdb65

Choose a tag to compare

0.33.56 (2023-09-13)

Features

  • native: Cube.py - introduce config decorator (#7131) (84fad15)
  • native: Cube.py - support pre_aggregations_schema (#7130) (5fc3b8d)
  • native: Initial support for Python 3.12 (#7129) (cc81cd2)
  • native: Python - support tuple type (#7128) (2518e16)

v0.33.55

12 Sep 18:16
@ovr ovr
7cb9ace

Choose a tag to compare

0.33.55 (2023-09-12)

Features

  • client-core: castNumerics option (#7123) (9aed9ac)
  • cubestore: Cache - auto trigger for full compaction (#7120) (675a0a0)
  • native: Cube.py - support semanticLayerSync/schemaVersion (#7124) (1df04da)
  • native: Jinja - support passing Map/Seq to Python (#7125) (b7762a1)

v0.33.54

12 Sep 04:54

Choose a tag to compare

0.33.54 (2023-09-12)

Bug Fixes

  • cubestore: COUNT(*) don't work on subquery with aggregation (#7117) (fa48e92)
  • cubestore: Fix error in projection pushdown (#7119) (88ef3d6)

Features

  • cubesql: ORDER BY SQL push down support (#7115) (49ea3cf)
  • cubestore: Increase parallelism for Cache Store (#7114) (ad1b146)

v0.33.53

08 Sep 00:02

Choose a tag to compare

0.33.53 (2023-09-08)

Features

v0.33.52

07 Sep 12:17
@ovr ovr
233cb6d

Choose a tag to compare

0.33.52 (2023-09-07)

Features