Breaking Changes
- State deltas may emit state entries and variable keys in a different order. Values are unchanged, but downstream snapshots or tests comparing serialized deltas as text may need updating; compare parsed JSON objects or normalize key order instead. (#7087)
Bug Fixes
- Fix
rx.AdminDashpages failing withNoMatchFoundby preserving named route lookup through the application's context middleware. (#7107) - Give forked backend workers distinct socket-owner identities so Redis can deliver backend-initiated state updates to clients connected to another worker. (#7108)
- Preserve explicit
bundle_library()registrations through frontend compilation and automatically bundle imports used by initial-state components. Explicitly registered component subpaths can first appear after an event, and initial components such as Lucide icons no longer need a separate registration. (#7109)