Releases: fwiedmann/prox
Releases · fwiedmann/prox
v1.0.0 (2020-09-22)
v1.0.0 (2020-09-22)
Features
infra
add metrics and health endpoint (4376ba0)internal/modifier
set custom prox header for each http client response (09efa68)internal/config
add tls support (9dc0761)cmd
add root cmd (578904d)internal/config
add static config (5e8ed30)usecase/configure
add dynamic config file read (d8fd24e)pk/cache
add a http request in-memory cache which implements the proxy.Cache interface (7e8c10f)domain/usecae
add proxy usecase for handle incoming http.Requests (200de53)domain/entity
add route entity implementation (bc66f68)
Bug fixes
usecase/proxy
add all default hop by hop headers (cd6c357)usecase/proxy
remove hop-by-hop headers (a30cf75)entity/route
swap mutex call before return (28209e5)pkk/cache
store http response status and code in the response store (8308678)
Docker image
New docker image is released under wiedmannfelix/prox:1.0.0
Usage
docker run wiedmannfelix/prox:1.0.0
or
docker run wiedmannfelix/prox:latest