Releases: halverneus/static-file-server
Release 1.6.0
Added that ability to whitelist HTTP 'Referer' header sources and return an HTTP forbidden status when referrer is not covered by the whitelist. Thanks to @mobreza for the contribution!
Release 1.5.2
Moved or removed the EXPOSE keyword in the Dockerfiles.
Release 1.5.1
Updated to Go 1.11.3
Changed from dep to Go Modules for package management.
Added a Dockerfile.all for cross platform/architecture building.
Updated packages.
Versioning moved to Dockerfiles.
Primary Dockerfile can be used on ARM systems due to removal of -race flag in unit tests.
Release 1.5.0
Updated to use Go 1.11.2.
Fixed Docker ENTRYPOINT and CMD.
Changes to the Dockerfile are the reason for the minor version revision. If the container was started with an explicit:
docker run ... halverneus/static-file-server /server
simply remove the explicit call to the executable:
docker run ... halverneus/static-file-server
This 'bug' was fixed to match the behavior of the existing README.md documentation.
Release 1.4.0
Added the ability to enable debug-level logging.
Release 1.3.3
Updated to use Go v1.11.1.
Release 1.3.2
Added EXPOSE to Dockerfile.
Release 1.3.1
Updated to use Go v1.11.0.
Updated to use dep v1.5.0.
Release 1.3.0
Refactored code and added unit tests.
Release 1.2.1
Fixes bug with latest directory index file hiding feature. Thanks @lb-saildrone !
Release 1.2 details:
Changes:
Added ability to hide directory index files. Thanks @doron2402 !
Only binary available is for 64-bit Linux.