Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.46 KB

File metadata and controls

41 lines (23 loc) · 1.46 KB

Changelog

We follow Common Changelog formatting for this document.

0.9.4 - 2026-03-31

No API changes.

Fixed

  • Correct internal subscribe() API (commit) (Lance Drane)

0.9.3 - 2026-03-18

No API changes.

Fixed

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

0.9.2 - 2026-03-17

No API changes.

Fixed

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

0.9.1 - 2026-02-25

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.