You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@cubejs-backend/base-driver

Package Overview
Dependencies
Maintainers
4
Versions
204
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

1
1618
21

0.32.17

Diff
s
statsbot
published 0.32.17 •

Changelog

Source

0.32.17 (2023-03-29)

Bug Fixes

  • deps: Upgrade minimist, @xmldom/xmldom, refs #6340 (#6364) (04a1c9a)
  • deps: Upgrade moment, moment-timezone, refs #6340 (#6365) (d967cf3)

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

Changelog

Source

0.32.16 (2023-03-27)

Note: Version bump only for package cubejs

s
statsbot
published 0.32.15 •

Changelog

Source

0.32.15 (2023-03-24)

Bug Fixes

  • cubesql: Allow any aggregation for number measure as it can be a wildcard (48f8828)
  • cubestore-driver: Fix informationSchemaQuery (#6338) (387020d)
  • cubestore: RocksStore - specify TTL for WAL to protect logs uploading (#6345) (3a9cba4)

Features

  • cubestore: Use XXH3 checksum alg for RocksDB (#6339) (866f965)
  • playground: BI connection guides, frontend integration snippets (#6341) (8fdeb1b)
s
statsbot
published 0.32.14 •

Changelog

Source

0.32.14 (2023-03-23)

Bug Fixes

  • cubestore: Create table failed: Internal: Directory not empty (os error 39) for local dir storage (103cabe)
  • Use last rollup table types to avoid type guessing for unionWithSourceData lambda queries (#6337) (15badfe)
s
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)
s
statsbot
published 0.32.2 •

Changelog

Source

0.32.2 (2023-03-07)

Bug Fixes

  • cubestore-driver: Correct pending count and active keys in queue logs (#6250) (3607c67)
  • redshift-driver: fixes column order (#6068) Thanks @rdwoodring! (3bba803)
  • Replace deprecated @hapi/joi with joi (#6223) Thanks @hehex9 ! (ccbcc50)

Features

  • connection validation and logging (#6233) (6dc48f8)
  • cubestore: QUEUE - support extended flag for retrieve (#6248) (9f23924)
  • Enable drop pre-aggregations without touch by default. NOTE: This change may adversely affect deployments which has incorrectly configured Refresh Worker instance. (291977b)
  • Support rollupLambda across different cubes and data sources (#6245) (fa284a4)
s
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)
s
statsbot
published 0.31.67 •

Changelog

Source

0.31.67 (2023-02-27)

Bug Fixes

  • Reconcile streaming queries in case of cluster execution (#6204) (dcf7866)
  • schema-compiler: skip empty YAML files (b068f7f)

Features

s
statsbot
published 0.31.66 •

Changelog

Source

0.31.66 (2023-02-27)

Bug Fixes

Features

  • cubestore: Streaming ingestion optimizations (#6198) (fb896ba)
  • docker: Use Debian (bullseye) for dev images (#6202) (b4c922a)
s
statsbot
published 0.31.65 •

Changelog

Source

0.31.65 (2023-02-23)

Bug Fixes

  • oracle-driver: Release connection after query execution (#5469) (ff1af78)