Skip to content

fix: use path-based versioning (/v2/open) not query param (?v=2)#28

Merged
tupe12334 merged 1 commit into
mainfrom
fix-versioning-paths
Jun 10, 2026
Merged

fix: use path-based versioning (/v2/open) not query param (?v=2)#28
tupe12334 merged 1 commit into
mainfrom
fix-versioning-paths

Conversation

@tupe12334

Copy link
Copy Markdown
Member

Summary

  • Corrects the versioning approach from ?v=2 query param to path-based (/v2/open)
  • Removes UnknownVersionView component and the v param check from /open
  • /open remains unchanged as the permanent v1 route
  • Updates docs/api-versioning.md: convention table, rules, and "adding a new version" steps now reflect path-based approach

Test plan

  • /open?owner=x&repo=y&issue=1 still works
  • pnpm build passes
  • pnpm lint passes

🤖 Generated with Claude Code

Remove the `v` query param approach and `UnknownVersionView`. Future
versions get their own path prefix (e.g. /v2/open), keeping /open as
the permanent v1 route. Update docs accordingly.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@tupe12334
tupe12334 merged commit eb0c146 into main Jun 10, 2026
1 check failed
@tupe12334 tupe12334 mentioned this pull request Jun 30, 2026
2 tasks
tupe12334 added a commit that referenced this pull request Jul 20, 2026
Backfills changesets for merged PRs that never got one after Changesets was bootstrapped (#38) but not applied retroactively.

Covers:
- #28 fix: use path-based versioning for /v2/open
- #27 feat: add API versioning for /open URL scheme
- #26 feat: auto-close /open page after 10s with persistent toggle
- #24 feat: add GitLab issue URL support
- #18 Add logo and favicon
- #8 Add mobile-responsive layout and mobile e2e tests
- #5 Update download buttons to link to GitHub releases

Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
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