Socket
Socket
Sign inDemoInstall

@cubejs-client/vue3

Package Overview
Dependencies
6
Maintainers
3
Versions
83
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
57
9Next

0.29.42

Diff

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)
statsbot
published 0.29.8 •

Changelog

Source

0.29.8 (2021-12-21)

Bug Fixes

  • @cubejs-client/core: Add 'meta' field to typescript TCubeMember type #3682 (#3815) Thanks @System-Glitch! (578c0a7)
  • @cubejs-client/vue: fix error when executing deletion (#3806) Thanks @18207680061! (9d220a8)
  • cubestore: Reduce excessive startup memory usage (4f0dfc8)

Features

  • cubesql: Improve selection finder for ORDER BY (d28897b)
  • cubesql: Introduce information_schema.key_column_usage (922b6e2)
  • cubesql: Introduce information_schema.referential_constraints (cdfdcd7)
  • cubesql: Introduce information_schema.schemata (3035231)
  • cubesql: Rewrite general planner to pass restrictions for QE (28e127b)
statsbot
published 0.29.5 •

Changelog

Source

0.29.5 (2021-12-17)

Features

  • @cubejs-client/dx: introduce new dependency for Cube.js Client (5bfaf1c)
  • cubejs-cli: generate TypeScript types from API for use by @cubejs-client/core (b97d9ca)
  • cubesql: Support CompoundIdentifier in compiling (030c981)
  • cubesql: Support DATE with compound identifier (fa959d8)
  • cubesql: Support DATE, DATE_ADD, NOW fuunctions & Intervals (a71340c)
  • cubesql: Support hours interval (b2d4b53)
statsbot
published 0.29.0 •

Changelog

Source

0.29.0 (2021-12-14)

Features

  • Reuse queue by default for multi-tenancy instead of creating it per tenant (f2a2fb9)
  • playground: GraphiQL sandbox. Allow using the cube GraphQL API (#3810) (1f39042)

Reverts

Bug Fixes

chore

BREAKING CHANGES

  • Before this change querying queue was created for each tenant
  • Drop support for Node.js 10 (12.x is a minimal version)
  • Upgrade Node.js to 14 for Docker images
  • Drop support for Node.js 15
  • drop Angular 10/11 support
  • client-core: All undefined/null measure values will now be converted to 0
statsbot
published 0.28.57 •

Changelog

Source

0.28.57 (2021-11-16)

Bug Fixes

  • cubesql: Support identifier escaping in h/m/s granularaties (1641b69)

Features

  • cubesql: Initial support for INFORMATION_SCHEMA (d1fac9e)
  • cubesql: Support schema() (3af3c84)
  • cubesql: Support SHOW WARNINGS (73d91c0)
  • cubesql: Support USER(), CURRENT_USER() (8a848aa)
statsbot
published 0.28.52 •

Changelog

Source

0.28.52 (2021-11-03)

Bug Fixes

  • client-core: dayjs global locale conflict (#3606) Thanks @LvtLvt! (de7471d)
  • cubesql: MYSQL_TYPE_STRING for Booleans was null (fcdd8f5)
  • Empty data partitioned pre-aggregations are incorrectly handled -- value provided is not in a recognized RFC2822 or ISO format (9f3acd5)
  • packages/cubejs-query-orchestrator/package.json to reduce vulnerabilities (#3281) (a6a62ea)

Features

  • cubeclient: Granularity is an optional field (c381570)
  • cubesql: Execute SHOW DATABASES from AST (cd2b4ac)
  • cubesql: Improve filter pushing (dateRange -> timeDimension) and segment (8d7ea9b)
  • cubestore: partitioned indexes for faster joins (8ca605f)
statsbot
published 0.28.45 •

Changelog

Source

0.28.45 (2021-10-19)

Note: Version bump only for package cubejs

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