|
5 | 5 |
|
6 | 6 | ### Diskover v2 Annual Subscription Editions Changelog |
7 | 7 |
|
| 8 | +#### [2.4] - 2025-06-04 |
| 9 | +### added |
| 10 | +- diskover command line option to import yaml config |
| 11 | +- config api CRUD endpoints for task-related models |
| 12 | +### changed |
| 13 | +- removed threaddirdepth from diskover default scan algorithm |
| 14 | +- better task state detection on diskoverd startup |
| 15 | +- converted task related models to separate database tables |
| 16 | +- refactored and standardized logging config |
| 17 | +- all plugins including alt scanners and alt ingesters expected to appear under individual directories |
| 18 | +- all python Elasticsearch access now uses the same client setup in the Elasticsearch config model |
| 19 | +- diskoverd will run when no tasks are configured |
| 20 | + |
8 | 21 | #### [2.2.3] - 2023-12-26 |
9 | 22 | ##### added |
10 | 23 | - tag copier runtime plugin v0.0.1 |
|
879 | 892 |
|
880 | 893 | ### Diskover-Web v2 Annual Subscription Editions Changelog |
881 | 894 |
|
| 895 | +#### [2.4] - 2025-06-04 |
| 896 | +### fixed |
| 897 | +- when loading indices some were missing cost data |
| 898 | +- auto-import of Constants.php |
| 899 | +- LDAP and OAuth filtering and group mapping corrections |
| 900 | +- improved slow loading times and added loading indicator on analytics pages |
| 901 | +### added |
| 902 | +- DiskoverAdmin configuration and administration panel |
| 903 | +- index comparison to work with different trailing parent paths |
| 904 | +- search result table columns drag and drop reorderable |
| 905 | +- added Directory Explorer analytics |
| 906 | +### changed |
| 907 | +- role-based access controls for Dashboard |
| 908 | +- LDAP and OAuth modernizations |
| 909 | +- api endpoint to list indices to return minimal info by default for speed improvement |
| 910 | +- diskover-web respects user access based on file permissions |
| 911 | + |
882 | 912 | #### [2.2.3] - 2023-12-26 |
883 | 913 | ##### fixed |
884 | 914 | - issues with csv/json exports |
|
0 commit comments