Skip to content

Releases: INTERSECT-SDK/intersect-python-common

0.9.4

31 Mar 21:25

Choose a tag to compare

Fixes issues with BrokerClient subscribe API for the AMQPClient.

v0.9.3

18 Mar 23:04

Choose a tag to compare

No API changes.

Fixed

  • Correct wildcard handling within ControlPlaneManager (commit) (Lance Drane)

v0.9.2

17 Mar 04:17

Choose a tag to compare

No API changes.

Fixed

  • Made support for wildcards in the channel parameter of ControlPlaneManager.add_subscription_channel() consistent across protocols (commit) (Lance Drane)

v0.9.1

26 Feb 02:04

Choose a tag to compare

Initial reorganization of SDK packaging.

Changed

  • Added new argument to ControlPlaneManager.add_subscription_channel() which specifies a queue name to use.
  • Add is_root option to ControlPlaneConfig in preparation for Registry Service.