Skip to content

Releases: halverneus/static-file-server

Release 1.6.0

24 Jan 03:17
8810c5d
Compare
Choose a tag to compare

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

04 Jan 17:56
50d8d71
Compare
Choose a tag to compare

Moved or removed the EXPOSE keyword in the Dockerfiles.

Release 1.5.1

21 Dec 18:52
55d0d78
Compare
Choose a tag to compare

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

15 Nov 00:38
c6136a5
Compare
Choose a tag to compare

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

18 Oct 21:08
82e1401
Compare
Choose a tag to compare

Added the ability to enable debug-level logging.

Release 1.3.3

16 Oct 22:49
053077e
Compare
Choose a tag to compare

Updated to use Go v1.11.1.

Release 1.3.2

16 Sep 17:55
1767876
Compare
Choose a tag to compare

Added EXPOSE to Dockerfile.

Release 1.3.1

05 Sep 17:53
5d945a7
Compare
Choose a tag to compare

Updated to use Go v1.11.0.
Updated to use dep v1.5.0.

Release 1.3.0

29 Jul 19:07
24c4662
Compare
Choose a tag to compare

Refactored code and added unit tests.

Release 1.2.1

19 Apr 03:12
571765d
Compare
Choose a tag to compare

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.