-
Notifications
You must be signed in to change notification settings - Fork 6
chore: v3.0 release prep — codebase scan, roadmap update, deprecation fixes #636
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,7 +15,7 @@ export type { DispatcherPluginConfig } from './dispatcher-plugin.js'; | |
|
|
||
| // Export HTTP Server Components | ||
| export { HttpServer } from './http-server.js'; | ||
| /** @deprecated Use createDispatcherPlugin() instead. Will be removed in v2. */ | ||
| /** @deprecated Use createDispatcherPlugin() instead. Will be removed in v3.0.0. */ | ||
| export { HttpDispatcher } from './http-dispatcher.js'; | ||
|
Comment on lines
+18
to
19
|
||
| export type { HttpProtocolContext, HttpDispatcherResult } from './http-dispatcher.js'; | ||
| export { MiddlewareManager } from './middleware.js'; | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ROADMAP.md now reports updated scan metrics (191 test files / 5,165 tests), but the Phase 5 section later in the same document still contains older completion counts (e.g., 150 test files / 4,196 tests and 175 / 4,518). This internal inconsistency makes the roadmap harder to trust; update the Phase 5 numbers to match the current scan or clearly label them as historical-at-the-time metrics.