Skip to content

v0.11.0

Compare
Choose a tag to compare
@delfrrr delfrrr released this 28 Jan 15:10
· 328 commits to main since this release

Features

Support GeoJSON in file upload

Additionally to the existing CSV format, you can now also upload GeoJSON files to be used as datasets for your visualizations. As per the previous release, files are stored in the same storage as the SQL query cache. Both Amazon S3 and Google Cloud Storage are supported.

goejson-file-support

Share Reports

As a step towards better collaboration within an organization, we now introduce the feature allowing to make your own reports discoverable to other users. When sharing a report, you will allow other users of the same organization/website domain to see it in Shared Reports with only view access. Simply uncheck this setting and your report will not be visible anymore.
While this feature enhances discoverability, you can still see reports of other users from your organization if they share their link with you directly.

share-report

Resize SQL editor

You can now resize the query editor, allowing each user to define how big they want the map/editor for certain use cases. Simply drag the bar left and right to find your perfect configuration!

output

Copy geometry coordinates

With the upgrade to the latest version of kepler.gl, you can now leverage their Copy Geometry feature to extract the coordinates of vertices from a manually drawn polygon on the map. Simply paste in the query editor and there you go!

output

Control usage stats collection over configuration

As we all love data, Dekart appends some anonymized statistics to the referrer of external links related to the usage of the tool.
You have full control on if you allow this or not. Simply configure the variable DEKART_DISABLE_USAGE_STATS in your deployment environment.

See details in user experience configuration

Fixes

  • #48 fix panic during error returning
  • #28 fix the panic when no destination table exists
  • Fix stale queries which cannot be cancelled
  • Fix server crash/restart when cancelling query

Upgrade from previous version

How to upgrade from previous version