Skip to content

What's New in Version 0.8.11

  • 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.
  • Fixed a bug that caused an error in some cases when a Type was queried prior to being used in any rule.