[#6600] removed filesystem io.EOF error wrapping

This commit is contained in:
Gani Georgiev
2025-03-16 10:43:21 +02:00
parent 8aa3545efe
commit e6573d2549
32 changed files with 88 additions and 62 deletions

View File

@@ -1,3 +1,8 @@
## v0.26.1
- Removed the wrapping of `io.EOF` error when reading files since currently `io.ReadAll` doesn't check for wrapped errors ([#6600](https://github.com/pocketbase/pocketbase/issues/6600)).
## v0.26.0
- ⚠️ Replaced `aws-sdk-go-v2` and `gocloud.dev/blob` with custom lighter implementation ([#6562](https://github.com/pocketbase/pocketbase/discussions/6562)).