Skip to content

Version 0.0.2

Compare
Choose a tag to compare
@siku2 siku2 released this 15 Nov 14:22
· 60 commits to master since this release
eb56bfe

Changes:

  • Passing aiowamp.SubscriptionEventABC instance to subscription handlers instead of event message.
  • aiowamp.InvocationABC and aiowamp.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