allowed overwriting the default file serve headers if an explicit response header is set

This commit is contained in:
Gani Georgiev
2023-01-30 12:54:51 +02:00
parent eb51cdf1aa
commit 250642a8f9
4 changed files with 74 additions and 42 deletions
+7
View File
@@ -1,3 +1,10 @@
## (WIP) v0.13.0
- Allowed overwriting the default file serve headers if an explicit response header is set.
- Changed `System.GetFile()` to return directly `*blob.Reader` instead of the `io.ReadCloser` interface.
## v0.12.1
- Fixed js error on empty relation save.