chore(release): v3.8.7 - #57
Merged
Merged
Conversation
Ships the parking fix (#56): an unpointed name was sent to moshcoding.com/parking, a route that has never existed — that is the Next.js site, not the registry. Every claimed-but-unpointed name and every unclaimed one 404'd, which from a browser is indistinguishable from the namespace not working: mosh.eggs resolved instantly and showed nothing. Parking now goes to the registry's own /n/<name>, the same route that serves a pointed name, which answers with a directory of what else lives under that ending rather than a dead end. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
vu1nz Security Review0 finding(s) in PR #? No security issues found. |
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.
Version bump only —
node scripts/set-version.mjs 3.8.7, 25 files, no code changes.What this ships
#56 — the parking fix. An unpointed name was sent to
moshcoding.com/parking, a route that has never existed (that's the Next.js site, not the registry). Every claimed-but-unpointed name and every unclaimed one 404'd — from a browser, indistinguishable from the namespace being broken.mosh.eggsresolved instantly and showed nothing.Parking now goes to the registry's own
/n/<name>, the same route that serves a pointed name, answering with a directory of what else lives under that ending instead of a dead end.Pairs with moshcoder/moshcode#149 (already merged and deployed), which made that route return 200 rather than 404 for a parked name.
After merge
Pushing the
v3.8.7tag triggersrelease.yml— draft release plus per-platform artifacts. Tell me and I'll push it, or:git tag v3.8.7 && git push origin v3.8.7🤖 Generated with Claude Code