Skip to content

v0.9.2 - openMINDS_MATLAB v0.11.0 compatibility

Choose a tag to compare

@github-actions github-actions released this 07 Sep 11:05
· 46 commits to main since this release

MATLAB Versions Tested

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

  • ensureExpandedTypeName updated for openMINDS_MATLAB v0.11.0's rename of Types.TypeURI to TypeIRI. Also fixes a latent bug in the toolbox-absent fallback branch, which referenced openminds.getModelVersion where 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.
  • InstancesClientTest fixtures updated to the current openminds.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 new QueriesClient added for KG dynamic queries.

Full Changelog: v0.9.1...v0.9.2