Skip to content

Releases: INTERSECT-SDK/intersect-python-common

v0.9.6

Choose a tag to compare

@github-actions github-actions released this 02 Jun 21:34

Added

  • add resolve_user_version function from SDK as a public API (commit) (Lance Drane)

v0.9.5

Choose a tag to compare

@github-actions github-actions released this 28 May 21:57

No API changes.

Fixed

  • Correct topic handling for broker protocols (commit) (Lance Drane)

0.9.4

Choose a tag to compare

@Lance-Drane Lance-Drane released this 31 Mar 21:25

Fixes issues with BrokerClient subscribe API for the AMQPClient.

v0.9.3

Choose a tag to compare

@github-actions github-actions released this 18 Mar 23:04

No API changes.

Fixed

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

v0.9.2

Choose a tag to compare

@github-actions github-actions released this 17 Mar 04:17

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

Choose a tag to compare

@github-actions github-actions released this 26 Feb 02:04

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.