Skip to content

v1.0.0-beta.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@feltech feltech released this 30 Aug 08:18
· 2 commits to main since this release
9731dbb

Breaking changes

  • Removed support for VFX Reference Platform CY22 or lower. This means Python 3.7 and 3.9 builds are no longer tested or published. OpenAssetIO#1351

  • Minimum OpenAssetIO version increased to v1.0.0-beta.2.2 to make use of new API features. #84

  • Minimum OpenAssetIO-MediaCreation version increased to v1.0.0-alpha.9 for compatibility with the latest OpenAssetIO. See OpenAssetIO#1311. #90

New features

  • Added support for configuring the result of hasCapability(...) queries. This allows hosts to test their logic when dealing with managers that have limited capability. #84

  • Added support for OPENASSETIO_BAL_IDENTIFIER environment variable, for overriding the identifier advertised by the BAL plugin/manager. #116

  • Added support for the defaultEntityReference core API method, configured using a new JSON field in the database "defaultEntities", which maps access mode and trait set to an entity name. #53