Skip to content

v0.10.0

Choose a tag to compare

@delfrrr delfrrr released this 19 Nov 09:10

Features

#41 File upload

You can now upload enable file upload by setting DEKART_ALLOW_FILE_UPLOAD=1 in environment variables. Once enabled, you can upload .csv files to Dekart backend and add them to your report. Files are stored in the same storage as SQL query cache. Both Amazon S3 and Google Cloud Storage are supported.

file-upload6

#44 Introducing secure CORS headers

New environment configuration DEKART_CORS_ORIGIN= is strongly recommended to secure your deployment from CORS attacks. CORS attack allow 3rd party to delete, edit and run queries on behalf of the user visiting malicious web page.

Fixes

#37 Fix stale SQL query jobs

Upgrade from previous version

How to upgrade from previous version