Skip to content

Commit 51e3a29

Browse files
committed
v0.33.17
1 parent 2e81345 commit 51e3a29

File tree

6 files changed

+34
-4
lines changed

6 files changed

+34
-4
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.17](https://github.com/cube-js/cube/compare/v0.33.16...v0.33.17) (2023-05-29)
7+
8+
9+
### Bug Fixes
10+
11+
* **mssql-driver:** Server crashes on streaming errors ([2e81345](https://github.com/cube-js/cube/commit/2e81345059c14c0880e8b7d1bde7c9d04e497bfa))
12+
13+
14+
15+
16+
617
## [0.33.16](https://github.com/cube-js/cube/compare/v0.33.15...v0.33.16) (2023-05-28)
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.16",
2+
"version": "0.33.17",
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.17](https://github.com/cube-js/cube.js/compare/v0.33.16...v0.33.17) (2023-05-29)
7+
8+
**Note:** Version bump only for package @cubejs-backend/docker
9+
10+
11+
12+
13+
614
## [0.33.16](https://github.com/cube-js/cube.js/compare/v0.33.15...v0.33.16) (2023-05-28)
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.16",
3+
"version": "0.33.17",
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.16",
27+
"@cubejs-backend/mssql-driver": "^0.33.17",
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.17](https://github.com/cube-js/cube/compare/v0.33.16...v0.33.17) (2023-05-29)
7+
8+
9+
### Bug Fixes
10+
11+
* **mssql-driver:** Server crashes on streaming errors ([2e81345](https://github.com/cube-js/cube/commit/2e81345059c14c0880e8b7d1bde7c9d04e497bfa))
12+
13+
14+
15+
16+
617
## [0.33.16](https://github.com/cube-js/cube/compare/v0.33.15...v0.33.16) (2023-05-28)
718

819

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.16",
5+
"version": "0.33.17",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/cube-js/cube.git",

0 commit comments

Comments
 (0)