Skip to content

Tags: syniol/golang-oauth2

Tags

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release August 2025

 * 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