release: 0.17.0 (inbound /set async dispatch + require ebus-mqtt-client 0.3.0) - #24
Merged
Conversation
…nt 0.3.0) Bumps __version__ to 0.17.0 and promotes the [Unreleased] CHANGELOG to [0.17.0]. Ships the inbound /set async dispatch work (#15): thread-safe run_coroutine_threadsafe scheduling, async_loop promoted to Device with per-tree propagation, and the =None default / Node mutable-default fixes. Raises the ebus-mqtt-client floor to >=0.3.0 (was >=0.2.0), the release that ships the py.typed marker: a downstream type checker now resolves the re-exported MqttClient to the concrete class instead of Any, completing the transport Protocol typing from 0.16.0. Tested green against 0.3.0. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps
__version__to 0.17.0 and promotes[Unreleased]to[0.17.0].What's in 0.17.0
/setasync dispatch (Inbound /set dispatch: use run_coroutine_threadsafe, promote async_loop to the root, fix the =False default #15) — thread-saferun_coroutine_threadsafescheduling (with theiscoroutinebranch so sync callbacks stay inline),async_looppromoted toDevice(async_loop=)with per-tree propagation + child inheritance, the=Nonedefault fix,Nodemutable-default fix, and async-exception logging.ebus-mqtt-client>=0.3.0(was>=0.2.0) — 0.3.0 ships the PEP 561py.typedmarker, so a downstream type checker resolves the re-exportedMqttClientto the concrete class instead ofAny, completing the transportProtocoltyping (MqttTransport/MqttControllerTransport/MqttDeviceTransport) from 0.16.0. Runtime-safe: 0.3.0 adds nothing the SDK's runtime needs beyond 0.2.0.Tested
Upgraded the environment to ebus-mqtt-client 0.3.0, reinstalled the SDK against the new floor, and ran the full suite: 543 passed, ruff clean. The 3.10-3.13 matrix runs on this PR (it resolves ebus-mqtt-client to 0.3.0).
After merge
Tag
v0.17.0to trigger thepublish.ymlPyPI release (the workflow guards the tag against__version__).🤖 Generated with Claude Code