Socket
Socket
Sign inDemoInstall

@cubejs-client/dx

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cubejs-client/dx - npm Package Versions

2

0.36.0

Diff

Changelog

Source

0.36.0 (2024-09-13)

BREAKING CHANGES

  • Remove support for USER_CONTEXT (#8705) (8a796f8) - This functionality was deprecated starting from v0.26.0. Please migrate to SECURITY_CONTEXT.
  • chore!: Remove support for checkAuthMiddleware (86eadb3) - checkAuthMiddleware option was deprecated in 0.26.0, because this option was tightly bound to Express. Since Cube.js supports HTTP and WebSockets as transports, we want our authentication API to not rely on transport-specific details. We now recommend using checkAuth.
  • feat(cubesql)!: Enable CUBESQL_SQL_NO_IMPLICIT_ORDER by default (f22e1ef) - It's started to be true. it means that SQL API will not add ordering to queries that doesn't specify ORDER BY, previusly it was true only for ungrouped queries.
  • chore!: /v1/run-scheduled-refresh - was removed (7213ae7) - Removing this method since Cube is designed and supposed to be run as a cluster, rather than a serverless application, in a production setting. Use the Orchestration API instead.
  • chore!: Remove cache & queue driver for Redis (eac704e) - Starting from v0.32, Cube Store is used as default cache and queue engine. Article: https://cube.dev/blog/replacing-redis-with-cube-store
  • chore!: Support for Node.js 16 was removed (8b83021) - Node.js is EOL, it was deprecated in v0.35.0.
  • feat(docker)!: Remove rxvt-unicode (was used as TERM) (fb9cb75) - It was not usefull, at the same time this TERM requires a lot of libraries to be installed. It costs 148 MB of additional disk space.
  • cubejs-client/playground: New query builder & new chart prototyping (6099144) - Playground was upgraded to Playground 2.0 and Chart Prototyping, previously available in Cube Cloud only.

Features

  • cubesql: Support information_schema.sql_implementation_info meta table (841f59a)
  • databricks-jdbc-driver: Support Java higher then 11 (03c278d)
  • docker-jdk: Upgrade JDK to 17 from 11 (c3a1ccd)
  • docker: Upgrade Node.js to 20.17.0 (9fedf78)
  • docker: Upgrade OpenSSL to 3 from (1.1) (97159e7)
  • docker: Upgrade OS to bookworm from bullseye (67e9521)
  • docker: Upgrade Python to 3.11 from 3.9 (7684579)
  • schema-compiler: Support custom granularities (#8537) (2109849)
  • schema-compiler: Support custom granularities for Cube Store queries (#8684) (f7c07a7)
  • Upgrade aws-sdk to 3.650.0 (0671e4a)
statsbot
published 0.35.0 •

Changelog

Source

0.35.0 (2024-03-14)

Bug Fixes

  • cubesql: Don't ignore second filter over same time dimension (03e7f3a)
  • cubestore-driver: Compatibility with Node.js 18 (localhost resolved to ipv6) (f7a4fab)

Features

  • docker: Upgrade Node.js to 18.x (8b5b923)
statsbot
published 0.34.32 •

Changelog

Source

0.34.32 (2023-12-07)

Bug Fixes

  • query-orchestrator: Queue - clear timer on streaming (#7501) (ac2357d)

Features

  • cubesql: Add CURRENT_DATE function definitions for Postgres and Snowflake so those can be pushed down (ac1ca88)
statsbot
published 0.34.31 •

Changelog

Source

0.34.31 (2023-12-07)

Bug Fixes

  • cubesql: Avoid constant folding for current_date() function duri… (#7498) (e86f4be)

Features

  • cubesql: Support Utf8 * Interval expression (ea1fa9c)
statsbot
published 0.34.0 •

Changelog

Source

0.34.0 (2023-10-03)

Note: Version bump only for package cubejs

statsbot
published 0.33.0 •

Changelog

Source

0.33.0 (2023-05-02)

Note: Version bump only for package cubejs

statsbot
published 0.32.17 •

Changelog

Source

0.32.17 (2023-03-29)

Bug Fixes

Features

  • schema-compiler: Introduce support for sqlTable (syntactic sugar) (#6360) (c73b368)
  • sqlite-driver: Upgrade sqlite3 from 5.0.11 to 5.1.6, refs #6340 (#6287) (4ec1da3)

Reverts

  • Revert "docs(schema): replace camel-case properties with snake-case" (4731f4a)
  • Revert "docs: use snake-case property names" (eb97883)
statsbot
published 0.32.12 •

Changelog

Source

0.32.12 (2023-03-22)

Bug Fixes

  • cubesql: Support quicksight AVG Rebase window exprs: Physical plan does not support logical expression SUM(x) PARTITION BY (#6328) (5a5d7e4)
  • cubestore: If job has been scheduled to non-existent node it'd hang around forever (#6242) (69ef0b6)
  • cubestore: Retying download from external locations (#6321) (50841d9)

Features

  • cubestore-driver: Support timestamp(3) as a column type (#6324) (71dbca4)
  • server-core, query-orchestrator: sql-runner - supp… (#6142) (32c603d)
statsbot
published 0.32.0 •

Changelog

Source

0.32.0 (2023-03-02)

Features

  • docker: Remove gcc/g++/cmake/python from final images (bb0a0e7)
  • docker: Upgrade Node.js to 16.x (8fe0e04)

Breaking changes

  • Use cubestore driver for queue & cache (a54aef)
  • Remove absolute import for @cubejs-backend/server-core (361848)
  • Remove absolute import for @cubejs-backend/schema-compiler (f3669)
  • Remove absolute import for @cubejs-backend/query-orchestrator (578c9)
  • Remove support for Node.js 12, 15 (78d76f1)
statsbot
published 0.31.30 •

Changelog

Source

0.31.30 (2022-12-22)

Bug Fixes

  • cubesql: Improve Thoughtspot compatibility (4d6511a)
  • cubestore-driver: Increase retry timeout to avoid endless loop connection retries (8bd19fa)
  • Pre-aggregation table is not found after it was successfully created for CUBEJS_DROP_PRE_AGG_WITHOUT_TOUCH strategy (#5858) (f602fee)

Features

2
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc