Socket
Socket
Sign inDemoInstall

@cubejs-client/core

Package Overview
Dependencies
7
Maintainers
3
Versions
223
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
46
23Next

0.30.0

Diff

Changelog

Source

0.30.0 (2022-05-11)

Features

  • cubesql: Support dynamic key in ArrayIndex expression (#4504) (115dd55)
  • streamlined-config: CUBEJS_EXTERNAL_DEFAULT and CUBEJS_SCHEDULED_REFRESH_DEFAULT defaults changed to "true" (#4367) (d52adaf)
statsbot
published 0.29.54 •

Changelog

Source

0.29.54 (2022-05-03)

Bug Fixes

  • Disable UPX compressing for Cube Store arm64-linux-gnu, fix #4474 (#4476) (3cb8586)
  • Make dimensions and measures nullable fields for GraphQL API (#4477) Thanks @MarkLyck ! (84e298e), closes #4399
  • cubesql: Using same alias on column yields Option.unwrap() panic (a674c5f)
  • Prestodb timestamp cast to work in prestodb and athena (#4419) Thanks @apzeb ! (8f8f61a), closes #4221

Features

statsbot
published 0.29.53 •

Changelog

Source

0.29.53 (2022-04-29)

Bug Fixes

  • @cubejs-client/core: Correct LogicalAndFilter/LogicalOrFilter types: allow any filter types in and / or (#4343) Thanks @tchell ! (699a2f4)
  • @cubejs-client/core: fix HTTP poll not working if Cube API stops and recovers (#3506) Thanks @rongfengliang ! (c207c3c)
  • cubejs-playground: fix history header scrolling in graphql explorer (#4410) (a8b82b5)
  • cubesql: fix pg_constraint confkey type (#4462) (82c25fd)
  • cubestore: Index selection for different permutations of columns in a group by omits sorted indexes (#4455) (fb31edd)
  • playground: change the url on query change (5c59298)

Features

  • @cubejs-client/core: Accept immutable queries (#4366) Thanks @reify-thomas-smith! (19b1514), closes #4160
  • client-core: Add HTTP status code to RequestError (#4412) (6ec4fdf)
  • client-vue: boolean filters support (#4314) (8a3bb3d)
  • cubesql: Aggregate aggregate split to support Tableau extract date part queries (532b4ee)
  • cubesql: Projection aggregate split to support Tableau casts (#4435) (1550774)
  • cubesql: Support for pg_get_userbyid, pg_table_is_visible UDFs (64f8885)
  • cubesql: Support generate_subscripts UDTF (a29551a)
  • cubesql: Support get_expr query for Pg/Tableau (#4421) (4d4918f)
  • cubesql: Support information_schema._pg_expandarray postgres UDTF (#4439) (1af4290)
  • cubesql: Support pg_catalog.pg_am table (24b231d)
  • cubesql: Support Timestamp, TimestampTZ for pg-wire (0b38b3d)
  • cubesql: Support unnest UDTF (110bdf8)
  • cubesql: Tableau default having support (4d432c0)
  • cubesql: Tableau Min, Max timestamp queries support (48ee34e)
  • cubesql: Tableau range of dates support (ef56133)
  • cubesql: Tableau relative date range support (87a3817)
  • cubesql: Unwrap filter casts for Tableau (0a39420)
  • packages: Materialize driver (#4320) (d40d13b)
  • playground: display error stack traces (#4438) (0932cda)
statsbot
published 0.29.51 •

Changelog

Source

0.29.51 (2022-04-22)

Bug Fixes

  • cubesql: Bool encoding for text format in pg-wire (7faf34b)
  • cubesql: current_schema() UDF (69a75dc)
  • cubesql: Proper handling for Postgresql table reference (35f5635)
  • playground: chart templates (#4426) (ebc83a9)

Features

  • cubesql: Correlated subqueries support for introspection queries (#4408) (1f02b2c)
  • cubesql: Implement rewrites for SELECT * FROM WHERE 1=0 (#4427) (0c9abd1)
  • cubesql: Support arrays in pg-wire (b7925ba)
  • cubesql: Support generate_series UDTF (#4416) (3321925)
  • cubesql: Support GetIndexedFieldExpr rewrites (#4424) (8dca8b5)
  • cubesql: Support information_schema._pg_datetime_precision UDF (4d20ee6)
  • cubesql: Support information_schema._pg_numeric_precision UDF (6fc6c0a)
  • cubesql: Support information_schema._pg_numeric_scale UDF (398d1db)
  • cubesql: Support lc_collate for PostgreSQL (120ce31)
  • cubesql: Support NoData response for empty response in pg-wire (6711c8a)
  • cubesql: Support pg_get_expr UDF (#4425) (2b51d70)
  • cubesql: Support pg_get_userbyid UDF (c6efef8)
  • cubesql: Use proper command completion tags for pg-wire (3e777ec)
  • databricks-driver: Export bucket support for S3/Azure (#4430) (4512126)
  • query-language: "startsWith", "endsWith" filters support (#4128) (e8c72d6)
statsbot
published 0.29.48 •

Changelog

Source

0.29.48 (2022-04-14)

Bug Fixes

  • cubesql: Support pg_catalog.format_type through fully qualified name (9eafae0)
  • cubestore: Empty CUBESTORE_S3_SUB_PATH leads to can't list file error (#4324) (0b35064)
  • cubestore: Inactive partition compaction: replace error with warn (#4337) (2ad61ee)
  • cubestore: Support a space separated binary strings for HyperLogLog fields in csv -- Can't parse column value for countDistinctApprox in Athena (#4383) (8b320b6)

Features

  • cubesql: Initial support for prepared statements in pg-wire (#4244) (912b52a)
  • query-language: "total" flag support (#4134) (51aef5e)
  • Support Compound Primary Keys (#4370) Thanks @rccoe! (0e3983c), closes #4364
  • cubesql: Postgres Apache Superset connection flow support (ab256d9)
statsbot
published 0.29.43 •

Changelog

Source

0.29.43 (2022-04-07)

Bug Fixes

  • cubesql: Rewrites don't respect projection column order (cfe35a7)
  • cubestore: Filters aren't included in index choosing (c582622)

Features

  • cubesql: Rewrite engine error handling (3fba823)
  • cubesql: Upgrade rust to 1.61.0-nightly (2022-02-22) (c836065)
  • cubestore: Add CUBEJS_GH_API_TOKEN env var to download script (#4282) Thanks @icebob! (ac57162)
  • cubestore: Explain implementation (#4303) (53fe3f3)
statsbot
published 0.29.42 •

Changelog

Source

0.29.42 (2022-04-04)

Bug Fixes

  • @cubejs-backend/snowflake-driver: Download numbers with 0 scale as integers in pre-aggregations (42eb582)
  • cubesql: Allow quoted variables with SHOW <variable> syntax (#4313) (3eece0e)
  • playground: adding a query parameter in Playground requires one extra click to type in search field (#4295) (4abab96)
  • playground: rollup designer count distinct warning (#4309) (add2dd3)
  • playground: transparency under the searchbar in some cases (#4301) (6cdb20c)

Features

  • cubesql: Rewrite engine segments support (48b0767)
statsbot
published 0.29.33 •

Changelog

Source

0.29.33 (2022-03-17)

Bug Fixes

  • cubesql: Add numeric_scale field for information_schema.columns (2e2877a)
  • helm-charts: add missing config for sqlAPI (#4191) (7a7c5da)
  • playground: rollup designer query compatibility (#4224) (000e28d)
  • TypeError: Cannot create proxy with a non-object as target or handler /cubejs-api/v1/run-scheduled-refresh request without auth params (a04f13f)

Features

  • cubejs-api-gateway: add dbType to load req success event for db usage analytics (fc23028)
  • cubesql: Enable PostgresServer via env variable (39b6528)
  • cubesql: Initial support for pg-wire protocol (1b87c8c)
  • cubesql: Support meta layer and dialect for Postgres service (#4215) (46af90d)
  • cubesql: Support PLAIN authentication method to pg-wire (#4229) (c4fbd8c)
  • cubesql: Support SHOW processlist (0194098)
  • playground: non-additive measures message (#4236) (ae18bbc)
statsbot
published 0.29.29 •

Changelog

Source

0.29.29 (2022-03-03)

Bug Fixes

  • @cubejs-backend/schema-compiler: Add strictness to booleans (#4157) Thanks @zpencerq! (e918837)
  • Timestamp for quarter range in time series has incorrect ending period of 23:59:99 (#4162) Thanks @Yashkochar20 ! (8e27ae7)
  • @cubejs-backend/bigquery-driver: Cancel queries on polling timeout so those aren't dangling around for hours (f36ff74)
  • cubestore: Add list file size validation after file upload to check upload consistency (#4093) (1c62859)
  • cubestore: Deactivate tables on data corruption to allow refresh worker to reconcile failing partitions (#4092) (2c3c83a)
  • cubestore: Do not spawn select workers for router nodes (8c07bba)
  • cubestore: Do not warmup chunks on table creation to avoid stuck on warmup of unpartitioned chunks situation (4c27d51)
  • cubestore: Jobs are fetched only once 5 seconds if there's a queue (dee115f)
  • cubestore: Leading decimal zeros are truncated during formatting (a97f34b)
  • cubestore: Postpone deletion of partitions and chunks after metastore log commits to avoid missing files on sudden metastore loss (#4094) (493c53e)
  • helm-charts: correct s3 output location env variable (#4098) (88db58d)
  • playground: auto size chart window (#4042) (ee496b3)
  • playground: prevent params to shift around when removing filters (e3d17ae)

Features

  • cubestore: Decimal partition pruning (#4089) (c00efad)
  • cubestore: Introduce CUBESTORE_EVENT_LOOP_WORKER_THREADS to allow set tokio worker threads explicitly (9349a11)
  • cubestore: Repartition single chunks instead of partition as a whole to speed up ingestion of big tables (#4125) (af65cdd)
  • packages: add QuestDB driver (#4096) (de8823b)
  • Compact JSON array based response data format support (#4046) (e74d73c), closes #1
  • Unwinds CubeStore select worker panics to provide descriptive error messages (#4097) (6e21434)
statsbot
published 0.29.23 •

Changelog

Source

0.29.23 (2022-01-26)

Bug Fixes

  • Cannot read property ‘last_updated_at’ of undefined (#3980) (74d75e7)
  • Provide more readable message for CSV parsing error (0b9a3f8)
  • @cubejs-client/core: restore support for Angular by removing dependency on @cubejs-client/dx (#3972) (13d30dc)
  • client-core: apiToken nullable check (3f93f68)
  • Error: column does not exist during in case of subQuery for rolling window measure (6084407)

Features

  • cubesql: Setup more system variables (97fe231)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc