Skip to content

Latest commit

 

History

History
133 lines (64 loc) · 1.86 KB

CHANGELOG.md

File metadata and controls

133 lines (64 loc) · 1.86 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

Changed

  • Ensure calling off() or unsubscribe() does not fail if the callback is not present in the registered event callbacks.

Removed

[0.3.6] 2024-02-20

Added

Changed

  • Fixed compatibility issues with COMPAS 2.0 on the background worker.

Removed

[0.3.5] 2024-02-11

Added

Changed

  • Updated to COMPAS 2.0 theme
  • Limit dependency on mqtt-paho to be >=1, <2 since version 2.0 introduces breaking changes.

Removed

[0.3.4] 2023-11-24

Added

Changed

Removed

[0.3.3] 2023-11-24

Added

Changed

Removed

[0.3.2] 2023-11-24

Added

Changed

Removed

[0.3.1] 2023-11-24

Added

Changed

Removed

[0.3.0] 2023-11-01

Added

  • Added examples and more detailed documentation for installation and usage.
  • Added BackgroundWorker class and BackgroundTask Grasshopper component to execute long-running tasks without blocking GH.

Changed

  • Fixed bug failing to get a str representation of Message on ipy
  • Pinned Sphinx version for docs generation

Removed

[0.2.1] 2023-09-01

Added

Changed

Removed

[0.2.0] 2023-09-01

Added

  • Added support for callbacks directly on the base Subscriber class

Changed

  • Correctly implemented unsubscribe for all transports
  • Fixed subscription with multiple subscribers on the same transport instance
  • Switched to COMPAS data framework for encoding/decoding of messages

Removed

[0.1.2] 2023-07-09

Added

Changed

Removed

[0.1.1] 2023-07-09

Added

Changed

Removed