[#6000] fixed autodate interceptors

This commit is contained in:
Gani Georgiev
2024-12-02 12:38:53 +02:00
parent 3c2d43d37b
commit 5835a51111
3 changed files with 142 additions and 20 deletions

View File

@@ -1,3 +1,8 @@
## v0.23.4
- Fixed `autodate` fields not refreshing when calling `Save` multiple times on the same `Record` instance ([#6000](https://github.com/pocketbase/pocketbase/issues/6000)).
## v0.23.3
- Fixed Gzip middleware not applying when serving static files.