Skip to content

Releases: cube-js/cube

v1.5.16

17 Dec 19:22
@ovr ovr

Choose a tag to compare

1.5.16 (2025-12-17)

Bug Fixes

  • snowflake-driver: Fix type mapping for fixed type (#10258) (ec7944c)
  • snowflake-driver: Fix type mapping for numerics with scale (#10259) (3915e5a)

Features

  • cubesql: Support DISTINCT flag in UDAFs (#10252) (1d93825)
  • cubesql: Support STRING_AGG SQL push down (#10256) (8c82fa5)
  • server: Introduce CUBEJS_MAX_REQUEST_SIZE env variable (#10260) (71ca412)

v1.4.2

16 Dec 10:16
@ovr ovr

Choose a tag to compare

1.4.2 (2025-12-16)

Bug Fixes

  • api-gateway: Allow messageId to be int in unsubscribe WS request (#10250) (71c41a2)
  • client-ws-transport: Handle WebSocket close code 1009 (Message Too Big) (#10246) (30a72fa)

v1.0.14

16 Dec 11:02
@ovr ovr

Choose a tag to compare

1.0.14 (2025-12-16)

Bug Fixes

  • api-gateway: Allow messageId to be int in unsubscribe WS request (#10250) (8e9415f)
  • client-ws-transport: Handle WebSocket close code 1009 (Message Too Big) (#10246) (ac6e18c)

v1.5.15

15 Dec 22:48
@ovr ovr

Choose a tag to compare

1.5.15 (2025-12-15)

Bug Fixes

  • api-gateway: Allow messageId to be int in unsubscribe WS request (#10250) (1e2e7cb)
  • client-ws-transport: Handle WebSocket close code 1009 (Message Too Big) (#10246) (5652f0f)

v1.5.14

11 Dec 19:05

Choose a tag to compare

v1.5.14

v1.4.1

11 Dec 13:12
@ovr ovr
v1.4.1

Choose a tag to compare

1.4.1 (2025-12-11)

Bug Fixes

v1.0.13

11 Dec 18:16
@ovr ovr

Choose a tag to compare

1.0.13 (2025-12-11)

Bug Fixes

  • correct repository.url and directory fields in package.json files (5f19f78)
  • Improve WS request sanitization (#10231) (6f41c95)

Features

v1.5.13

10 Dec 18:35
@ovr ovr
v1.5.13

Choose a tag to compare

1.5.13 (2025-12-10)

Bug Fixes

Features

  • Allow to specify default dimension order in schema (#10224) (f2e1a98)
  • backend-native: expose lastRefreshTime via /cubesql API (#10206) (fb5a40f)

v1.5.12

04 Dec 13:04
@ovr ovr

Choose a tag to compare

1.5.12 (2025-12-04)

Features

  • client-core: Add baseRequestId to the client public methods (#10212) (2d6e923)
  • cubesql: Speed up field lookups in DFSchema (#10214) (52fe97f)
  • firebolt: Change default renewal threshold to 2 minutes (#10219) (800134e)
  • tesseract: Support order by measure not included in the select list (#10218) (2efb5ec)

v1.5.11

02 Dec 16:31
@ovr ovr

Choose a tag to compare

1.5.11 (2025-12-02)

Bug Fixes

  • client-core: Fix TypeScript module resolution via exports.types (#10209) (6f4a650)
  • schema-compiler: Fix datetime tz conversion for Athena/Trino (#10207) (32d50a5)

Features