v0.13.0
Features
Export Dialogs
Added the ability for users to export their maps as HTML, images and data (#106). This can also be useful for printing maps or exporting to PDF. Thank you, @pooriaPoorsarvi, for the support and contribution!
AWS Athena Workgroup
Added the ability to specify an AWS Athena workgroup via an environment variable. This gives you the option to segment your query execution history for better governance, management, and isolation of queries (#102). Thank you, @seanlane, for the contribution.
Postgres Configuration
Added an option to configure Postgres using a connection string (#97). It allows specifying sslmode
and use Dekart with wider range of managed Postgres services. Thank you, @christippett, for the contribution.
Fixes
- Fixed #93 causing rerunning query results in infinite load.