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/schema-compiler

Package Overview
Dependencies
Maintainers
4
Versions
725
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cubejs-backend/schema-compiler - npm Package Versions

1345
73

1.3.28

Diff
s
statsbot
published 1.3.28 •

Changelog

Source

1.3.28 (2025-06-30)

Bug Fixes

  • cubesql: Fix cube rust client schema for custom granularities with sql (#9727) (2711fa6)
  • tesseract: MultiStage group_by and reduce_by now work with views (#9710) (f17f49a)
s
statsbot
published 1.3.27 •

Changelog

Source

1.3.27 (2025-06-30)

Bug Fixes

  • cubejs-schema-compiler: Stay unchanged __user / __cubejoinfield names in aliasing (#8303) (7bb4bdc)
  • cubesql: Fix incorrect underscore truncation for aliases (#9716) (c16175b)
  • cubestore: Cache - minimize possible bad effect of pro active eviction (#9692) (22407d7)
  • schema-compiler: Fix BigQuery rolling window time series queries (#9718) (1f6cf8f)
  • schema-compiler: Use member expression definition as measure key (#9154) (e478d0e)
  • tesseracrt: Fix filter params casting for BigQuery dialect (#9720) (7b48c27)

Features

  • tesseract: Support calendar cubes and custom sql granularities (#9698) (40b3708)
s
statsbot
published 1.3.26 •

Changelog

Source

1.3.26 (2025-06-25)

Bug Fixes

  • cubesql: Push down __user meta filter further (#9711) (5dd626a)
  • schema-compiler: Fix incorrect truncated time dimensions over time series queries for BigQuery (#9615) (b075966)
s
statsbot
published 1.3.25 •

Changelog

Source

1.3.25 (2025-06-24)

Features

s
statsbot
published 1.3.24 •

Changelog

Source

1.3.24 (2025-06-24)

Bug Fixes

  • docs: fix typo in Cube principal name in AWS docs (#9697) (b4a9597)
  • schema-compiler: Correct join hints collection for transitive joins (#9671) (f60b4aa)
  • schema-compiler: Fix BigQuery queries datetime/timestamp comparisons (#9683) (525932c)

Features

  • schema-compiler: Allow to specify td with granularity in REST API query order section (#9630) (ba13bd3)
s
statsbot
published 1.3.23 •

Changelog

Source

1.3.23 (2025-06-19)

Bug Fixes

  • api-gateway: Fix request validation (offset & limit must be numbers strictly) (#9686) (b94470f)
  • backend-native: Use the lowest granularity for data-transform td with granularity fallback (#9640) (59210da)
  • cubesql: Split meta on CAST over __user column (#9690) (1685c1b)

Features

  • server: Add server config for headers and keep alive timeouts (#9309) (8fd2c42)
s
statsbot
published 1.3.22 •

Changelog

Source

1.3.22 (2025-06-18)

Bug Fixes

  • client-core: Fix for the issue with Generated SQL tab in playground (#9675) (17570d4)
  • cubejs-cli: Fix validate command (#9666) (b2bc99f)
  • cubeorchestrator: Fix serialization of link type format for dimension (#9649) (267ce43)
  • questdb-driver: Fix invalid QuestDB timestamp floor year unit (#9678) (33012b1)
  • schema-compiler: Case insensitive filter for ClickHouse (#9373) (273d277)
  • schema-compiler: Fix Access Policy inheritance (#9648) (896af5e)
  • tesseract: Fix rolling window external pre-aggregation (#9625) (aae3b05)
  • tesseract: Fix rolling window with few time dimensions, filter_group in segments and member expressions (#9673) (98d334b)
  • tesseract: Fix typo in interval (#9680) (9b75d99)
  • tesseract: Handle JS exceptions in Rust with safe call (#9677) (bb6d655)

Features

  • duckdb-driver: Add support for using default credential provider chain for duckdb s3 access (#9679) (89f54e9)
  • prestodb-driver, trino-driver: Support dbUseSelectTestConnection flag (#9663) (97b6bb4)
  • schema-compiler: Add support for time dimensions with granularities in multi-stage measures add_group_by (#9657) (6700b43)
s
statsbot
published 1.3.21 •

Changelog

Source

1.3.21 (2025-06-10)

Bug Fixes

  • client-vue3: Prevent heuristic call when initial query is empty in computed property validateQuery (#9656) (622b266)
  • Report more accurate time to APM on heavy used deployments (#9667) (a900c78)
  • schema-compiler: Fix pre-aggregation for time dimension matching (#9669) (0914e1e)
s
statsbot
published 1.3.20 •

Changelog

Source

1.3.20 (2025-06-06)

Bug Fixes

  • cubesql: Fix Tableau relative dates (#9641) (18ec4fc)
  • cubestore: Delete old metastore snapshots in batches, after updating metastore-current (#9647) (1104bde)
  • schema-compiler: Support for export function xxx() during transpilation (#9645) (9bcb5a1)
  • tesseract: Removed unnecessary pushdown of measure filters in multistage queries (#9650) (265580f)

Features

  • cubesql: Support PERCENTILE_CONT SQL push down (#8697) (577a09f)
  • databricks-jdbc-driver: Support M2M OAuth Authentication (#9651) (71c1022)
  • prestodb-driver, trino-driver: Support custom auth headers (JWT) (#9660) (3219695)
  • trino-driver: Add special testConnection for Trino (#9634) (ae10a76)
s
statsbot
published 1.3.19 •

Changelog

Source

1.3.19 (2025-06-02)

Bug Fixes

  • client-vue3: Avoid Maximum recursive updates exceeded (5d5f7da)
  • cubesql: Fix "Tracker memory shrink underflow" error (#9624) (d3af150)
  • cubesql: Quote subquery joins alias in SQL push down to cube (#9629) (89b00cf)

Features

  • cubesql: Support date_trunc != literal date filter (#9627) (2b36aae)
  • cubesql: Support round() function with two parameters (#9594) (8cd1dfe)
  • Expose aliasMember for hierarchy in View (#9636) (737caab)
  • schema-compiler: add quarter granularity support in SqliteQuery using CASE expression (#9633) (c7ae936)