Skip to content

Improved event wildcard semantics and improved perf.

Compare
Choose a tag to compare
@bryanedds bryanedds released this 28 Jul 06:03
· 11833 commits to master since this release

Event subscriptions can now have a single wildcard anywhere in their address.

I also improved the maximum performance of Nu by reintroducing the PublishChanges field in Entities. However, unlike the previous incarnation, it defaults to True, so you only need to set it when you need a performance boost and you are not listening the changes of certain entities.

And that's it! Nu's semantic model should now be both fixed and fast!

Cheers!