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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# CHANGELOG.md
2
2
3
+
## v0.39.1 (unreleased)
4
+
- More precise server timing tracking to debug performance issues
5
+
- Fix missing server timing header in some cases
6
+
- Implement nice error messages for some header-related errors such as invalid header values.
7
+
3
8
## v0.39.0 (2025-10-28)
4
9
- Ability to execute sql for URL paths with another extension. If you create sitemap.xml.sql, it will be executed for example.com/sitemap.xml
5
10
- Display source line info in errors even when the database does not return a precise error position. In this case, the entire problematic SQL statement is referenced.
0 commit comments