synced with master

This commit is contained in:
Gani Georgiev
2023-04-24 13:25:47 +03:00
3 changed files with 22 additions and 1 deletions
+5
View File
@@ -15,6 +15,11 @@
- Added `apis.Serve(app, options)` helper to allow starting the API server programmatically.
## (WIP) v0.15.2
- Fixed view query `SELECT DISTINCT` identifiers parsing ([#2349](https://github.com/pocketbase/pocketbase/discussions/2349#discussioncomment-5706019)).
## v0.15.1
- Trigger the related `Record` model realtime subscription events on [custom model struct](https://pocketbase.io/docs/custom-models/) save ([#2325](https://github.com/pocketbase/pocketbase/discussions/2325)).