Skip to content

chore(deps): bump @doist/comms-sdk to 0.7.1#39

Merged
scottlovegrove merged 1 commit into
mainfrom
chore/bump-comms-sdk-0.7.1
Jul 2, 2026
Merged

chore(deps): bump @doist/comms-sdk to 0.7.1#39
scottlovegrove merged 1 commit into
mainfrom
chore/bump-comms-sdk-0.7.1

Conversation

@scottlovegrove

Copy link
Copy Markdown
Collaborator

Bumps @doist/comms-sdk from 0.7.0 to 0.7.1.

Why

0.7.1 ships the transport fix from Doist/comms-sdk-typescript#44: the SDK now pairs its dispatcher with undici's own fetch, eliminating the version mismatch between the npm undici dispatcher and Node's built-in fetch. Before this, every authenticated Comms request failed with CommsRequestError: terminated on Node 26.

Verified

Built the CLI against 0.7.1 and ran on Node 22 and 26:

  • tdc doctor — authenticates via secure-store, passes (Node 26 previously failed with terminated).
  • tdc inbox — returns real data.

Pre-commit type-check + oxfmt pass.

🤖 Generated with Claude Code

Picks up the transport fix (Doist/comms-sdk-typescript#44): the SDK now pairs
its dispatcher with undici's own `fetch`, so authenticated requests no longer
fail with `terminated` on Node 26. Verified `doctor` and `inbox` on Node 22
and 26.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@scottlovegrove scottlovegrove self-assigned this Jul 2, 2026
@doistbot doistbot requested a review from nvignola July 2, 2026 16:31

@doistbot doistbot left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR updates chore(deps): bump @doist/comms-sdk to 0.7.1. No issues were flagged in the reviewed diff.

Share FeedbackReview Logs

@scottlovegrove scottlovegrove added the 👀 Show PR PR must be reviewed before or after merging label Jul 2, 2026
@scottlovegrove scottlovegrove merged commit 9f9440e into main Jul 2, 2026
6 checks passed
@scottlovegrove scottlovegrove deleted the chore/bump-comms-sdk-0.7.1 branch July 2, 2026 16:37
scottlovegrove added a commit that referenced this pull request Jul 2, 2026
The bump to @doist/comms-sdk 0.7.1 (which pairs the SDK dispatcher with
undici's own fetch and fixes `CommsRequestError: terminated` on Node 26)
merged as a chore in #39, so semantic-release did not cut a release and the
fix never reached npm. This patch commit triggers the release.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
doist-release-bot Bot added a commit that referenced this pull request Jul 2, 2026
## [1.9.1](v1.9.0...v1.9.1) (2026-07-02)

### Bug Fixes

* **deps:** release comms-sdk 0.7.1 for Node 26 terminated fix ([587b17b](587b17b)), closes [#39](#39)
@doist-release-bot

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 1.9.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

released 👀 Show PR PR must be reviewed before or after merging

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants