File tree Expand file tree Collapse file tree 14 files changed +45
-13
lines changed Expand file tree Collapse file tree 14 files changed +45
-13
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
6
+ ## [1.1.18](https://github.com/cube-js/cube/compare/v1.1.17...v1.1.18) (2025-01-27)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **api-gateway:** Fix graphql query result processing via native results ([#9146](https://github.com/cube-js/cube/issues/9146)) ([7974eac](https://github.com/cube-js/cube/commit/7974eac4f32d5c81fea6266224821424f67b5ead))
11
+
6
12
## [1.1.17](https://github.com/cube-js/cube/compare/v1.1.16...v1.1.17) (2025-01-27)
7
13
8
14
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.1.17 " ,
2
+ "version" : " 1.1.18 " ,
3
3
"npmClient" : " yarn" ,
4
4
"command" : {
5
5
"bootstrap" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.1.18] ( https://github.com/cube-js/cube/compare/v1.1.17...v1.1.18 ) (2025-01-27)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ** api-gateway:** Fix graphql query result processing via native results ([ #9146 ] ( https://github.com/cube-js/cube/issues/9146 ) ) ([ 7974eac] ( https://github.com/cube-js/cube/commit/7974eac4f32d5c81fea6266224821424f67b5ead ) )
11
+
6
12
## [ 1.1.17] ( https://github.com/cube-js/cube/compare/v1.1.16...v1.1.17 ) (2025-01-27)
7
13
8
14
### Features
Original file line number Diff line number Diff line change 2
2
"name" : " @cubejs-backend/api-gateway" ,
3
3
"description" : " Cube.js API Gateway" ,
4
4
"author" : " Cube Dev, Inc." ,
5
- "version" : " 1.1.17 " ,
5
+ "version" : " 1.1.18 " ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
8
"url" : " https://github.com/cube-js/cube.git" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.1.18] ( https://github.com/cube-js/cube/compare/v1.1.17...v1.1.18 ) (2025-01-27)
7
+
8
+ ** Note:** Version bump only for package cubejs-cli
9
+
6
10
## [ 1.1.17] ( https://github.com/cube-js/cube/compare/v1.1.16...v1.1.17 ) (2025-01-27)
7
11
8
12
** Note:** Version bump only for package cubejs-cli
Original file line number Diff line number Diff line change 2
2
"name" : " cubejs-cli" ,
3
3
"description" : " Cube.js Command Line Interface" ,
4
4
"author" : " Cube Dev, Inc." ,
5
- "version" : " 1.1.17 " ,
5
+ "version" : " 1.1.18 " ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
8
"url" : " https://github.com/cube-js/cube.git" ,
51
51
},
52
52
"devDependencies" : {
53
53
"@cubejs-backend/linter" : " ^1.0.0" ,
54
- "@cubejs-backend/server" : " 1.1.17 " ,
54
+ "@cubejs-backend/server" : " 1.1.18 " ,
55
55
"@oclif/command" : " ^1.8.0" ,
56
56
"@types/cli-progress" : " ^3.8.0" ,
57
57
"@types/cross-spawn" : " ^6.0.2" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.1.18] ( https://github.com/cube-js/cube/compare/v1.1.17...v1.1.18 ) (2025-01-27)
7
+
8
+ ** Note:** Version bump only for package @cubejs-backend/docker
9
+
6
10
## [ 1.1.17] ( https://github.com/cube-js/cube/compare/v1.1.16...v1.1.17 ) (2025-01-27)
7
11
8
12
** Note:** Version bump only for package @cubejs-backend/docker
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cubejs-backend/docker" ,
3
- "version" : " 1.1.17 " ,
3
+ "version" : " 1.1.18 " ,
4
4
"description" : " Cube.js In Docker (virtual package)" ,
5
5
"author" : " Cube Dev, Inc." ,
6
6
"license" : " Apache-2.0" ,
32
32
"@cubejs-backend/prestodb-driver" : " 1.1.17" ,
33
33
"@cubejs-backend/questdb-driver" : " 1.1.17" ,
34
34
"@cubejs-backend/redshift-driver" : " 1.1.17" ,
35
- "@cubejs-backend/server" : " 1.1.17 " ,
35
+ "@cubejs-backend/server" : " 1.1.18 " ,
36
36
"@cubejs-backend/snowflake-driver" : " 1.1.17" ,
37
37
"@cubejs-backend/sqlite-driver" : " 1.1.17" ,
38
38
"@cubejs-backend/trino-driver" : " 1.1.17" ,
39
39
"@cubejs-backend/vertica-driver" : " 1.1.17" ,
40
- "cubejs-cli" : " 1.1.17 " ,
40
+ "cubejs-cli" : " 1.1.18 " ,
41
41
"typescript" : " ~5.2.2"
42
42
},
43
43
"resolutions" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.1.18] ( https://github.com/cube-js/cube/compare/v1.1.17...v1.1.18 ) (2025-01-27)
7
+
8
+ ** Note:** Version bump only for package @cubejs-backend/server-core
9
+
6
10
## [ 1.1.17] ( https://github.com/cube-js/cube/compare/v1.1.16...v1.1.17 ) (2025-01-27)
7
11
8
12
** Note:** Version bump only for package @cubejs-backend/server-core
Original file line number Diff line number Diff line change 2
2
"name" : " @cubejs-backend/server-core" ,
3
3
"description" : " Cube.js base component to wire all backend components together" ,
4
4
"author" : " Cube Dev, Inc." ,
5
- "version" : " 1.1.17 " ,
5
+ "version" : " 1.1.18 " ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
8
"url" : " https://github.com/cube-js/cube.git" ,
29
29
"unit" : " jest --runInBand --forceExit --coverage dist/test"
30
30
},
31
31
"dependencies" : {
32
- "@cubejs-backend/api-gateway" : " 1.1.17 " ,
32
+ "@cubejs-backend/api-gateway" : " 1.1.18 " ,
33
33
"@cubejs-backend/cloud" : " 1.1.17" ,
34
34
"@cubejs-backend/dotenv" : " ^9.0.2" ,
35
35
"@cubejs-backend/native" : " 1.1.17" ,
You can’t perform that action at this time.
0 commit comments