docs: draft CHANGELOG for 0.9.0 release - #131
Merged
Merged
Conversation
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.
Summary
Drafts the
[0.9.0]CHANGELOG entry ahead of tagging. This is a MINOR release, not PATCH — the range since v0.8.0 includes new public API surface:get_logger,reset_logger,register_logger_prefix,loggersparam onset_level/initialize)Responsetiming (started_at,finished_at,elapsed_ms) — also a breaking change toResponse.__init__(now requiresstarted_at/finished_atas keyword-only args)Plus 20 other commits (Python 3.14/3.15 support, mypy/CI hardening, docs,
fatal()behavior change, and the two dependabot CI bumps #129/#130).Verification
Ran full itential-mcp integration testing against this commit range (ipsdk
main@baab19c, installed via local editable override, not PyPI):get_health,get_devices,get_jobsall succeeded end-to-endipsdk.Responsedirectly, so the breaking__init__change has no consumer impactipsdk.fatal()No blockers found. Once this merges,
v0.9.0will be tagged frommainto trigger the PyPI publish workflow.🤖 Generated with Claude Code