v1.0.0-alpha.8
Pre-release
Pre-release
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
tov1.0.0a7
to ensure backwards compatibility withopenassetio
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 variableOPENASSETIO_MEDIACREATION_ENABLE_PYTHON_INSTALL_DIST_INFO
to disable this feature. #58 -
Added
mimeType
andisTemplated
properties to theLocatableContentTrait
to aid loading of the referenced content. #22