Skip to content

Releases: meysamhadeli/shop-golang-microservices

v1.3.0

05 Feb 19:20
6f0a6d4
Compare
Choose a tag to compare

What Changed 👀

🚀 Features

  • feat: Add product item to inventory (#44)
  • feat: Initial inventory service (#43)

🐛 Bug Fixes

  • fix: Fix ci pipeline for running tests sequentially without cache (#47)
  • fix: Fix test container to be compatible with fx dependency injection (#41)

🧪 Test

  • test: Add unit test for product (#37)

♻️ Changes

  • refactor: Refactor naming conventions (#39)

Full Changelog: v1.2.1...v1.3.0

v1.2.1

12 Jan 14:25
bcf0274
Compare
Choose a tag to compare

What Changed 👀

🚀 Features

  • feat: Add release drafter (#20)
  • feat: change structure of versioning folder (#18)
    Full Changelog: v1.2.0...v1.2.1

v1.2.0

06 Jan 18:02
82d62c6
Compare
Choose a tag to compare

What Changed 👀

🚀 Features

  • Add fx-di to test base
  • Refactor all inject dependencies

More details in PR: #16

v1.1.0

02 Jan 21:22
2fc21f9
Compare
Choose a tag to compare

What Changed 👀

🚀 Features

  • Add fx-dependency injection
  • Add golangci-lint

More details in PR: #14

v1.0.0

18 Dec 22:59
76f6996
Compare
Choose a tag to compare

What Changed 👀

🚀 Features

  • Refactor dependency injection in infrastructure
  • Refactor test base
  • Add end-to-end tests

More details in PR: #12