Skip to content

Releases: cube-js/cube

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)

v1.2.1

06 Feb 01:43
Compare
Choose a tag to compare
v1.2.1

v1.2.0

05 Feb 14:56
Compare
Choose a tag to compare

1.2.0 (2025-02-05)

Bug Fixes

  • @cubejs-client/ngx: Update APF configuration and build settings for Angular 12+ compatibility (#9152) Thanks to @HaidarZ! (57bcbc4)
  • cubejs-playground: update query builder (#9175) (4e9ed0e)
  • cubejs-playground: update query builder (#9184) (247ac0c)
  • cubesql: Avoid panics during filter rewrites (#9166) (4c8de88)
  • databricks-jdbc-driver: Fix extract epoch from timestamp SQL Generation (#9160) (9a73857)
  • schema-compiler: make sure view members are resolvable in DAP (#9059) (e7b992e)

Features

  • cubeclient: Add hierarchies to Cube meta (#9180) (56dbf9e)
  • cubesql: Add filter flattening rule (#9148) (92a4b8e)
  • cubesql: Add separate ungrouped_scan flag to wrapper replacer context (#9120) (50bdbe7)
  • snowflake-driver: set QUOTED_IDENTIFIERS_IGNORE_CASE=FALSE byΒ default (#9172) (164b783)
  • Support complex join conditions for grouped joins (#9157) (28c1e3b)

v1.1.18

27 Jan 21:00
Compare
Choose a tag to compare

1.1.18 (2025-01-27)

Bug Fixes

  • api-gateway: Fix graphql query result processing via native results (#9146) (7974eac)