Skip to content

chore: bump version to 0.0.2#8

Merged
southpolesteve merged 1 commit intomainfrom
chore/version-0.0.2
Feb 24, 2026
Merged

chore: bump version to 0.0.2#8
southpolesteve merged 1 commit intomainfrom
chore/version-0.0.2

Conversation

@southpolesteve
Copy link
Copy Markdown
Collaborator

Summary

  • Bump version to 0.0.2 (matches what's published on npm)
  • Fix bin path format (dist/cli.js instead of ./dist/cli.js)

Includes Sunil's three fixes: optimizeDeps exclusion (#3), inline sourcemaps (#5), and dynamic "use client" (#7).

@github-actions
Copy link
Copy Markdown

Example Preview Production Original
app-router-cloudflare preview production
pages-router-cloudflare preview production
app-router-playground preview production original
realworld-api-rest preview production
nextra-docs-template preview production
benchmarks preview production
hackernews preview production original

@southpolesteve southpolesteve merged commit 5c44676 into main Feb 24, 2026
17 checks passed
@southpolesteve southpolesteve deleted the chore/version-0.0.2 branch February 24, 2026 17:32
southpolesteve added a commit that referenced this pull request Feb 27, 2026
15 Playwright E2E tests covering the full ISR lifecycle:
- MISS on first request with X-Vinext-Cache header
- HIT on second request within TTL (same timestamp)
- STALE after TTL expires (same cached content)
- HIT after background regeneration completes
- Cache-Control with s-maxage and stale-while-revalidate
- Non-ISR pages have no ISR headers
- Browser rendering of ISR pages

Also documents ISR background regen bug in DISCOVERIES.md:
Pages Router regen re-caches old HTML instead of re-rendering.
james-elicx added a commit to NathanDrake2406/vinext that referenced this pull request Mar 12, 2026
- Bug cloudflare#2: hybrid build skipped Pages Router pre-rendering when App Router entry
  also present — fix: only bail out on pure App Router builds (no pages entry)
- Bug #1: getOutputPath traversal guard bypassed on Windows by backslash urlPath
  — fix: reject urlPath containing backslashes before posix normalize
- Bug cloudflare#4: double-counting in result.skipped when AbortController fires and
  res.text() throws — fix: replace await res.text() with res.body?.cancel()
- Bug cloudflare#6: dynamic routes without getStaticPaths/generateStaticParams classified
  as 'ssr' — fix: use 'unknown' (skipped for unenumerable params, not SSR APIs)
- Bug cloudflare#3: routes that throw in ssrLoadModule silently omitted from
  routeClassifications — fix: wrap in try/catch, add 'unknown' classification
- Bug cloudflare#5: buildReportRows ignored knownRoutes for API routes — fix: check
  known?.get(route.pattern) first, fall back to 'api'
- Bug cloudflare#7: dead !Array.isArray guard after try/catch in expandDynamicAppRoute
  — remove unreachable branch
- Bug cloudflare#8: middlewareHeaders spread onto 200 pre-rendered response could include
  Location header — fix: filter out 'location' before spreading
- Bug cloudflare#9: configOverride typed as Partial<NextConfig> allows unsafe non-scalar
  fields — narrow to Pick<NextConfig, 'output' | 'trailingSlash'>
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