Skip to content

Releases: cube-js/cube

v1.2.19

08 Mar 04:35
Compare
Choose a tag to compare

1.2.19 (2025-03-08)

Features

  • pinot-driver: Add enableNullHandling to query options using env var (#9310) (df763cc)

v1.2.18

06 Mar 18:01
Compare
Choose a tag to compare

1.2.18 (2025-03-06)

Bug Fixes

  • cubesql: Calculate proper limit and offset for CubeScan in nested limits case (#8924) (0e95f18)
  • cubesql: Make cube join check stricter (#9043) (feaf03b)
  • query-orchestrator: Fix improper pre-aggregation buildRange construction for non UTC timezones (#9284) (ef12d8d)
  • tesseract: Don't generate COALESCE with single argument (#9300) (3174be1)
  • tesseract: fix wrong default alias for symbols with digits in name (#9299) (329d228)

Features

  • cubesql: Support multiple columns on each side in ungrouped-grouped join condition (#9282) (e25d5c1)

v1.2.17

05 Mar 20:26
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
v1.0.10

v1.2.13

26 Feb 18:03
Compare
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
Compare
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
Compare
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)