Skip to content

@paveltiunov paveltiunov released this Dec 14, 2020 Β· 19 commits to master since this release

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 paveltiunov released this Dec 13, 2020 Β· 22 commits to master since this release

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

  • cubestore: Explicit index selection for join (290cab8)
  • Move index creation orchestration to the driver: allow to control drivers when to create indexes (2a94e71)
  • cubestore: String implicit casts. CREATE INDEX support. (d42c199)
Assets 2

@paveltiunov paveltiunov released this Dec 9, 2020 Β· 63 commits to master since this release

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

@ovr ovr released this Dec 7, 2020 Β· 76 commits to master since this release

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 paveltiunov released this Dec 1, 2020 Β· 127 commits to master since this release

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

  • cubestore: Hash join support (8b1a5da)
  • cubestore: Merge join support (d08d8e3)
  • cubestore: Update datafusion upstream to the version of 2020-11-27 (b4685dd)
Assets 2

@ovr ovr released this Dec 1, 2020 Β· 148 commits to master since this release

0.24.2 (2020-11-27)

Bug Fixes

  • add content-type to allowedHeaders (d176269)
  • @cubejs-backend/server-core: Allow to pass unknown options (such as http) (f1e9402)

Features

  • @cubejs-backend/query-orchestrator: Initial move to TypeScript (#1462) (101e8dc)
Assets 2

@paveltiunov paveltiunov released this Nov 27, 2020 Β· 165 commits to master since this release

0.24.1 (2020-11-27)

Bug Fixes

  • Specifying dateRange in time dimension should produce same result as inDateRange in filter (a7603d7), closes #962
  • cubejs-cli: template/serverless - specify CORS (#1449) (f8064d2)
  • cubestore: Negative int insert support (5f2ff55)

Features

  • cubestore: Group by boolean (fa1b1b2)
  • cubestore: Group by boolean (45fe036)
  • Specify CORS for server/serverless (#1455) (8c371ad)
Assets 2

@paveltiunov paveltiunov released this Nov 26, 2020 Β· 174 commits to master since this release

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 paveltiunov released this Nov 25, 2020 Β· 184 commits to master since this release

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

  • @cubejs-backend/postgres-driver: Support CUBEJS_DB_SSL_KEY (e6291fc)
  • @cubejs-client/react: support 'compareDateRange' when updating 'timeDimensions' (#1426). Thanks to @BeAnMo! (6446a58)
Assets 2

@paveltiunov paveltiunov released this Nov 22, 2020 Β· 202 commits to master since this release

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)
Assets 2
You can’t perform that action at this time.