Skip to content

Release v1.0.0

Latest
Compare
Choose a tag to compare
@syniol syniol released this 06 Aug 21:58
· 4 commits to main since this release
37a93cf
  • Added CI/CD for GitHub Workflows
  • Updated Postman collection and Fixed the API path
  • Added a new command make build to Makefile for purely building dockerfiles
  • Updated README doc with CI/CD badge and a few minor changes and a new Todos
  • Added a new container “Proxy” to distribute the traffic to Golang API supporting both TLS and Non-TLS Connections
  • Fixed TLS bug with Redis Container and Golang Client Connection through TLS
  • Resolved the flow for context and cancellation per request instead of instance of each service
  • Added a new endpoint /healthz to assess the health of API and determine the container health
  • Added a new method for Cache PersistWithTimeToLive that automatically removes the record after defined duration
  • Updated environment variables in separate file .env at the root of deploy under docker package