[#3310] added headers and cookies fields to the .send result

This commit is contained in:
Gani Georgiev
2023-09-14 14:45:05 +03:00
parent 2608efb56c
commit bb0a2dd698
36 changed files with 3760 additions and 3731 deletions
+5
View File
@@ -1,3 +1,8 @@
## v0.18.6
- Return the response headers and cookies in the `$http.send()` result ([#3310](https://github.com/pocketbase/pocketbase/discussions/3310)).
## v0.18.5
- Fixed minor Admin UI JS error in the auth collection options panel introduced with the change from v0.18.4.