Releases: joshuarli/srv
Releases · joshuarli/srv
0.5
0.4
0.4 - 2020-10-09
Changed
- Mimetypes are now inferred firstly by file extension, and go's DetectContentType failing that.
Fixed
- As a result of the mimetype inference change mentioned above, CSS files for example will now be served with the appropriate text/css mimetype.
Also, release binaries are built with latest go as of the release date. Highly recommend building your own go rather than using whatever your os's package manager packages.
0.3
0.2
0.2 - 2020-06-05
Added
- Custom bind address with
-b address
. - Optional TLS with
-c certfile -k keyfile
.
Changed
- Directory entries are now naturally/alphanumerically sorted.
- Symlinks were made forbidden.
- Sends
Cache-Control: no-store
for HTTP 1.1+ clients that obey it (pretty much all major browsers). - Rendering performance and size was improved.
- Browsers should not request favicons anymore.