v1.8.2
(Note: this is essentially a re-release of 1.8.1 due to some hiccups with the dependency packaging and custom package bundling, so release notes below are as from the 1.8.1 release.)
🎉 New features
- (Experimental) Adds capability to read and write Excel files in the custom package runtime toolkit
- (Preview) Adds a new custom package that calculates various metadata metrics
- (Preview) Adds a new custom package to extract administrative information (users, groups, personas, purposes, policies)
🐞 Bug fixes
- Fixes a bug in multi-select serialization that would cause integration tests to fail
- Fixes a NullPointerException that could occur when a README exists but has no description
- Fixes an issue in the asset export (basic) custom package when not exporting any glossaries
🥗 QOL improvements
- Improves FluentSearch's flexibility to translate easily to other objects
- Adds a default restriction to limit FluentSearch results to "real" assets (skipping internal
__...
assets) - Refactors CSV writing for reusability in the custom package runtime toolkit
- Refactors timestamp formatting for reusability in the custom package runtime toolkit
- Fixes generation of JavaDocs for attributes, so these should now be mostly complete (previously
TBC
was very prevalent)