Skip to content

Releases: cube-js/cube

v1.2.17

05 Mar 20:26

Choose a tag to compare

1.2.17 (2025-03-05)

Bug Fixes

  • api-gateway: Support proxy when fetching jwk for token validation (#9286) (60870c8)
  • cubesql: Use pushdown-pullup scheme for FilterSimplifyReplacer (#9278) (ab5a64e)
  • docker: apt-get install ca-certificates in latest and local Dockerfiles (1fca9ee)
  • query-orchestrator: Fix dropping temp tables during pre-agg creation (#9295) (eb3d980)
  • schema-compiler: Fix ORDER BY clause generation for queries with td with filters (#9296) (1c8ce4f)

Features

  • duckdb-driver: Add databasePath and motherDuckToken config options (6f43138)

v1.2.16

04 Mar 20:04

Choose a tag to compare

1.2.16 (2025-03-04)

Bug Fixes

  • cubejs-native: sql over http drop sessions, correct error (#9297) (6fad670)

v1.2.15

03 Mar 20:45

Choose a tag to compare

1.2.15 (2025-03-03)

Bug Fixes

  • cubejs-client-ngx: Configure package-level Lerna publish directory for Angular (#9189) (ef799f5)

Features

  • schema-compiler: auto include hierarchy dimensions (#9288) (162c5b4)
  • tesseract: Pre-aggregation planning fallback (#9230) (08650e2)

v1.2.14

28 Feb 12:07

Choose a tag to compare

1.2.14 (2025-02-28)

Features

  • server-core: add fastReloadEnabled option to CompilerApi (#9289) (122a3a3)

v1.0.10

28 Feb 12:16

Choose a tag to compare

v1.0.10

v1.2.13

26 Feb 18:03

Choose a tag to compare

1.2.13 (2025-02-26)

Bug Fixes

  • cubesql: Split __user WHERE predicate into separate filter node (#8812) (83baf7b)

v1.2.12

26 Feb 17:00
@ovr ovr
119a634

Choose a tag to compare

1.2.12 (2025-02-26)

Bug Fixes

  • api-gateway: data scope check (#9264) (75095e1)
  • cubesql: Generate typed null literals (#9238) (1dfa10d)
  • cubesql: Match CubeScan timestamp literal types to member types (#9275) (4a4e82b)
  • native: Jinja - pass kwargs correctly into Python (#9276) (9d1c3f8)
  • server-core: Handle empty query in getSqlGenerator (#9270) (350a438)

v1.2.11

25 Feb 03:13

Choose a tag to compare

1.2.11 (2025-02-25)

Bug Fixes

  • cubesql: Break cost symmetry for (non)-push-to-Cube WrappedSelect (#9155) (2c0e443)
  • cubesql: Generate proper projection wrapper for duplicated members in CubeScanNode (#9233) (aba6430)

v1.2.10

24 Feb 18:03

Choose a tag to compare

1.2.10 (2025-02-24)

Bug Fixes

  • redshift-driver: Fix empty tableColumnTypes for external (Spectrum) tables (#9251) (fa318a1)
  • schema-compiler: Fix sql generation for rolling_window queries with multiple time dimensions (#9124) (52a664e)

Features

  • cubejs-server-core: support proxy in http agent transport (#9263) (89c74ce)

v1.2.9

21 Feb 20:08

Choose a tag to compare

1.2.9 (2025-02-21)

Bug Fixes

  • schema-compiler: Fix allowNonStrictDateRangeMatch pre-agg match for dateRange queries without granularities (#9258) (00fe682)