Releases: daichirata/gcsproxy
Releases · daichirata/gcsproxy
v0.4.2
Changelog
- 29a2128 Fix empty object name error
- 377e0a6 Update go dependencies to fix vulnerabilites
- e898ad3 Use the context of the request
v0.4.1
Changelog
- c3d4185 Return index or 404 for standard paths
- c94592b Set default value of default index to empty
- d91e8a9 allow GCSPROXY_VERSION to be set as build-arg
- 59e2e5c default to bind on all interfaces in docker
- ea474e2 some docker examples
v0.3.2
Changelog
- f279972 Added function to determine if client supports gzip encoding; use function to toggle reading compressed objects from gcs bucket; set Content-Length header based on object reader attributes instead of bucket object attributes
v0.3.1
Changelog
- 6be6674 Add goreleaser and github actions configuration
- 28d7b83 Fix Typo
- 9052408 Support If-Modified-Since header for caching with NGINX
- 67c4e37 Update dependent packages
- 36609f6 updated dockerfile to address ssl issues