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

@cubejs-backend/athena-driver

Package Overview
Dependencies
Maintainers
0
Versions
624
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

1345
62

1.2.8

Diff
statsbot
published 1.2.8 •

Changelog

Source

1.2.8 (2025-02-21)

Bug Fixes

  • backend-native: Handle closed channel on Rust side (#9242) (1203291)

Features

  • cubeclient: Add short_title to dimensions and measures (#9256) (584b3dc)
statsbot
published 1.2.7 •

Changelog

Source

1.2.7 (2025-02-20)

Bug Fixes

  • schema-compiler: hierarchies to respect prefix value (#9239) (19d1b33)

Reverts

  • schema-compiler: Revert breaking changes in models transpilation (#9240) (28bca42)
statsbot
published 1.2.6 •

Changelog

Source

1.2.6 (2025-02-18)

Bug Fixes

  • api-gateway: Fix CompareDateRange queries native transformations (#9232) (9c6153d)
  • schema-compiler: Correct models transpilation in native in multitenant environments (#9234) (84f90c0)

Features

  • schema-compiler: Boost models transpilation 10-13x times (using SWC instead of Babel) (#9225) (2dd9a4a)

Performance Improvements

  • cubesql: Avoid allocations in MetaContext methods (#9228) (ba753d0)
statsbot
published 1.2.5 •

Changelog

Source

1.2.5 (2025-02-13)

Bug Fixes

  • cubesql: Fix SELECT DISTINCT on pushdown (#9144) (6483f66)

Features

statsbot
published 1.2.4 •

Changelog

Source

1.2.4 (2025-02-11)

Bug Fixes

Features

  • cubesql: Add projection flattening rule (#9165) (8cfb253)
  • cubesql: Allow providing API type when getting load request meta (#9202) (ae5d977)
  • server-core: Introduce CUBEJS_REFRESH_WORKER_CONCURRENCY env and update default concurrency settings for drivers (#9168) (7ef6282)
statsbot
published 1.0.8 •
statsbot
published 1.2.3 •

Changelog

Source

1.2.3 (2025-02-06)

Bug Fixes

  • cubejs-backend-native: support context_to_cube_store_router_id (#9200) (f93edd3)
statsbot
published 1.2.2 •

Changelog

Source

1.2.2 (2025-02-06)

Bug Fixes

  • dremio-driver: Correct dremio date interval functions (#9193) (7cf2287)
  • schema-compiler: Fix queries with time dimensions without granularities don't hit pre-aggregations with allow_non_strict_date_range_match=true (#9102) (eff0736)
  • testing: avoid cypress crashes (#9196) (364d181)

Features

  • cubejs-server-core: add contextToCubeStoreRouterId config option (#9197) (6ee0e41)
statsbot
published 1.2.1 •

Changelog

Source

1.2.1 (2025-02-06)

Features

  • schema-compiler: Move transpiling to worker threads (under the flag) (#9188) (7451452)
  • tesseract: Subqueries support (#9108) (0dbf3bb)
statsbot
published 1.2.0 •

Changelog

Source

1.2.0 (2025-02-05)

Bug Fixes

  • @cubejs-client/ngx: Update APF configuration and build settings for Angular 12+ compatibility (#9152) Thanks to @HaidarZ! (57bcbc4)
  • cubejs-playground: update query builder (#9175) (4e9ed0e)
  • cubejs-playground: update query builder (#9184) (247ac0c)
  • cubesql: Avoid panics during filter rewrites (#9166) (4c8de88)
  • databricks-jdbc-driver: Fix extract epoch from timestamp SQL Generation (#9160) (9a73857)
  • schema-compiler: make sure view members are resolvable in DAP (#9059) (e7b992e)

Features

  • cubeclient: Add hierarchies to Cube meta (#9180) (56dbf9e)
  • cubesql: Add filter flattening rule (#9148) (92a4b8e)
  • cubesql: Add separate ungrouped_scan flag to wrapper replacer context (#9120) (50bdbe7)
  • snowflake-driver: set QUOTED_IDENTIFIERS_IGNORE_CASE=FALSE by default (#9172) (164b783)
  • Support complex join conditions for grouped joins (#9157) (28c1e3b)