v0.9.2 - openMINDS_MATLAB v0.11.0 compatibility
This release restores compatibility with openMINDS_MATLAB v0.11.0, fixes a device-flow authentication failure on R2025b, and reorganizes the Knowledge Graph client internals.
Fixed
ensureExpandedTypeNameupdated for openMINDS_MATLAB v0.11.0's rename ofTypes.TypeURItoTypeIRI. Also fixes a latent bug in the toolbox-absent fallback branch, which referencedopenminds.getModelVersionwhere that dependency cannot exist and could double the/types/segment in its error message (#3).- Device-flow authentication no longer fails on R2025b with "Invalid or deleted object": the request's form provider is now held in a named variable so it isn't released before the request is sent.
InstancesClientTestfixtures updated to the currentopenminds.om-i.org/types/namespace. Three tests were failing independent of the openMINDS_MATLAB update, since an earlier commit pointed the toolbox's own constant at the new namespace while the fixtures still used the old one.
Changed
- Code shared between Knowledge Graph clients extracted into a common
BaseClient, and a newQueriesClientadded for KG dynamic queries.
Full Changelog: v0.9.1...v0.9.2