v0.16.0
Feature Highlights
Collaborate better on Reports
Empower teamwork with our new editing and refresh features for shared reports. Now, every user can refresh data with a simple click, ensuring everyone has the latest insights at their fingertips. Plus, grant editing access to trusted colleagues to foster a truly collaborative environment.
Query data from Postgres database
Thanks to @Tsovak contribution you now can configure Dekart to query PostgreSQL! PostgreSQL, when paired with the PostGIS extension, becomes an incredibly powerful database for managing and querying geospatial data due to its ability to efficiently store, index, and perform complex spatial queries.
Manage connections (BigQuery)
Dekart now introduces dedicated space, which allows you to seamlessly configure and manage connections, streamlining your workflow and enhancing your data interaction experience.
What's Changed
Features
- User icon with logout and switch user buttons (Google OAuth only) by @delfrrr #147
- Refresh Button by @delfrrr in #153
- Report data updated label by @delfrrr in #154
- Shared Connections by @delfrrr in #155
- Postgres datasource support by @Tsovak in #156
- Allow edit reports by @delfrrr in #159
- Acceess error info by @delfrrr in #161
- Ux improvements by @delfrrr in #162
Dev
- Support dev email for Google OAuth flow by @delfrrr in #148
- User refresh token for development with Google OAuth by @delfrrr in #149
Fixes
- Fix storage connection test by @delfrrr in #150
- Fix auth error infinite loop by @delfrrr in #151
- Fix header aligments by @delfrrr in #152
- Fix playground 500 by @delfrrr in #160