paveltiunov
released this
0.24.7 (2020-12-14)
Bug Fixes
- @cubejs-backend/mysql-driver: Do not validate connections in pool and expose all errors to clients (b62f27f)
Assets
2
paveltiunov
released this
0.24.6 (2020-12-13)
Bug Fixes
- @cubejs-backend/api-gateway: SubscriptionServer - support dry-run (#1581) (43fbc20)
- cubejs-cli: deploy --upload-env - filter CUBEJS_DEV_MODE (81a835f)
Features
Assets
2
paveltiunov
released this
0.24.5 (2020-12-09)
Bug Fixes
- @cubejs-backend/api-gateway: Export UserError/CubejsHandlerError (#1540) (20124ba)
- @cubejs-client/playground: fix user select on tab content (7a0e4ef)
- cubestore: Compaction fixes (7441a26)
- cubestore: Partition range gap fix (3610b61)
Features
- @cubejs-backend/bigquery-driver: Allow to make BigQueryDriver as readOnly, fix #1028 (d9395f6)
- @cubejs-backend/mysql-driver: CAST all time dimensions with granularities to DATETIME in order to provide typing for rollup downloads. Add mediumtext and mediumint generic type conversions. (3d8cb37)
- cubejs-cli: improve DX for docker (#1457) (72ad782)
- cubestore: CUBESTORE_PORT env variable (11e36a7)
- cubestore: IN Implementation (945d8bc)
Assets
2
0.24.4 (2020-12-07)
Bug Fixes
- @cubejs-backend/server: Versions inside error message (1a8cc4f)
- @cubejs-backend/server-core: Allow to pass externalRefresh inside preAggregationsOptions, fix #1524 (a6959c9)
- @cubejs-client/playground: always show scrollbars in menu if content is too big (5e22a3a)
- cubestore: Merge sort propagation fixes (35125ad)
- docker: Add sqlite driver to built-in drivers (3b7b0f7)
- docker: Use latest snowflake driver (f607ed0)
Features
- @cubejs-backend/api-gateway: Migrate some parts to TS (c1166d7)
- @cubejs-backend/api-gateway: Migrate to TS initial (1edef6d)
- @cubejs-backend/postgres-driver: Support CUBEJS_DB_SSL_SERVERNAME (f044372)
- Ability to load SSL keys from FS (#1512) (71da5bb)
- cubestore: Decimal support (6bdc68b)
- cubestore: Left join support (9d1fd09)
- cubestore: Mediumint support (f98540b)
Assets
2
paveltiunov
released this
0.24.3 (2020-12-01)
Bug Fixes
- cubestore: Merge join support: not implemented: Merge join is not supported for data type Timestamp(Microsecond, None) (6e3ebfc)
- cubestore: Unsupported data type Boolean. (b286182)
Features
Assets
2
paveltiunov
released this
0.24.1 (2020-11-27)
Bug Fixes
- Specifying
dateRange
in time dimension should produce same result asinDateRange
in filter (a7603d7), closes #962 - cubejs-cli: template/serverless - specify CORS (#1449) (f8064d2)
- cubestore: Negative int insert support (5f2ff55)
Features
Assets
2
paveltiunov
released this
0.24.0 (2020-11-26)
Bug Fixes
- Error: Type must be provided for null values. --
null
parameter values are passed to BigQuery when used for dimensions that contain?
(6417e7d) - cubejs-cli: template/serverless - iamRoleStatements.Resource[0] unsupported configuration format (9fbe683)
Features
- Make default refreshKey to be
every 10 seconds
and enable scheduled refresh in dev mode by default (221003a)
BREAKING CHANGES
every 10 seconds
refreshKey becomes a default refreshKey for all cubes.
Assets
2
paveltiunov
released this
0.23.15 (2020-11-25)
Bug Fixes
- Error: Cannot find module 'antlr4/index' (0d2e330)
- @cubejs-backend/server-core: Correct type for orchestratorOptions (#1422) (96c1691)
Features
Assets
2
paveltiunov
released this
0.23.14 (2020-11-22)
Bug Fixes
- @cubejs-backend/query-orchestrator: Intermittent lags when pre-aggregation tables are refreshed (4efe1fc)
- @cubejs-backend/snowflake-driver: Add keepConnectionAlive and release (#1379) (f1acae5)
- @cubejs-client/core: propagate segments to drillDown queries (#1406) (d4ceb65)
- cubestore: Error reporting in docker (cba3c50)
- cubestore: Tables are imported without location (5e8cffb)
- examples: Add deprecation warnings to Slack Vibe (98783c6)
- examples: e-commerce backend
πΈ (dab7301) - examples: External Rollups
π (86172b7) - examples: Migration to Netlify (ad582a1)
- examples: React Dashboard
βοΈ (eccae84)
Features
- cubestore: Collect backtraces in docker (d97bcb9)
- cubestore: Error reporting (99ede83)
- cubestore: Table location support (6b63ef8)
- docker: Introduce alpine images (#1413) (972c700)
- docs-build: add
gatsby-redirect-from
to allow redirects with SEO (f3e680a), closes #1395 - Allow to run docker image without config file (#1409) (bc53cd1)