Skip to content

Releases: mayth/go-simple-upload-server

v2.0.1

24 Mar 11:28
55c5995
Compare
Choose a tag to compare

Fixed

  • Wrong configuration merging strategy (#43) (reported #42)

Others

  • Update dependencies

v2.0.0

17 Dec 16:55
c8987a8
Compare
Choose a tag to compare

A refreshed version 😉

Major Changes

  • ⚠️ TLS is no longer supported. Consider using a reverse proxy.
  • ⚠️ Authentication is disabled by default. You have to enable it explicitly.
  • ⚠️ POST or PUT to the existing file will be rejected (409 Conflict). To allow overwriting overwrite=true to the query parameter.
  • Add "read-only token". As its name shown, the user with a read-only token can only GET or HEAD. "Read-write token" is the same functionality as v1's "token".
  • Authorization token can be passed via Authorization header in addition to using token query parameter.
  • Use scratch image as Docker runtime image.

Please tell me if there are another breaking changes that is not listed above.

v1.3

17 Dec 16:57
Compare
Choose a tag to compare

Update dependencies.

v1 branch is now in maintenance mode.

v1.2

01 Apr 02:44
Compare
Choose a tag to compare
  • Add ACAO header (#11)
  • Update Go ->1.14
  • Update Docker runtime image (alpine) to 3.11
  • Use Go Modules
  • And some fixes...

HTTPS support

11 Feb 17:39
5b75b48
Compare
Choose a tag to compare

Add TLS (HTTPS) support.

  • add -cert, -key and -tlsport options
    • TLS is enabled if -cert and -key is given
    • HTTP endpoint is still active if TLS is enabled

(This feature is requested at #8)

initial build

29 Jun 13:41
Compare
Choose a tag to compare
initial build Pre-release
Pre-release
v0.1

revise README