New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cubejs-backend/sqlite-driver

Package Overview
Dependencies
Maintainers
0
Versions
351
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cubejs-backend/sqlite-driver - npm Package Versions

13
36

1.1.1

Diff

Changelog

Source

1.1.1 (2024-10-31)

Bug Fixes

  • cubejs-playground: add missing fonts (#8866) (a621b70)

Features

  • drivers: introduce Apache Pinot (#8689) (0659c84)
  • redshift-driver: introspection for external schemas/tables (e.g. Spectrum) (#8849) (fa4b3b8)
  • support context_to_roles in Python configuration (#8880) (aadce4f)
statsbot
published 1.0.3 •

Changelog

Source

1.0.3 (2024-10-22)

Features

  • bigquery-driver: optimize testConnection() with free of charge request (#8845) (99ad335)
  • redshift-driver: optimize testConnection() with just establishing connection without real query (#8847) (3c20346)

Reverts

  • Revert "feat(base-driver): add an option to skip connection test probes (#8833)" (#8846) (d1698ce), closes #8833 #8846
statsbot
published 1.0.2 •

Changelog

Source

1.0.2 (2024-10-21)

Bug Fixes

Features

statsbot
published 1.0.0 •

Changelog

Source

1.0.0 (2024-10-15)

Features

  • Enable CUBESQL_SQL_PUSH_DOWN by default (#8814) (e1a8e8d)

BREAKING CHANGES

  • Enabling CUBESQL_SQL_PUSH_DOWN is backward incompatible to many default behaviors of SQL API
statsbot
published 0.36.11 •

Changelog

Source

0.36.11 (2024-10-14)

Features

  • snowflake-driver: OAuth token path support (#8808) (9d5b7e8)
statsbot
published 0.36.8 •

Changelog

Source

0.36.8 (2024-10-11)

Bug Fixes

  • cubestore: don't add all measures to default preagg index (#8789) (fd1d09a)
  • playground: fix not showing granularities for time dimension (#8794) (d77a512)
  • Render LIMIT 0 and OFFSET 0 properly in SQL templates (#8781) (6b17731)

Features

  • Inherit all env variables to Cube Store (auto provisioning) (#3045) (4902e6f)
  • playground: custom granularities support (#8743) (336fad4)
  • prestodb-driver: Added support export bucket, gcs only (#8797) (8c7dcbb)
  • Renaming of Post Aggregate into Multi Stage (#8798) (bd42c44)
  • snowflake-driver: support DefaultAzureCredential and Managed Indentity auth for export bucket (#8792) (cf4beff)
statsbot
published 0.36.5 •

Changelog

Source

0.36.5 (2024-10-02)

Bug Fixes

  • firebolt-driver: use default api endpoint if not provided (#8767) (779eacd)
  • schema-compiler: fix FILTER_PARAMS flow in pre aggregations filtering (#8761) (41ed9cc)

Features

statsbot
published 0.36.0 •

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

Changelog

Source

0.35.81 (2024-09-12)

Bug Fixes

  • api-gateway: fixes an issue where queries to get the total count of results were incorrectly applying sorting from the original query and also were getting default ordering applied when the query ordering was stripped out (#8060) Thanks @rdwoodring! (863f370)
  • cubesql: Use load meta with user change for SQL generation calls (#8693) (0f7bb3d)
  • Updated jsonwebtoken in all packages (#8282) Thanks @jlloyd-widen ! (ca7c292)

Features

statsbot
published 0.35.67 •

Changelog

Source

0.35.67 (2024-08-07)

Features

  • cubesqlplanner: Native SQL planner implementation first steps (#8506) (fab9c48)
  • cubesql: Support push down cast type templates (556ca7c)
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