Skip to content

Releases: learning-cloud-native-go/myapp

v2.1.0

Choose a tag to compare

@dumindu dumindu released this 27 Jun 14:21
dbaa5ab

What's Changed

Full Changelog: v2.0.2...v2.1.0

v2.0.2

Choose a tag to compare

@dumindu dumindu released this 03 Jun 09:24

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.0.2

v2.0.1

Choose a tag to compare

@dumindu dumindu released this 26 Jan 06:20
b5faf6a

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

Choose a tag to compare

@dumindu dumindu released this 24 Jan 14:10
24a3e29

What's Changed

Full Changelog: v1.0.3...v2.0.0

v1.0.3

Choose a tag to compare

@dumindu dumindu released this 19 Feb 08:42
46797db

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

Choose a tag to compare

@dumindu dumindu released this 27 Nov 09:09

Full Changelog: v1.0.1...v1.0.2

v1.0.1

Choose a tag to compare

@dumindu dumindu released this 12 May 11:42

Full Changelog: v1.0.0...v1.0.1

v1.0.0

Choose a tag to compare

@dumindu dumindu released this 14 Feb 17:02

🎉 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