Minor Changes
-
🐞🩹 server$ errors can be caught by @plugin middleware (by @DustinJSilk in #7185)
-
refactor: Error types are standardised across server$ functions and routeLoaders (by @DustinJSilk in #7185)
-
✨ 499 is now a valid status code (by @DustinJSilk in #7185)
-
🐞🩹 server$ functions now correctly throw 4xx errors on the client (by @DustinJSilk in #7185)
Patch Changes
-
🐞🩹 Error boundary
ErrorBoundary
and fixuseErrorBoundary
(by @damianpumar in #7342) -
🐞🩹 Write Response object in the send request event even on redirects (by @nelsonprsousa in #7422)