Skip to content

Commit a30fe6b

Browse files
committed
v0.33.16
1 parent 9b20ff4 commit a30fe6b

File tree

8 files changed

+46
-5
lines changed

8 files changed

+46
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [0.33.16](https://github.com/cube-js/cube/compare/v0.33.15...v0.33.16) (2023-05-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **mssql-driver:** Pre-aggregations builds hang up if over 10K of rows ([#6661](https://github.com/cube-js/cube/issues/6661)) ([9b20ff4](https://github.com/cube-js/cube/commit/9b20ff4ef78acbb65ebea80adceb227bf96b1727))
12+
13+
14+
15+
16+
617
## [0.33.15](https://github.com/cube-js/cube/compare/v0.33.14...v0.33.15) (2023-05-26)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.33.15",
2+
"version": "0.33.16",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"packages": [

packages/cubejs-docker/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [0.33.16](https://github.com/cube-js/cube.js/compare/v0.33.15...v0.33.16) (2023-05-28)
7+
8+
**Note:** Version bump only for package @cubejs-backend/docker
9+
10+
11+
12+
13+
614
## [0.33.15](https://github.com/cube-js/cube.js/compare/v0.33.14...v0.33.15) (2023-05-26)
715

816
**Note:** Version bump only for package @cubejs-backend/docker

packages/cubejs-docker/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cubejs-backend/docker",
3-
"version": "0.33.15",
3+
"version": "0.33.16",
44
"description": "Cube.js In Docker (virtual package)",
55
"author": "Cube Dev, Inc.",
66
"license": "Apache-2.0",
@@ -24,7 +24,7 @@
2424
"@cubejs-backend/ksql-driver": "^0.33.15",
2525
"@cubejs-backend/materialize-driver": "^0.33.15",
2626
"@cubejs-backend/mongobi-driver": "^0.33.11",
27-
"@cubejs-backend/mssql-driver": "^0.33.11",
27+
"@cubejs-backend/mssql-driver": "^0.33.16",
2828
"@cubejs-backend/mysql-driver": "^0.33.15",
2929
"@cubejs-backend/oracle-driver": "^0.33.11",
3030
"@cubejs-backend/postgres-driver": "^0.33.15",

packages/cubejs-mssql-driver/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [0.33.16](https://github.com/cube-js/cube/compare/v0.33.15...v0.33.16) (2023-05-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **mssql-driver:** Pre-aggregations builds hang up if over 10K of rows ([#6661](https://github.com/cube-js/cube/issues/6661)) ([9b20ff4](https://github.com/cube-js/cube/commit/9b20ff4ef78acbb65ebea80adceb227bf96b1727))
12+
13+
14+
15+
16+
617
## [0.33.11](https://github.com/cube-js/cube/compare/v0.33.10...v0.33.11) (2023-05-22)
718

819
**Note:** Version bump only for package @cubejs-backend/mssql-driver

packages/cubejs-mssql-driver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@cubejs-backend/mssql-driver",
33
"description": "Cube.js MS SQL database driver",
44
"author": "Cube Dev, Inc.",
5-
"version": "0.33.11",
5+
"version": "0.33.16",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/cube-js/cube.git",

packages/cubejs-testing-drivers/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [0.33.16](https://github.com/cube-js/cube.js/compare/v0.33.15...v0.33.16) (2023-05-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **mssql-driver:** Pre-aggregations builds hang up if over 10K of rows ([#6661](https://github.com/cube-js/cube.js/issues/6661)) ([9b20ff4](https://github.com/cube-js/cube.js/commit/9b20ff4ef78acbb65ebea80adceb227bf96b1727))
12+
13+
14+
15+
16+
617
## [0.33.15](https://github.com/cube-js/cube.js/compare/v0.33.14...v0.33.15) (2023-05-26)
718

819

packages/cubejs-testing-drivers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cubejs-backend/testing-drivers",
3-
"version": "0.33.15",
3+
"version": "0.33.16",
44
"description": "Cube.js drivers test suite",
55
"author": "Cube Dev, Inc.",
66
"license": "MIT",

0 commit comments

Comments
 (0)