[#1976] added HEAD requests support for the file download action

This commit is contained in:
Gani Georgiev
2023-03-05 15:37:50 +02:00
parent dc96a12dc0
commit 42e288c71a
32 changed files with 49 additions and 35 deletions
+5
View File
@@ -1,3 +1,8 @@
## v0.13.1
- Added `HEAD` request method support for the `/api/files/:collection/:recordId/:filename` route ([#1976](https://github.com/pocketbase/pocketbase/discussions/1976)).
## v0.13.0
- Added new "View" collection type allowing you to create a read-only collection from a custom SQL `SELECT` statement. It supports: