Skip to content

Releases: gieseladev/aiowamp

Version 0.1.1

20 Nov 22:36
9c6e0b3
Compare
Choose a tag to compare

Changes:

  • Provisional wait_until_done methods to wait until a session/client is stopped.
  • Call timeouts
  • Sharded subscriptions and registrations
  • URI match_policy is now respected by all methods that have a match_policy parameter.
  • Invocation error handling for exceptions during the starting phase
  • Removed aiobservable dependency in favour of simple message callbacks.

Fixes:

  • bwlist __contains__ check
  • multiple registrations / subscriptions with the same URI are now possible

Version 0.1

19 Nov 16:40
5246ee2
Compare
Choose a tag to compare

Added templates

Version 0.0.2

15 Nov 14:22
eb56bfe
Compare
Choose a tag to compare

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

Prototype Version 0.0.1

08 Nov 15:53
57b2dc3
Compare
Choose a tag to compare

First usable version, here we go.