Skip to content

Commit ac0fe7f

Browse files
committed
update changelog
1 parent f7e4c2b commit ac0fe7f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
## unreleased
44

55
- 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`.
78

89
## 0.43.0
910

0 commit comments

Comments
 (0)