Skip to content

Releases: cube-js/cube

v1.2.9

21 Feb 20:08
Compare
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)

v1.2.8

21 Feb 11:53
Compare
Choose a tag to compare

1.2.8 (2025-02-21)

Bug Fixes

  • backend-native: Handle closed channel on Rust side (#9242) (1203291)

Features

  • cubeclient: Add short_title to dimensions and measures (#9256) (584b3dc)

v1.0.9

21 Feb 12:15
Compare
Choose a tag to compare
v1.0.9

v1.2.7

20 Feb 10:13
Compare
Choose a tag to compare

1.2.7 (2025-02-20)

Bug Fixes

  • schema-compiler: hierarchies to respect prefix value (#9239) (19d1b33)

Reverts

  • schema-compiler: Revert breaking changes in models transpilation (#9240) (28bca42)

v1.2.6

18 Feb 17:52
Compare
Choose a tag to compare

1.2.6 (2025-02-18)

Bug Fixes

  • api-gateway: Fix CompareDateRange queries native transformations (#9232) (9c6153d)
  • schema-compiler: Correct models transpilation in native in multitenant environments (#9234) (84f90c0)

Features

  • schema-compiler: Boost models transpilation 10-13x times (using SWC instead ofΒ Babel) (#9225) (2dd9a4a)

Performance Improvements

  • cubesql: Avoid allocations in MetaContext methods (#9228) (ba753d0)

v1.2.5

13 Feb 16:00
@ovr ovr
671bcdb
Compare
Choose a tag to compare

1.2.5 (2025-02-13)

Bug Fixes

  • cubesql: Fix SELECT DISTINCT on pushdown (#9144) (6483f66)

Features

v1.2.4

11 Feb 17:59
Compare
Choose a tag to compare
v1.2.4

v1.0.8

08 Feb 00:07
Compare
Choose a tag to compare
v1.0.8

v1.2.3

06 Feb 23:59
Compare
Choose a tag to compare

1.2.3 (2025-02-06)

Bug Fixes

  • cubejs-backend-native: support context_to_cube_store_router_id (#9200) (f93edd3)

v1.2.2

06 Feb 21:12
Compare
Choose a tag to compare

1.2.2 (2025-02-06)

Bug Fixes

  • dremio-driver: Correct dremio date interval functions (#9193) (7cf2287)
  • schema-compiler: Fix queries with time dimensions without granularities don't hit pre-aggregations with allow_non_strict_date_range_match=true (#9102) (eff0736)
  • testing: avoid cypress crashes (#9196) (364d181)

Features

  • cubejs-server-core: add contextToCubeStoreRouterId config option (#9197) (6ee0e41)