Skip to content

Releases: cube-js/cube

v1.1.7

20 Nov 11:20
@ovr ovr
591a383
Compare
Choose a tag to compare

1.1.7 (2024-11-20)

Bug Fixes

Features

  • clickhouse-driver: Switch from apla-clickhouse to @clickhouse/client (#8928) (e25e65f)

v1.1.6

17 Nov 11:22
@ovr ovr
471e10c
Compare
Choose a tag to compare

1.1.6 (2024-11-17)

Bug Fixes

  • playground: fix version check for yaml model generation (#8944) (ab8ad2b)
  • schema-compiler: Time dimension filter for lambda cubes (#8957) (eca7e4d)

v1.1.5

13 Nov 10:56
@ovr ovr
5fd13d1
Compare
Choose a tag to compare

1.1.5 (2024-11-13)

Bug Fixes

  • schema-compiler: fix Maximum call stack size exceeded if FILTER_PARAMS are used inside dimensions/measures (#8867) (8e7c5c7)

Features

v1.1.4

12 Nov 17:05
@ovr ovr
5593a2a
Compare
Choose a tag to compare

1.1.4 (2024-11-12)

Bug Fixes

  • cubesql: Add checks that projection/filters/fetch in TableScan is empty (#8883) (a7bab04)
  • cubesql: Pass null_equals_null through egraph (#8776) (e02f612)
  • schema-compiler: set missed CUBESQL_SQL_PUSH_DOWN to true by default in convertTzForRawTimeDimension flag (#8931) (9482807)

Features

  • api-gateway: Meta - expose aliasMember for members in View (#8945) (c127f36)

v1.1.3

08 Nov 02:11
Compare
Choose a tag to compare

1.1.3 (2024-11-08)

Bug Fixes

  • cubesql: Don't show meta OLAP queries in query history (#8336) (78a5fc3)
  • cubesql: Fix NULLS FIRST/LAST SQL push down for several dialects (#8895) (61c5ac6)
  • fileRepository: create repositoryPath if not exists (#8909) (4153e4d)
  • patch isVisible when applying member level access policies (#8921) (2bb1d21)

Reverts

  • Revert "chore: release script - push tag and commit manually (#8897)" (d7dc5fe), closes #8897

v1.1.2

01 Nov 17:27
f538318
Compare
Choose a tag to compare

1.1.2 (2024-11-01)

Features

v1.1.1

01 Nov 12:46
5827244
Compare
Choose a tag to compare

1.1.1 (2024-10-31)

Bug Fixes

Features

  • drivers: introduce Apache Pinot (#8689) (0659c84)
  • redshift-driver: introspection for external schemas/tables (e.g. Spectrum) (#8849) (fa4b3b8)
  • support context_to_roles in Python configuration (#8880) (aadce4f)

v1.0.5 (2024-10-28) - LTS branch

29 Oct 14:49
f878b89
Compare
Choose a tag to compare

v1.1.0

24 Oct 00:09
Compare
Choose a tag to compare

1.1.0 (2024-10-24)

Note: Version bump only for package cubejs

v1.0.4

23 Oct 14:17
@ovr ovr
ae86e50
Compare
Choose a tag to compare

1.0.4 (2024-10-23)

Bug Fixes

  • cubejs-server-core: driverError overriding (#8852) (b7306d2)
  • return client customized error, if present, on auth fail in playground (#8842) (5cce98d), closes #CORE-1134

Reverts