Version 0.0.2
Changes:
- Passing
aiowamp.SubscriptionEventABC
instance to subscription handlers instead of event message. aiowamp.InvocationABC
andaiowamp.SubscriptionEventABC
now provide the "registered" URI and the actual URI that spawned them (this matters for pattern URIs)- "msg.pyi" file included in distribution.
- Custom Exceptions for error URIs
- Converting exceptions raised in procedures to proper error messages
- Black- and Whitelisting for publications
- Authentication (CRA, ticket)
Fixes:
- Built-in messages convert strings to URIs where necessary