All Versions
751
Latest Version
Avg Release Cycle
3 days
Latest Release
504 days ago

Changelog History
Page 16

  • v0.29.5 Changes

    December 17, 2021

    ๐Ÿ”‹ Features

    • @cubejs-client/dx: introduce new dependency for Cube.js Client (5bfaf1c)
    • cubejs-cli: generate TypeScript types from API for use by @cubejs-client/core (b97d9ca)
    • cubesql: Support CompoundIdentifier in compiling (030c981)
    • cubesql: Support DATE with compound identifier (fa959d8)
    • cubesql: Support DATE, DATE_ADD, NOW fuunctions & Intervals (a71340c)
    • cubesql: Support hours interval (b2d4b53)
  • v0.29.4 Changes

    December 16, 2021

    ๐Ÿ› Bug Fixes

    • Validate contextToAppId is in place when COMPILE_CONTEXT is used (54a8b84)
    • cubejs-playground: responsive filter group size (5129cca)
    • cubejs-playground: responsive filter group size * 2 (2e340df)
    • cubesql: IF function, support array & scalar (1b04ad1)
    • cubesql: LIKE '%(%)%' (c75efaa)
    • cubesql: Substr with negative count should return empty string (not an error) (197b9e5)

    ๐Ÿ”‹ Features

    • cubesql: Support LOCATE function (9692ae3)
    • cubesql: Support SUBSTRING with commans syntax (ffb0a6b)
    • cubesql: Support UCASE function (8853ec6)
  • v0.29.3 Changes

    December 15, 2021

    ๐Ÿ› Bug Fixes

    • api-gateway: skip GraphQL types generation for empty cubes (28f3c40)
    • playground: use playground token when security context provided (74e22e3)
  • v0.29.2 Changes

    December 15, 2021

    ๐Ÿ› Bug Fixes

    • playground: respect security context token in GraphQL sandbox (3d4a18b)
  • v0.29.1 Changes

    December 15, 2021

    ๐Ÿ› Bug Fixes

    • โฌ†๏ธ bump min supported GraphQL version (4490fe2)
  • v0.29.0 Changes

    December 14, 2021

    ๐Ÿ”‹ Features

    • 0๏ธโƒฃ Reuse queue by default for multi-tenancy instead of creating it per tenant (f2a2fb9)
    • playground: GraphiQL sandbox. Allow using the cube GraphQL API (#3810) (1f39042)

    โช Reverts

    • โช Revert "BREAKING CHANGE: 0.29 (#3809)" (#3811) (db005ed), closes #3809 #3811

    • ๐Ÿ’ฅ BREAKING CHANGE: 0.29 (#3809) (6f1418b), closes #3809

    ๐Ÿ› Bug Fixes

    chore

    ๐Ÿ’ฅ BREAKING CHANGES

    • Before this change querying queue was created for each tenant
    • โฌ‡๏ธ Drop support for Node.js 10 (12.x is a minimal version)
    • โฌ†๏ธ Upgrade Node.js to 14 for Docker images
    • โฌ‡๏ธ Drop support for Node.js 15
    • โฌ‡๏ธ drop Angular 10/11 support
    • client-core: All undefined/null measure values will now be converted to 0
  • v0.28.67 Changes

    December 14, 2021

    ๐Ÿ› Bug Fixes

  • v0.28.66 Changes

    December 14, 2021

    ๐Ÿ› Bug Fixes

    • client-vue: add wrapWithQueryRenderer prop (#3801) (c211e0a)
    • cubestore: Cleanup non active never written partitions as part of delete middle man (#3802) (7b31c2f)
    • cubestore: Drop created but not written partitions during reconciliation (98326f1)
    • cubestore: GCTask queue holds a lot of delete middle man partition jobs so it looks like a memory leak (d3ffb07)
    • cubestore: Limit chunk count in a single repartition hop to avoid repartition timeouts (67ca6c8)

    ๐Ÿ”‹ Features

    • api-gateway: Event property for SQL and GraphQL API (#3774) (0e83a72)
    • playground: GraphiQL sandbox. Allow using the cube GraphQL API (#3803) (6c848c0)
  • v0.28.65 Changes

    December 10, 2021

    ๐Ÿ› Bug Fixes

    • api-gateway: GraphQL boolean filters (#3776) (285b371)
    • cubesql: Special NULL handling for LEAST function (edb4b02)
    • cubestore: Introduce network protocol hand shakes to avoid corrupted messages deserialization (aac0a5b)
    • graphql-api: Remove irrelevant float filters (#3778) (3147fe4)

    ๐Ÿ”‹ Features

    • api-gateway: Enable GraphiQL header editor to pass security context in dev mode (#3779) (8c335a2)
    • api-gateway: GraphQL root orderBy (#3788) (cd88d26)
    • cubesql: Introduce convert_tz fn (stub) (1f08272)
    • cubesql: Introduce support for least function (434084e)
    • cubesql: Introduce time_format fn (stub) (9c9b217)
    • cubesql: Introduce timediff fn (stub) (29dfb97)
    • cubesql: Support compound identifier in ORDER BY (6d08ba8)
    • cubesql: Support performance_schema.session_variables & global_variables (a807858)
    • cubesql: Support type coercion for IF function (3b3f48c)
    • cubestore: Sort NULLS LAST by default (#3785) (02744e8)
    • helm-charts: Add sqlPort config to enable SQL Api (#3706) (8705893)
    • playground: GraphiQL sandbox. Allow using the cube GraphQL API (#3794) (ea9630f)
  • v0.28.64 Changes

    December 05, 2021

    ๐Ÿ› Bug Fixes

    • cubestore: Support \N as null value during CSV imports (fbba787)