|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## UNRELEASED |
| 4 | + |
| 5 | +### Added |
| 6 | + |
| 7 | +- MatterMost alert destination. @alon710 |
| 8 | +- Full screen view on map visualizations. @deecay |
| 9 | +- Choropleth map visualization 🗺. @kravets-levko |
| 10 | +- Report Celery queue size. @arikfr |
| 11 | +- Load dashboard refresh rate from URL. @arikfr |
| 12 | +- Configuration for query refresh intervals. @arikfr |
| 13 | + |
| 14 | +### Changed |
| 15 | + |
| 16 | +- TreasureData: improve query failure message. @toru-takahashi |
| 17 | +- Update botocore version (fixes an issue with loading Athena tables). @arikfr |
| 18 | +- Changed Map visualization name to "Map (Markers)" to distinguish from the Choropleth one. @arikfr |
| 19 | +- Use MongoClient for ReplicaSet connections. @fmy |
| 20 | +- Update pymongo version to support newer MongoDB versions. @arikfr |
| 21 | +- Changed "his" to "their" in user creation form success message. @tnetennba3 |
| 22 | +- Show friendly names in dynamic forms labels. @arikfr |
| 23 | +- Render safe HTML by default in tables to remain backward compatible. @arikfr |
| 24 | +- Apply time limit to alert status checking task. @arikfr |
| 25 | +- Plotly: increase Y value accuracy. @arikfr |
| 26 | +- close metadata database connection early in the execute query Celery task. @arikfr |
| 27 | + |
| 28 | +### Fixed |
| 29 | + |
| 30 | +- Query page layout gets messed up when clicking on "cancel" in "Do you want to leave this page?" dialog. @kravets-levko |
| 31 | +- docker-entrypoint broke for other database names than "postgres". @valentin2105 |
| 32 | +- (BigQuery) UDF URI was used even if empty. @arikfr |
| 33 | +- Show correct Box Plot chart hover data. @deeccay |
| 34 | +- Fork button shows in data only view, but not working. @arikfr |
| 35 | +- Saving widget sends too much data to the server, sometimes making dashboard save fail. @arikfr |
| 36 | +- DynamoDB: always return counter as a number rather than string. @arikfr |
| 37 | +- MSSQL: UUID fields were detected as booleans. @arikfr |
| 38 | +- The whole dashboard page reloads when clicking on refresh. @arikfr |
| 39 | +- Line chart with category x-axis: when some values missing, wrong hints displayed on hover. @kravets-levko |
| 40 | +- Second Y-axis not displayed when stacking enabled. @kravets-levko |
| 41 | +- Widget with empty contents had extra 40px of white space (paddings of container). @kravets-levko |
| 42 | +- Add scrollbars to pivot table widgets. @kravets-levko |
| 43 | +- Multiple performance, usability and auto-height related fixes to the dashboard rendering engine (also switched to GridStack). @kravets-levko |
| 44 | +- Login form missing on LDAP logging page. @idalin |
| 45 | +- Empty state: show connect data source link only to admins. @arikfr |
| 46 | +- Dashboard "dancing" widgets (when auto-height enabled). @kravets-levko |
| 47 | + |
| 48 | +### Other |
| 49 | + |
| 50 | +- Webpack: ignore vim swap files. @deecay |
| 51 | + |
3 | 52 | ## v4.0.0-rc.1 - 2018-03-05 |
4 | 53 |
|
5 | 54 | ### Added |
|
0 commit comments