v8.0.0 #899
Stephen J. Lu (StephenJLu)
announced in
Announcements
v8.0.0
#899
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Striae Release Notes - v8.0.0
Release Date: June 7, 2026
Period: May 23, 2026 through June 7, 2026
Total Commits: 11 (non-merge after the v7.1.3 release)
Major Release - Key Registry R2 Migration and React Router v8 Opt-In
Summary
v8.0.0 is a major release that migrates cryptographic key registries from environment secrets to encrypted R2 storage, overcoming the 5.1 kB per-secret size limit and enabling centralized key management across all workers. This release also opts in to all available React Router v8 future flags, preparing the application for seamless framework migration. Supporting changes include a shared case export loader, automated registry upload tooling, and routine dependency maintenance.
Detailed Changes
Key Registry Migration to R2
shared/registry/r2-key-registry.ts) that fetches key registries from a centralized R2 config bucket instead of per-worker environment secrets, resolving the 5.1 kB secret size constraint for growing key sets.shared/registry/registry-encryption.ts) using a sharedREGISTRY_ENCRYPTION_KEY, ensuring private key material remains encrypted in storage.data-at-rest-keys.json,export-encryption-keys.json,manifest-signing-keys.json, anduser-kv-encryption-keys.json.wrangler.jsonc.exampleacross all workers to include the R2 config bucket binding andREGISTRY_ENCRYPTION_KEYsecret.tests/workers/data/key-registry.test.ts,tests/workers/data/registry-encryption.test.ts).Registry Upload and Encryption Tooling
scripts/encrypt-registry.mjsfor offline AES-256-GCM encryption of registry JSON files before upload.scripts/upload-registries.shfor automated extraction and upload of key registry files to the R2 config bucket, with dry-run support.scripts/deploy-worker-secrets.shand deploy-config modules to register the newREGISTRY_ENCRYPTION_KEYsecret and R2 bucket binding in scaffolding.React Router v8 Future Flags
react-router.config.ts:v8_middleware,v8_splitRouteModules,v8_viteEnvironmentApi,v8_passThroughRequests, andv8_trailingSlashAwareDataRequests.Shared Case Export Loader
app/utils/data/operations/case-export-loader.ts) to reduce initial bundle size and deduplicate import logic across case export surfaces.app/routes/striae/utils/case-export.tsandapp/components/actions/case-manage/operations.tsto use the shared loader.Label Auto-Generation Fix
fix label auto generation).Dependency and Tooling Maintenance
bump deps package refresh,package refresh,worker package installs).Breaking Changes
scripts/upload-registries.sh(or equivalent) to populate registries before the upgrade, and configure theCONFIG_BUCKETR2 binding plusREGISTRY_ENCRYPTION_KEYsecret on each worker.Release Statistics
.github/release-notes/RELEASE_NOTES_v7.1.3.mdv7.1.3on 05/23/2026)npm run build)npm run typecheck)npm run lint)Closing Note
v8.0.0 establishes a scalable foundation for cryptographic key management by moving registries to encrypted R2 storage, and positions the application for React Router v8 by activating all forward-looking future flags. Deployments should follow the updated deploy-config steps to provision R2 buckets and upload encrypted registries before upgrading.
This discussion was created from the release v8.0.0.
Beta Was this translation helpful? Give feedback.
All reactions