synced with master

This commit is contained in:
Gani Georgiev
2023-09-22 21:24:46 +03:00
40 changed files with 2824 additions and 2800 deletions
+8
View File
@@ -11,6 +11,14 @@
```
## v0.18.7
- Fixed JS error in the Admin UI when listing records with invalid `relation` field value ([#3372](https://github.com/pocketbase/pocketbase/issues/3372)).
_This could happen usually only during custom SQL import scripts or when directly modifying the record field value without data validations._
- Updated Go deps and the generated JSVM types.
## v0.18.6
- Return the response headers and cookies in the `$http.send()` result ([#3310](https://github.com/pocketbase/pocketbase/discussions/3310)).