sync with master

This commit is contained in:
Gani Georgiev
2023-01-26 09:23:59 +02:00
3 changed files with 39 additions and 2 deletions
+6
View File
@@ -56,6 +56,12 @@
store.GetAll() map[string]T
```
## v0.11.4
- Fixed cascade delete for rel records with the same id as the main record ([#1689](https://github.com/pocketbase/pocketbase/issues/1689)).
## v0.11.3
- Fix realtime API panic on concurrent clients iteration ([#1628](https://github.com/pocketbase/pocketbase/issues/1628))