From 062cb48bd62e702bbcac16cf79a1a4690ed25c0d Mon Sep 17 00:00:00 2001 From: LukeHagar Date: Tue, 29 Apr 2025 00:01:47 +0000 Subject: [PATCH] Update changelog for 0.27.2 --- CHANGELOG.md | 9 +++++++++ latest_version | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d2024c..fbe980f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 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` 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 - Updated example `geoPoint` API preview body data. diff --git a/latest_version b/latest_version index 7f6839c..3edc695 100644 --- a/latest_version +++ b/latest_version @@ -1 +1 @@ -0.26.0-rc.1 +0.27.2