Skip to content

v1.0.0-alpha.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@feltech feltech released this 15 Feb 12:35
· 42 commits to main since this release
7f933a9

New features

  • Added numerous Traits and Specifications for common post-production workflows. #22

Breaking changes

  • Removed the ResolvesFutureEntities trait in favour of the core API mechanism for determining which traits can be resolved for future entities by any given manager. #67

Improvements

  • Pinned openassetio-traitgen to v1.0.0a7 to ensure backwards compatibility with openassetio v1.0.0a14. #60

  • Added some protection for accidental overwrites of a CMake installed openassetio-mediacreation Python package, by installing a .dist-info metadata directory alongside the package. pip install will then fail/warn against accidental overwrites/overrides. Added a CMake variable OPENASSETIO_MEDIACREATION_ENABLE_PYTHON_INSTALL_DIST_INFO to disable this feature. #58

  • Added mimeType and isTemplated properties to the LocatableContentTrait to aid loading of the referenced content. #22