Skip to content

docs(changelog): order 0.16.0 bullets, linkify refs, fix historical section order - #22

Merged
dcj merged 2 commits into
mainfrom
docs/changelog-0.16.0-order
Aug 2, 2026
Merged

docs(changelog): order 0.16.0 bullets, linkify refs, fix historical section order#22
dcj merged 2 commits into
mainfrom
docs/changelog-0.16.0-order

Conversation

@dcj

@dcj dcj commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

Doc-only CHANGELOG cleanup (0.16.0 is already on PyPI; this tidies the repo's copy that renders on GitHub).

  1. 0.16.0 ### Added order — was in merge order (MqttDeviceTransport led, its MqttTransport base trailed). Now feature-first: Device BYO (Device bring-your-own-transport: inject mqttc on a root Device (producer seam) #14), will()/resync() (Liveness gap: a producer on a host-owned (shared) MQTT connection can't emit $state=lost on ungraceful death #13), the base typing (feat: type Controller's mqttc by what the SDK calls on an injected client #12), then MqttDeviceTransport (homie: type the Device injection point with MqttDeviceTransport #19).
  2. Linkify refs — GitHub doesn't autolink #N/@user in rendered repo files. Every #N and @cayossarian is now a Markdown link. Finishing the transport seam would open the SDK to hosts that own their MQTT connection #7 is the transport-seam discussion so it points at /discussions/7; the rest point at /issues/N (redirects to /pull/N for PRs).
  3. Historical subsection order — Keep-a-Changelog order is Added, Changed, Deprecated, Removed, Fixed, Security. [0.14.0] had Fixed before Removed; [0.12.0] had Fixed before Added. Both fixed.

No entry content changed (74 bullets before and after).

🤖 Generated with Claude Code

dcj and others added 2 commits August 2, 2026 16:07
…sport typing

The 0.16.0 Added bullets landed in merge order rather than reading order:
MqttDeviceTransport (a derived type) led the list, ahead of the Device BYO
feature it serves and its own MqttTransport base, which trailed at the bottom.
Reorder to: Device BYO, will(), resync(), the MqttTransport/MqttControllerTransport
base typing, then MqttDeviceTransport right after it. Doc-only; 0.16.0 is already
released.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…order

GitHub only autolinks #N and @user inside issue/PR/commit/discussion bodies,
not in rendered repo files, so the CHANGELOG's bare refs were plain text.

- Linkify every #N and @cayossarian. #7 is the transport-seam *discussion*
  (/issues/7 404s), so it links to /discussions/7; every other #N links to
  /issues/N (GitHub redirects to /pull/N for PRs). @cayossarian -> profile.
- Canonical subsection order (Keep a Changelog): [0.14.0] had Fixed before
  Removed; [0.12.0] had Fixed before Added. Both corrected.

No entry content changed (74 bullets before and after); only order, links,
and one collapsed double-blank.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@dcj dcj changed the title docs(changelog): order 0.16.0 Added bullets feature-first docs(changelog): order 0.16.0 bullets, linkify refs, fix historical section order Aug 2, 2026
@dcj
dcj merged commit 5f79050 into main Aug 2, 2026
5 checks passed
@dcj
dcj deleted the docs/changelog-0.16.0-order branch August 2, 2026 23:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant