Skip to content

Releases: tesseract-olap/tesseract

v0.14.13

01 Jun 19:36
Compare
Choose a tag to compare
  • Adds support for redis based caching
  • Fixes bug with aliases in joins
  • Includes cpu/memory optimizations and fixes

v0.14.12

02 Apr 17:26
Compare
Choose a tag to compare
  • Updated dockerfile
  • Cube cache speed up
  • Fix for unique header names
  • Adds support for error key in formatted results
  • Removes support for API key (switch to JWT authentication)
  • Default invalid growth to NULL instead of 0 in JSON results
  • Upgrades clickhouse-rs

v0.14.11

13 Feb 14:05
Compare
Choose a tag to compare

v0.14.10

27 Jan 20:09
Compare
Choose a tag to compare
  • Basic support for JWT-based authorization
  • Cut member ID validation (thanks @hwchen and @MarcioPorto)

v0.14.9

07 Jan 20:27
Compare
Choose a tag to compare

Minor release to fix issues where numeric results can be returned as strings. Thanks @MarcioPorto.

v0.14.8

12 Dec 16:09
Compare
Choose a tag to compare
  • Adds support for source details in API calls
  • Adds initial support for sorting RCA values

v0.14.7

21 Nov 20:29
Compare
Choose a tag to compare
  • Fixes bug when no logic layer available but not needed
  • Adds support for end-to-end integration tests via Travis+Docker

v0.14.6

21 Nov 17:41
Compare
Choose a tag to compare
  • Adds relations endpoint for the logic layer
  • Adds unique level and property names to cube metadata endpoints
  • Adds public/private support for cubes
  • Cleans up duplicated code and compiler warnings

v0.14.5

28 Oct 17:40
Compare
Choose a tag to compare
  • Improves performance of block_to_df
  • Updates clickhouse-rs to v0.1.18

Big thanks to @suharev7 for the improvements in v0.14.5!

v0.14.4

18 Oct 16:31
Compare
Choose a tag to compare
  • Upgrades clickhouse-rs driver for improved resilience against connection pool hanging issues