gives the ability to script path satisfaction (this allows us to conditionally choose what resources the paths are going to/coming from)
removes speculative dependencies of path selection and just relies on the dependencies of the scripts/property references (this is responsible for some naming changes around the test data)
adds checks to ensure we are choosing paths which dont change properties of imported resources
ensures that we dont only consider direct edges for imported resource path expansion
allows resources to deny themselves from being used in specific path selection classifications
adds the ability to read state for fields that need to be translated to field Refs or resource ids
making sure imports work with more resources
Gets ECS Dynamic port mappings to work as well
Standard checks
Unit tests: Any special considerations?
Docs: Do we need to update any docs, internal or public?
Backwards compatibility: Will this break existing apps? If so, what would be the extra work required to keep them working?
gives the ability to script path satisfaction (this allows us to conditionally choose what resources the paths are going to/coming from)
removes speculative dependencies of path selection and just relies on the dependencies of the scripts/property references (this is responsible for some naming changes around the test data)
adds the ability to read state for fields that need to be translated to field Refs or resource ids
making sure imports work with more resources
Gets ECS Dynamic port mappings to work as well
Standard checks