Releases: allegro/turnilo
Release 1.31.0-beta.2
Release 1.31.0-beta.1
Release 1.31.0-beta.0
VERY BETA version of Grid visualisation.
Release 1.30.0
Timeouts (#698)
We've revamped timeouts in Turnilo. In general, Turnilo tries to honour Druid timeouts and does not impose any additional timeouts.
Cluster
s timeout is sent with Druid query. You can of course override it on data source basis using druidContext
on DataCube
. Additionally, Turnilo instance have two settings: serverTimeout
and clientTimeout
and both default to 0 which means no timeout at all.
serverTimeout
is maximum time of handling request from browser. clientTimeout
is time after which browser would terminate request to server.
Retries (#699)
Turnilo now support retry policy. All queries to Druid can be retried after failure or timeout.
Property retry
on Cluster
should be an object with two fields: maxAttempts
is count of attempts Turnilo would make and delay
is time in ms between each attempt.
Fixes
- Turnilo now respects user timezone when exporting view to cvs. Thanks to @metapraveen for the fix (#707)!
Release 1.30.0-beta.0
Release 1.29.0
Release 1.29.0-beta.2
Release 1.29.0-beta.1
Release 1.29.0-beta.0
Version is all about extending turnilo, refer to new docs: https://github.com/allegro/turnilo/blob/1.29.0-beta.0/docs/extending-turnilo.md
Release 1.28.1
Release 1.28.1