What's New in Version 0.8.11
New Features and Enhancements
Section titled “New Features and Enhancements”-
Improved the error message displayed when a property is used as both a single-valued and multi-valued property.
Previously, the error message was:
Trying to use a property 'property_name' as both singular and multi-valued.Now, the error message is:
Trying to use a property 'property_name' as both singular and multi-valued. This often happens when multiple types have a property with the same name, but one is single-valued and the other is multi-valued. See https://relational.ai/build/guides/core-concepts#setting-object-properties for more information.
Bug Fixes
Section titled “Bug Fixes”- Fixed a bug that caused an error in some cases when a
Type
was queried prior to being used in any rule.