Skip to content

Releases: meysamhadeli/shop-golang-microservices

v1.4.0

18 Apr 20:54
f1a30a3
Compare
Choose a tag to compare

What Changed 👀

🚀 Features

  • feat: add inventory updated event (#53)
  • feat: add count to product (#49)

🐛 Bug Fixes

  • fix: fix run tests sequentially (#71)
  • fix: fix bug in tests (#51)
  • fix: consumer processes deliveries only once (#101)

♻️ Changes

  • refactor: refactor infrastructure deployment (#100)
  • refactor: refactor pkg for some dependency injection (#74)
  • refactor: refactor test configuration (#72)

Full Changelog: v1.3.0...v1.4.0

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