Skip to content

chore(http-action): mark 0.1.0 as beta for release#37

Merged
rmyndharis merged 1 commit into
mainfrom
release/http-action-0.1.0
Jul 12, 2026
Merged

chore(http-action): mark 0.1.0 as beta for release#37
rmyndharis merged 1 commit into
mainfrom
release/http-action-0.1.0

Conversation

@rmyndharis

Copy link
Copy Markdown
Owner

Summary

Promotes http-action 0.1.0 from development to beta ahead of its first tagged release.

Changes

  • Status flip: manifest.json development\ → beta. Regenerates plugins.jsonand the root +http-actionREADME detail blocks vianpm run catalog`.
  • Secret sentinel test: adds a regression guard asserting the configured auth token is placed in the outbound request header (so the auth path is actually exercised) yet never appears in logs or the sent reply. The token is kept out of the template context by design; this test pins that invariant so a future change that interpolates headers or URL into a log line will fail it.

Verification

  • node --import tsx --test "http-action/*.test.ts" → 110 pass / 0 fail
  • npm run typecheck → clean
  • npm run catalog:check → up to date (10 plugins)
  • node package.mjs http-actionhttp-action.zip 7.1 KB

Followed by tag http-action-v0.1.0 after merge to cut the GitHub Release.

…l test

Promotes http-action 0.1.0 from development to beta ahead of its first tagged release. Adds a sentinel test asserting the configured auth token is placed in the outbound request header (auth path exercised) yet never appears in logs or the sent reply, and regenerates the catalog so the status change propagates to plugins.json and the README detail blocks.
@rmyndharis rmyndharis merged commit e0a190d into main Jul 12, 2026
1 check passed
@rmyndharis rmyndharis deleted the release/http-action-0.1.0 branch July 12, 2026 01:19
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