You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,8 @@
3
3
## unreleased
4
4
5
5
- Fixed a bug where the single-sign-on oidc code would generate an unbounded amount of cookies when receiving many unauthenticated requests in sequence.
6
-
- Fix: invalid UTF-8 in multipart text fields now returns `400 Bad Request` instead of `500 Internal Server Error`.
6
+
- Improve HTTP status codes returned by SQLPage. This helps with monitoring sqlpage applications: it is now easier to distinguish client errors (code 4xx, often caused by vulnerability scanning bots, not actionnable for you) and server errors (code 5xx, when something is wrong on your servers and you should do something).
7
+
- For instance, invalid UTF-8 in multipart text fields now returns `400 Bad Request` instead of `500 Internal Server Error`.
0 commit comments