Skip to content

Releases: cube-js/cube

v1.3.79

14 Oct 14:19
@ovr ovr
Compare
Choose a tag to compare

1.3.79 (2025-10-14)

Bug Fixes

  • client-vue3: Cleanup polluted package-lock file (da98986)
  • cubesql: Normalize timestamp/date expressions (#10040) (7b1a5af)
  • sqlite-driver: Use pragma_table_info to fetch table columns (#10031) (070e6e0)

Features

  • cubesql: PlanNormalize - reduce stack allocations (#10055) (619343d)
  • docs: Integrate Purple Banner component into documentation site (#10053) (32df746)
  • firebolt-driver: Pass CUBEJS_DB_QUERY_TIMEOUT to Firebolt driver (#10043) (b46565b)

v1.3.78

03 Oct 10:41
Compare
Choose a tag to compare

1.3.78 (2025-10-03)

Bug Fixes

  • base-driver: Throw an error when the list of csv files from the bucket is empty (#9996) (a8e791c)
  • snowflake-driver: Add support for IAM roles with IRSA for S3 export buckets (#10024) (9ceb2f9)

Features

  • schema-compiler: Pretty print compile errors grouped by files (#10025) (0c5c21c)

v1.3.77

01 Oct 18:47
Compare
Choose a tag to compare

1.3.77 (2025-10-01)

Bug Fixes

  • cubesql: Match reverse Tableau year-month extract filter (#10009) (d2e67ad)
  • schema-compiler: Do not collect disabled external pre-aggregations (#10014) (7b2874e)

v1.3.76

01 Oct 08:26
Compare
Choose a tag to compare

1.3.76 (2025-10-01)

Reverts

  • duckdb-driver: Revert version bump from 1.3.1 to 1.4.0 (3e12bc9)

v1.3.75

29 Sep 12:17
@ovr ovr
Compare
Choose a tag to compare

1.3.75 (2025-09-29)

Bug Fixes

  • Merge measure/dimension's spec for formats (#10007) (039f0e1)
  • packages/cubejs-docker/latest-debian-jdk.Dockerfile to reduce vulnerabilities (#10003) (5453581)

Features

  • docker: Security upgrade Node.js from 22.18.0 to 22.20.0 (#10008) (02e7d4a)

v1.3.74

26 Sep 10:17
Compare
Choose a tag to compare

1.3.74 (2025-09-26)

Note: Version bump only for package cubejs

v1.3.73

25 Sep 13:55
@ovr ovr
Compare
Choose a tag to compare

1.3.73 (2025-09-25)

Bug Fixes

  • cubesql: Add missing aggregate expressions for ORDER BY clause (#9990) (24d1177)
  • cubesql: Fix push Limit-Sort down Projection recursion (#9986) (bd20e65)
  • cubestore: Disable quoting in csv parser for Athena (#9997) (5cefd96)

Features

  • cubesql: Match Tableau year-month extract filter pair as inDateRange (#9991) (8398538)
  • cubesql: Support SAVEPOINT, ROLLBACK TO, RELEASE (#9992) (2788b6d)
  • Expose format field for measures/dimensions in meta (#9998) (51ec263)

v1.3.72

23 Sep 16:20
@ovr ovr
Compare
Choose a tag to compare

1.3.72 (2025-09-23)

Bug Fixes

  • native: Catch panic while calling python fn in PyRuntime (#9988) (365f9a6)

Features

v1.3.71

22 Sep 16:22
@ovr ovr
Compare
Choose a tag to compare

1.3.71 (2025-09-22)

Bug Fixes

  • native: Be happy, don't panic when unable to schedule task to PyRuntime (#9983) (7e6037c)

Features

  • cubesql: SET ROLE changes authentication context (#9982) (c1b69cb)
  • cubesql: add pg_catalog.pg_collation table (#9968) (9243f4c)
  • native: Improve safety for Python into CLRepr conversion (#9984) (644103a)

v1.3.70

19 Sep 14:58
Compare
Choose a tag to compare

1.3.70 (2025-09-19)

Bug Fixes

  • client-core: Fix time series generation (#9978) (2fd8ea7)
  • playground: Include lower and upper bound of date range in time dimension filter in Playground (#9979) (1aeea98)
  • schema-compiler: Fix view transpilation for worker_threads and native flows (#9980) (333b53d)