Skip to content

1.2.2

Compare
Choose a tag to compare
@mottosso mottosso released this 09 Dec 12:51
· 392 commits to master since this release
  • Added icons for integrations under /icons
  • Added support for instances with multiple families (#231)

Multi-family support

This update adds the ability to provide instances with more than a single family.

Traditionally, an Instance would only support having a single family. This family is then matched against supported families of each plug-in. Now, an instance can register multiple families; essentially changing places of how plug-ins and instances are matched. That is, instead of building a plug-in with support for multiple families, you can now think in terms of building instances with multiple families, and in that way register support for more than a single plug-in.

See the issue for more details.