|
1 | | -## NeoDash 2.4.3 |
2 | | -This release contains several improvements and additions to multi-dashboard management, as well as a bug fixes and a variety of quality-of-life improvements: |
3 | | - |
4 | | -Dashboard management and access control: |
5 | | -- Added a UI for handling dashboard access using RBAC, as well as a new extension to simply access control. |
6 | | -- Added button to sidebar to refresh the list of dashboards saved in the database. |
7 | | -- Improved handling and detection of draft dashboards in the dashboard sidebar. |
8 | | - |
9 | | -Other improvements: |
10 | | -- Changed CSV export functionality for tables to use UTF-8 format. |
11 | | -- Various improvements / fixes to the documentation to include new images, and up-to-date functionality. |
12 | | -- Added logic for handling refresh tokens when connected to NeoDash via SSO. |
13 | | -- Incorporated tooltips for bar charts with and without custom labels. |
14 | | - |
15 | | -Bug fixes and testing: |
16 | | -- Implemented bug fixes on type casting for numeric parameter selectors. |
17 | | -- Fixed issue with report actions not functioning properly on node click events. |
18 | | -- Extended test suite with Cypress tests for advanced settings in the bar chart. |
19 | | - |
20 | | -Thanks to all the contributors for this release: |
21 | | -- [OskarDamkjaer](https://github.com/OskarDamkjaer) |
22 | | -- [alfredorubin96](https://github.com/alfredorubin96), |
23 | | -- [AleSim94](https://github.com/AleSim94), |
24 | | -- [BennuFire](https://github.com/BennuFire), |
25 | | -- [jacobbleakley-neo4j](https://github.com/jacobbleakley-neo4j), |
26 | | -- [josepmonclus](https://github.com/josepmonclus) |
27 | | -- [nielsdejong](https://github.com/nielsdejong) |
| 1 | +## NeoDash 2.4.4 |
| 2 | +This is a hotfix release fixing some breaking issues in the 2.4.3: |
| 3 | +- Fixed number parsing using newer versions of the Neo4j driver. [811](https://github.com/neo4j-labs/neodash/pull/811) |
| 4 | +- Reverted new connection handler for auto-renewed SSO sessions. [815](https://github.com/neo4j-labs/neodash/pull/815) |
| 5 | +- Improved handling of parameters in form extension, resolved local state issues. [813](https://github.com/neo4j-labs/neodash/pull/813) |
| 6 | +- Updated Role management extension to no longer execute queries in parallel, improved UX and error handling [813](https://github.com/neo4j-labs/neodash/pull/813) |
| 7 | + |
| 8 | +If you are currently using NeoDash version 2.4.3, we recommend updating as soon as possible. |
0 commit comments