Skip to content

Releases: learning-cloud-native-go/myapp

v1.0.1

12 May 11:42
Compare
Choose a tag to compare

v1.0.0

14 Feb 17:02
Compare
Choose a tag to compare

🎉 Initial Release

  • The idiomatic structure based on the resource-oriented design.
  • The usage of Docker, Docker compose, Alpine images, and linters on development.
  • Healthcheck and CRUD API implementations with OpenAPI specifications.
  • The usage of Goose for the database migrations and GORM as the database ORM.
  • The usage of Zerolog as the centralized Syslog logger.
  • The usage of Validator.v10 as the form validator.
  • The usage of GitHub actions to run tests and linters, generate OpenAPI specifications, and build and push production images to the Docker registry.

🧑‍💻 New Contributors

Full Changelog: https://github.com/learning-cloud-native-go/myapp/commits/v1.0.0