Skip to content

v3.11.0

Compare
Choose a tag to compare
@ocoanet ocoanet released this 06 Sep 14:20
· 62 commits to master since this release
  • Support collections for routing members (breaking change)

Subscriptions can now match collection members using the following syntax:

var subscription = Subscription.Matching<TestCommand>(x => x.IdArray.Contains(123));

Note that Contains is the only supported operator for collections.