fixed gzip middleware not applying when serving static files

This commit is contained in:
Gani Georgiev
2024-11-28 13:49:32 +02:00
parent d92016af81
commit ab7194a639
2 changed files with 26 additions and 17 deletions

View File

@@ -1,3 +1,9 @@
## v0.23.3 (WIP)
- Fixed Gzip middleware not applying when serving static files.
## v0.23.2
- Fixed `RecordQuery()` custom struct scanning ([#5958](https://github.com/pocketbase/pocketbase/discussions/5958)).