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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@
14
14
-`stacked` is now ignored on chart types that cannot stack, instead of displaying an empty chart.
15
15
- Screen readers now announce the title of the modal component instead of an unnamed dialog.
16
16
-`sqlpage.request_body` and `sqlpage.request_body_base64` now return NULL when the request has no body. A body that cannot be read, such as one exceeding the payload limit, is now reported as an error instead of being silently replaced with an empty body.
17
+
-`sqlpage.fetch_with_meta` now correctly documents server JSON responses sent under `json_body`, not `body`.
0 commit comments