0.29.37 (2022-03-29)
Bug Fixes
- cubesql: Dropping session on close for pg-wire (#4280) (c4442be)
- cubesql: Rewrite engine: support for stacked time series charts (c1add2c)
- packages/cubejs-bigquery-driver/package.json to reduce vulnerabilities (#3924) (e44ca40)
- cubesql: Rewrite engine can't parse
db
prefixed table names (b7d9382)
Features
- @cubejs-backend/schema-compiler: Allow filtering with or/and in FILTER_PARAMS (#4253) Thanks @tchell! (cb1446c)
- cubesql: Global Meta Tables (88db9ea)
- cubesql: Global Meta Tables - add tests (42e9517)
- cubesql: Global Meta Tables - cargo fmt (c8336d9)
- cubesql: Support pg_catalog.pg_range table (625c03a)
- Introduce
CUBEJS_ALLOW_UNGROUPED_WITHOUT_PRIMARY_KEY
env (#2941) Thanks @vignesh-123 ! (fa829bf)