This is considered a minor, non-breaking release of DeepLynx.
- Implemented class inheritance for ontologies
- Relationship Pairs are now displayed in the GUI as children of their origin Classes, similar to Class Properties
- Relationship Pairs and Class Properties are inherited from their parent classes. Pairs are inherited only by children of the origin class.
- Updated ontology importer to more fully support inheritance
- Added JWKs endpoint for JWT verification
- Added ability for all users (regardless of admin status) to see DL version number
- Added ability to add tags to nodes and edges during transformation
- Converted all frontend vue files from class API to optionsAPI
- Allow for editing user role when sending container invites
- Ripped out timeseries bucket system
- Added debounce to search metatypes/relationships (so there's not an API call with every single keystroke)