File tree Expand file tree Collapse file tree 14 files changed +90
-12
lines changed Expand file tree Collapse file tree 14 files changed +90
-12
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 0.18.19] ( https://github.com/cube-js/cube.js/compare/v0.18.18...v0.18.19 ) (2020-03-29)
7+
8+
9+ ### Bug Fixes
10+
11+ * Empty default ` originalSql ` refreshKey ([ dd8536b] ( https://github.com/cube-js/cube.js/commit/dd8536b ) )
12+ * incorrect WHERE for refreshKey every ([ bf8b648] ( https://github.com/cube-js/cube.js/commit/bf8b648 ) )
13+ * Return single table for one partition queries ([ 54083ef] ( https://github.com/cube-js/cube.js/commit/54083ef ) )
14+
15+
16+ ### Features
17+
18+ * ` propagateFiltersToSubQuery ` flag ([ 6b253c0] ( https://github.com/cube-js/cube.js/commit/6b253c0 ) )
19+ * Partitioned ` originalSql ` support ([ 133857e] ( https://github.com/cube-js/cube.js/commit/133857e ) )
20+
21+
22+
23+
24+
625## [ 0.18.18] ( https://github.com/cube-js/cube.js/compare/v0.18.17...v0.18.18 ) (2020-03-28)
726
827
Original file line number Diff line number Diff line change 22 "packages" : [
33 " packages/*"
44 ],
5- "version" : " 0.18.18 "
5+ "version" : " 0.18.19 "
66}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 0.18.19] ( https://github.com/cube-js/cube.js/compare/v0.18.18...v0.18.19 ) (2020-03-29)
7+
8+
9+ ### Bug Fixes
10+
11+ * Empty default ` originalSql ` refreshKey ([ dd8536b] ( https://github.com/cube-js/cube.js/commit/dd8536b ) )
12+ * incorrect WHERE for refreshKey every ([ bf8b648] ( https://github.com/cube-js/cube.js/commit/bf8b648 ) )
13+ * Return single table for one partition queries ([ 54083ef] ( https://github.com/cube-js/cube.js/commit/54083ef ) )
14+
15+
16+ ### Features
17+
18+ * ` propagateFiltersToSubQuery ` flag ([ 6b253c0] ( https://github.com/cube-js/cube.js/commit/6b253c0 ) )
19+ * Partitioned ` originalSql ` support ([ 133857e] ( https://github.com/cube-js/cube.js/commit/133857e ) )
20+
21+
22+
23+
24+
625## [ 0.18.17] ( https://github.com/cube-js/cube.js/compare/v0.18.16...v0.18.17 ) (2020-03-24)
726
827
Original file line number Diff line number Diff line change 22 "name" : " @cubejs-backend/schema-compiler" ,
33 "description" : " Cube.js schema compiler" ,
44 "author" : " Statsbot, Inc." ,
5- "version" : " 0.18.17 " ,
5+ "version" : " 0.18.19 " ,
66 "repository" : {
77 "type" : " git" ,
88 "url" : " https://github.com/cube-js/cube.js.git" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 0.18.19] ( https://github.com/cube-js/cube.js/compare/v0.18.18...v0.18.19 ) (2020-03-29)
7+
8+ ** Note:** Version bump only for package @cubejs-backend/server-core
9+
10+
11+
12+
13+
614## [ 0.18.18] ( https://github.com/cube-js/cube.js/compare/v0.18.17...v0.18.18 ) (2020-03-28)
715
816
Original file line number Diff line number Diff line change 22 "name" : " @cubejs-backend/server-core" ,
33 "description" : " Cube.js base component to wire all backend components together" ,
44 "author" : " Statsbot, Inc." ,
5- "version" : " 0.18.18 " ,
5+ "version" : " 0.18.19 " ,
66 "repository" : {
77 "type" : " git" ,
88 "url" : " https://github.com/cube-js/cube.js.git" ,
3333 "@babel/types" : " ^7.4.0" ,
3434 "@cubejs-backend/api-gateway" : " ^0.18.7" ,
3535 "@cubejs-backend/query-orchestrator" : " ^0.18.18" ,
36- "@cubejs-backend/schema-compiler" : " ^0.18.17 " ,
36+ "@cubejs-backend/schema-compiler" : " ^0.18.19 " ,
3737 "codesandbox-import-utils" : " ^2.1.12" ,
3838 "cross-spawn" : " ^7.0.1" ,
3939 "fs-extra" : " ^8.1.0" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 0.18.19] ( https://github.com/cube-js/cube.js/compare/v0.18.18...v0.18.19 ) (2020-03-29)
7+
8+ ** Note:** Version bump only for package @cubejs-backend/server
9+
10+
11+
12+
13+
614## [ 0.18.18] ( https://github.com/cube-js/cube.js/compare/v0.18.17...v0.18.18 ) (2020-03-28)
715
816** Note:** Version bump only for package @cubejs-backend/server
Original file line number Diff line number Diff line change 22 "name" : " @cubejs-backend/server" ,
33 "description" : " Cube.js all-in-one server" ,
44 "author" : " Statsbot, Inc." ,
5- "version" : " 0.18.18 " ,
5+ "version" : " 0.18.19 " ,
66 "types" : " index.d.ts" ,
77 "repository" : {
88 "type" : " git" ,
2727 "test:debug" : " node --inspect-brk scripts/test.js --testPathPattern=./index\\ .test\\ .js --runInBand"
2828 },
2929 "dependencies" : {
30- "@cubejs-backend/server-core" : " ^0.18.18 " ,
30+ "@cubejs-backend/server-core" : " ^0.18.19 " ,
3131 "body-parser" : " ^1.15.2" ,
3232 "codesandbox-import-utils" : " ^2.1.12" ,
3333 "cors" : " ^2.8.4" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 0.18.19] ( https://github.com/cube-js/cube.js/compare/v0.18.18...v0.18.19 ) (2020-03-29)
7+
8+ ** Note:** Version bump only for package @cubejs-backend/serverless-aws
9+
10+
11+
12+
13+
614## [ 0.18.18] ( https://github.com/cube-js/cube.js/compare/v0.18.17...v0.18.18 ) (2020-03-28)
715
816** Note:** Version bump only for package @cubejs-backend/serverless-aws
Original file line number Diff line number Diff line change 22 "name" : " @cubejs-backend/serverless-aws" ,
33 "description" : " Cube.js Serverless AWS support" ,
44 "author" : " Statsbot, Inc." ,
5- "version" : " 0.18.18 " ,
5+ "version" : " 0.18.19 " ,
66 "repository" : {
77 "type" : " git" ,
88 "url" : " https://github.com/cube-js/cube.js.git" ,
1313 },
1414 "main" : " index.js" ,
1515 "dependencies" : {
16- "@cubejs-backend/serverless" : " ^0.18.18 " ,
16+ "@cubejs-backend/serverless" : " ^0.18.19 " ,
1717 "aws-sdk" : " ^2.404.0"
1818 },
1919 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments