You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fixing gantt chart, new driver version was returning {low,high} numbers
* Revert "fixing gantt chart, new driver version was returning {low,high} numbers"
This reverts commit 4eb9285.
* fixing gantt chart, new driver version was returning {low,high} numbers
* NaNs
* fixing number parsing
* Revert "Handle token expiration in SSO (#611)" (#815)
This reverts commit 001cee1.
* Fixing RBAC feature + parameters (#813)
* fixed race condition, to work on other points in PR
* Fixes for complex parameter types in forms
* Added special case for handling cross-db label access
* handling fixed grants without non-fixed grants
* Added error handling to RBAC extension
* Added back async modifier
* bug fixin grbac
---------
Co-authored-by: Alfred Rubin <[email protected]>
Co-authored-by: Niels de Jong <[email protected]>
* Added 2.4.4 release notes, bumped version (#818)
* Removed old console.log statements
---------
Co-authored-by: Alfred Rubin <[email protected]>
Co-authored-by: alfredorubin96 <[email protected]>
Co-authored-by: Harold Agudelo <[email protected]>
Copy file name to clipboardExpand all lines: changelog.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,12 @@
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.
9
+
1
10
## NeoDash 2.4.3
2
11
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:
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.
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