[#6282] soft-deprecated $http.send result.raw field in favour of result.body

This commit is contained in:
Gani Georgiev
2025-04-04 11:32:47 +03:00
parent 409bcdaa96
commit 9f6010d38d
6 changed files with 3100 additions and 2909 deletions

View File

@@ -8,6 +8,9 @@
- Forced `text/javascript` Content-Type when serving `.js`/`.mjs` collection uploaded files ([#6597](https://github.com/pocketbase/pocketbase/issues/6597)).
- Soft-deprecated the `$http.send`'s `result.raw` field in favour of `result.body` that contains the response body as plain bytes slice to avoid the discrepencies between Go and the JSVM when casting binary data to string.
(@todo update docs to use the new field)
- Minor UI fixes (_removed the superuser fields from the auth record create/update body examples, etc._).