Skip to content

Latest commit

Β 

History

History
281 lines (80 loc) Β· 7.51 KB

CHANGELOG.md

File metadata and controls

281 lines (80 loc) Β· 7.51 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.10.9 (2019-06-30)

Bug Fixes

  • Syntax error during parsing: Unexpected token, expected: escaping back ticks (9638a1a)

0.10.4 (2019-06-26)

Features

  • More descriptive error for SyntaxError (f6d12d3)

0.10.0 (2019-06-21)

Features

  • schema-compiler: asyncModules and Node.js require(): support loading cube definitions from DB and other async sources (397cceb), closes #141

0.9.23 (2019-06-17)

Bug Fixes

  • hive: Fix count when id is not defined (5a5fffd)

0.9.21 (2019-06-16)

Features

  • Hive dialect for simple queries (30d4a30)

0.9.19 (2019-06-13)

Bug Fixes

  • Handle rollingWindow queries without dateRange: TypeError: Cannot read property '0' of undefined at BaseTimeDimension.dateFromFormatted (409a238)
  • More descriptive SyntaxError messages (acd17ad)

0.9.17 (2019-06-11)

Note: Version bump only for package @cubejs-backend/schema-compiler

0.9.16 (2019-06-10)

Bug Fixes

  • force escape cubeAlias to work with restricted column names such as "case" (#128) (b8a59da)

0.9.15 (2019-06-07)

Bug Fixes

  • schema-compiler: subquery in FROM must have an alias -- fix Redshift rollingWindow (70b752f)

0.9.13 (2019-06-06)

Bug Fixes

  • Schema generation with joins having case sensitive table and column names (#124) (c7b706a), closes #120 #120

0.9.12 (2019-06-03)

Bug Fixes

  • schema-compiler: cast parameters for IN filters (28f3e48), closes #119

0.9.11 (2019-05-31)

Bug Fixes

  • schema-compiler: TypeError: Cannot read property 'filterToWhere' of undefined (6b399ea)

0.9.6 (2019-05-24)

Bug Fixes

  • contains filter does not work with MS SQL Server database (35210f6), closes #113

0.9.0 (2019-05-11)

Features

  • External rollup implementation (d22a809)

0.8.4 (2019-05-02)

Note: Version bump only for package @cubejs-backend/schema-compiler

0.8.3 (2019-05-01)

Features

0.8.1 (2019-04-30)

Note: Version bump only for package @cubejs-backend/schema-compiler

0.8.0 (2019-04-29)

Note: Version bump only for package @cubejs-backend/schema-compiler

0.7.9 (2019-04-24)

Features

  • schema-compiler: Allow to pass functions to USER_CONTEXT (b489090), closes #88

0.7.6 (2019-04-23)

Features

  • schema-compiler: Athena rollingWindow support (f112c69)

0.7.5 (2019-04-18)

Bug Fixes

  • schema-compiler: Athena, Mysql and BigQuery doesn't respect multiple contains filter (0a8f324)

0.7.0 (2019-04-15)

Note: Version bump only for package @cubejs-backend/schema-compiler

0.6.0 (2019-04-09)

Note: Version bump only for package @cubejs-backend/schema-compiler

0.5.0 (2019-04-01)

Bug Fixes

  • schema-compiler: joi@10.6.0 upgrade to joi@14.3.1 (#59) (f035531)
  • mongobi issue with parsing schema file with nested fields (eaf1631), closes #55

0.4.4 (2019-03-17)

Bug Fixes

  • Postgres doesn't show any data for queries with time dimension. (e95e6fe)

0.4.3 (2019-03-15)

Bug Fixes

  • mongobi-driver: implement convert_tz as a simple hour shift (c97e451), closes #50

0.4.0 (2019-03-13)

Features

  • Add MongoBI connector and schema adapter support (3ebbbf0)