Socket
Socket
Sign inDemoInstall

@cubejs-client/core

Package Overview
Dependencies
Maintainers
3
Versions
224
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cubejs-client/core - npm Package Versions

23
23

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.23 •

Changelog

Source

0.35.23 (2024-04-25)

Bug Fixes

  • client-core: castNumerics option for CubeApi (#8186) (6ff2208)

Features

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.60 •

Changelog

Source

0.34.60 (2024-03-02)

Bug Fixes

  • Bump max connect retries for Cube Store (00a6ec0)
  • client-core: incorrect index in movePivotItem (#6684) Thanks to @telunc! (82217b2)
  • cubesql: Allow different Timestamp types in DATEDIFF (de9ef08)
  • cubesql: Incorrect CASE WHEN generated during ungrouped filtered count (#7859) (f970937), closes #7858
  • cubesql: Prioritize ungrouped aggregate scans over ungrouped projection scans so most of the members can be pushed down without wrapping (#7865) (addde0d)
  • cubesql: Remove excessive limit on inner wrapped queries (#7864) (b97268f)

Features

statsbot
published 0.34.37 •

Changelog

Source

0.34.37 (2023-12-19)

Bug Fixes

  • clickhouse-driver: Initial support for DateTime64, fix #7537 (#7538) (401e9e1)
  • Internal: Error during planning: No field named for pre-aggregat… (#7554) (412213c)

Features

  • client-core: Add meta field for Cube type definition (#7527) (75e201d)
  • cubesql: Avoid pushing split down for trivial selects to optimi… (#7556) (2bf86e5)
  • native: Support Python 3.12 (#7550) (618a81e)
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.27 •

Changelog

Source

0.34.27 (2023-11-30)

Features

  • client-ngx: enable ivy (#7479) (a3c2bbb)
  • cubesql: Provide password supplied by Postgres connection as a 3rd argument of check_sql_auth() (#7471) (ee3c19f), closes #5430
statsbot
published 0.34.24 •

Changelog

Source

0.34.24 (2023-11-23)

Bug Fixes

Features

  • cubestore: Metrics - track command for data/cache/queue (#7430) (91db103)
  • schema-compiler: add dimension primaryKey property to transform result (#7443) (baabd41)
statsbot
published 0.34.19 •

Changelog

Source

0.34.19 (2023-11-11)

Bug Fixes

  • support for format in typings for measures (#7401) (1f7e1b3)

Features

statsbot
published 0.34.9 •

Changelog

Source

0.34.9 (2023-10-26)

Bug Fixes

Features

23
23
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