File tree Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @builder.io/qwik-city ' : minor
3
+ ---
4
+
5
+ fix: server$ functions now correctly throw 4xx errors on the client
6
+ fix: server$ errors can be caught by @plugin middleware
7
+ refactor: Error types are standardised across server$ functions and routeLoaders
8
+ feat: 499 is now a valid status code
Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @builder.io/qwik-city ' : minor
3
+ ---
4
+
5
+ refactor: Error types are standardised across server$ functions and routeLoaders
Original file line number Diff line number Diff line change 2
2
' @builder.io/qwik-city ' : minor
3
3
---
4
4
5
- fix: server$ functions now correctly throw 4xx errors on the client
6
- fix: server$ errors can be caught by @plugin middleware
7
- refactor: Error types are standardised across server$ functions and routeLoaders
8
5
feat: 499 is now a valid status code
Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @builder.io/qwik-city ' : minor
3
+ ---
4
+
5
+ fix: server$ functions now correctly throw 4xx errors on the client
6
+ fix: server$ errors can be caught by @plugin middleware
7
+ refactor: Error types are standardised across server$ functions and routeLoaders
8
+ feat: 499 is now a valid status code
You can’t perform that action at this time.
0 commit comments