Skip to content

Commit 1a5decd

Browse files
committed
v1.6.24
1 parent cbdc6e8 commit 1a5decd

File tree

116 files changed

+547
-290
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+547
-290
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.6.24](https://github.com/cube-js/cube/compare/v1.6.23...v1.6.24) (2026-03-18)
7+
8+
### Bug Fixes
9+
10+
- **cubesql:** Push `Distinct` down CubeScan with time dimensions ([#10518](https://github.com/cube-js/cube/issues/10518)) ([028eadc](https://github.com/cube-js/cube/commit/028eadcec1ce7aa294f29395cfb272448e9b08a1))
11+
- **query-orchestrator:** Return cached result when refreshKey changes during must-revalidate ([#10489](https://github.com/cube-js/cube/issues/10489)) ([e00fe12](https://github.com/cube-js/cube/commit/e00fe125a546926e85b5c1c1be70a46fabcd53ff))
12+
- **schema-compiler:** Use isNotDistinctFrom() for ClickHouse Tesseract multi-fact joins ([#10494](https://github.com/cube-js/cube/issues/10494)) ([43429eb](https://github.com/cube-js/cube/commit/43429eb59f941036f6e4a7fa22ca670544bb2193)), closes [#10493](https://github.com/cube-js/cube/issues/10493)
13+
- **tesseract:** Incorrect ubounded rolling window without granularity ([#10508](https://github.com/cube-js/cube/issues/10508)) ([33a68a0](https://github.com/cube-js/cube/commit/33a68a02574c815c748dd5383c421621e220d68d))
14+
- **tesseract:** Measure with string type ends up with SUM aggregation ([#10516](https://github.com/cube-js/cube/issues/10516)) ([589d20f](https://github.com/cube-js/cube/commit/589d20fc5fb6b93c861e54b1df2901742146a75a))
15+
- **tesseract:** Pre-aggregations matching should respect join path ([#10500](https://github.com/cube-js/cube/issues/10500)) ([eec59a2](https://github.com/cube-js/cube/commit/eec59a2e4736d4b3a973abe98028fbfd3af54262))
16+
- **tesseract:** Subquery dimension in filter ([#10506](https://github.com/cube-js/cube/issues/10506)) ([58c0687](https://github.com/cube-js/cube/commit/58c06879b93110336740fc7792144ca1165239df))
17+
- **tesseract:** Tesseract should respect sql api aliases ([#10505](https://github.com/cube-js/cube/issues/10505)) ([d5f6351](https://github.com/cube-js/cube/commit/d5f635105de2e4e881f5ec8b6a073cb62b031295))
18+
19+
### Features
20+
21+
- **tesseract:** ClickHouse support ([#10515](https://github.com/cube-js/cube/issues/10515)) ([cbdc6e8](https://github.com/cube-js/cube/commit/cbdc6e80108f15320a11b8cb6340251ea704c1db))
22+
623
## [1.6.23](https://github.com/cube-js/cube/compare/v1.6.22...v1.6.23) (2026-03-13)
724

825
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.6.23",
2+
"version": "1.6.24",
33
"npmClient": "yarn",
44
"command": {
55
"bootstrap": {

packages/cubejs-api-gateway/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.6.24](https://github.com/cube-js/cube/compare/v1.6.23...v1.6.24) (2026-03-18)
7+
8+
**Note:** Version bump only for package @cubejs-backend/api-gateway
9+
610
## [1.6.23](https://github.com/cube-js/cube/compare/v1.6.22...v1.6.23) (2026-03-13)
711

812
### Bug Fixes

packages/cubejs-api-gateway/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@cubejs-backend/api-gateway",
33
"description": "Cube.js API Gateway",
44
"author": "Cube Dev, Inc.",
5-
"version": "1.6.23",
5+
"version": "1.6.24",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/cube-js/cube.git",
@@ -27,9 +27,9 @@
2727
"dist/src/*"
2828
],
2929
"dependencies": {
30-
"@cubejs-backend/native": "1.6.23",
31-
"@cubejs-backend/query-orchestrator": "1.6.23",
32-
"@cubejs-backend/shared": "1.6.23",
30+
"@cubejs-backend/native": "1.6.24",
31+
"@cubejs-backend/query-orchestrator": "1.6.24",
32+
"@cubejs-backend/shared": "1.6.24",
3333
"@ungap/structured-clone": "^0.3.4",
3434
"assert-never": "^1.4.0",
3535
"body-parser": "^1.19.0",
@@ -53,7 +53,7 @@
5353
"zod": "^4.1.13"
5454
},
5555
"devDependencies": {
56-
"@cubejs-backend/linter": "1.6.23",
56+
"@cubejs-backend/linter": "1.6.24",
5757
"@types/express": "^4.17.21",
5858
"@types/jest": "^29",
5959
"@types/jsonwebtoken": "^9.0.2",

packages/cubejs-athena-driver/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.6.24](https://github.com/cube-js/cube/compare/v1.6.23...v1.6.24) (2026-03-18)
7+
8+
**Note:** Version bump only for package @cubejs-backend/athena-driver
9+
610
## [1.6.23](https://github.com/cube-js/cube/compare/v1.6.22...v1.6.23) (2026-03-13)
711

812
**Note:** Version bump only for package @cubejs-backend/athena-driver

packages/cubejs-athena-driver/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@cubejs-backend/athena-driver",
33
"description": "Cube.js Athena database driver",
44
"author": "Cube Dev, Inc.",
5-
"version": "1.6.23",
5+
"version": "1.6.24",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/cube-js/cube.git",
@@ -30,13 +30,13 @@
3030
"dependencies": {
3131
"@aws-sdk/client-athena": "^3.22.0",
3232
"@aws-sdk/credential-providers": "^3.22.0",
33-
"@cubejs-backend/base-driver": "1.6.23",
34-
"@cubejs-backend/shared": "1.6.23",
33+
"@cubejs-backend/base-driver": "1.6.24",
34+
"@cubejs-backend/shared": "1.6.24",
3535
"sqlstring": "^2.3.1"
3636
},
3737
"devDependencies": {
38-
"@cubejs-backend/linter": "1.6.23",
39-
"@cubejs-backend/testing-shared": "1.6.23",
38+
"@cubejs-backend/linter": "1.6.24",
39+
"@cubejs-backend/testing-shared": "1.6.24",
4040
"@types/ramda": "^0.27.40",
4141
"typescript": "~5.2.2"
4242
},

packages/cubejs-backend-cloud/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.6.24](https://github.com/cube-js/cube/compare/v1.6.23...v1.6.24) (2026-03-18)
7+
8+
**Note:** Version bump only for package @cubejs-backend/cloud
9+
610
## [1.6.23](https://github.com/cube-js/cube/compare/v1.6.22...v1.6.23) (2026-03-13)
711

812
**Note:** Version bump only for package @cubejs-backend/cloud

packages/cubejs-backend-cloud/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cubejs-backend/cloud",
3-
"version": "1.6.23",
3+
"version": "1.6.24",
44
"description": "Cube Cloud package",
55
"main": "dist/src/index.js",
66
"typings": "dist/src/index.d.ts",
@@ -30,15 +30,15 @@
3030
"devDependencies": {
3131
"@babel/core": "^7.24.5",
3232
"@babel/preset-env": "^7.24.5",
33-
"@cubejs-backend/linter": "1.6.23",
33+
"@cubejs-backend/linter": "1.6.24",
3434
"@types/fs-extra": "^9.0.8",
3535
"@types/jest": "^29",
3636
"jest": "^29",
3737
"typescript": "~5.2.2"
3838
},
3939
"dependencies": {
4040
"@cubejs-backend/dotenv": "^9.0.2",
41-
"@cubejs-backend/shared": "1.6.23",
41+
"@cubejs-backend/shared": "1.6.24",
4242
"chokidar": "^3.5.1",
4343
"env-var": "^6.3.0",
4444
"form-data": "^4.0.0",

packages/cubejs-backend-maven/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.6.24](https://github.com/cube-js/cube/compare/v1.6.23...v1.6.24) (2026-03-18)
7+
8+
**Note:** Version bump only for package @cubejs-backend/maven
9+
610
## [1.6.23](https://github.com/cube-js/cube/compare/v1.6.22...v1.6.23) (2026-03-13)
711

812
**Note:** Version bump only for package @cubejs-backend/maven

packages/cubejs-backend-maven/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@cubejs-backend/maven",
33
"description": "Cube.js Maven Wrapper for java dependencies downloading",
44
"author": "Cube Dev, Inc.",
5-
"version": "1.6.23",
5+
"version": "1.6.24",
66
"license": "Apache-2.0",
77
"repository": {
88
"type": "git",
@@ -31,12 +31,12 @@
3131
"dist/src/*"
3232
],
3333
"dependencies": {
34-
"@cubejs-backend/shared": "1.6.23",
34+
"@cubejs-backend/shared": "1.6.24",
3535
"source-map-support": "^0.5.19",
3636
"xmlbuilder2": "^2.4.0"
3737
},
3838
"devDependencies": {
39-
"@cubejs-backend/linter": "1.6.23",
39+
"@cubejs-backend/linter": "1.6.24",
4040
"@types/jest": "^29",
4141
"@types/node": "^20",
4242
"jest": "^29",

0 commit comments

Comments
 (0)