bumped app version

This commit is contained in:
Gani Georgiev
2025-04-28 14:51:11 +03:00
parent d97b5b1f6c
commit eb8dd80859
31 changed files with 41 additions and 40 deletions

View File

@@ -1,9 +1,10 @@
## v0.27.2 (WIP)
## v0.27.2
- Added workers pool when cascade deleting record files to minimize _"thread exhaustion"_ errors ([#6780](https://github.com/pocketbase/pocketbase/discussions/6780)).
- Updated the excerpt modifier to properly account for multibyte characters ([#6778](https://github.com/pocketbase/pocketbase/issues/6778)).
- Updated the `:excerpt` fields modifier to properly account for multibyte characters ([#6778](https://github.com/pocketbase/pocketbase/issues/6778)).
- Use `rowid` as count column for non-view collections to minimize the need of having the id field in a covering index ([#6739](https://github.com/pocketbase/pocketbase/discussions/6739))
## v0.27.1