Skip to content

Releases: PereRohit/gosvc

v0.0.10

23 Sep 11:03
fe22259
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.9...v0.0.10

v0.0.9

19 Sep 11:26
9ab6657
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.8...v0.0.9

v0.0.8

18 Sep 13:50
306aa76
Compare
Choose a tag to compare

What's Changed

Description of Changes:

  1. test cases for generated files with gomock implementation with code coverage at 96%.
  2. util upgrade with testutility for easier difference https://github.com/PereRohit/util/releases/tag/v0.0.4
    Diff: PereRohit/util@v0.0.3...v0.0.4

Full Changelog: v0.0.7...v0.0.8

v0.0.7

17 Sep 16:23
a79f536
Compare
Choose a tag to compare

What's Changed

  • GitHub actions + dependency inversion for repo services + health check update by @PereRohit in #9

Description of Changes:

  1. Added github action workflows for build & test coverage
  2. code refactor to support dependency inversion for repo services
  3. health check logic update to only report health of services that are being used and registered.
  4. Log enrichment with caller support at util level https://github.com/PereRohit/util/releases/tag/v0.0.3
  5. Diff: PereRohit/util@v0.0.2...v0.0.3

Full Changelog: v0.0.6...v0.0.7

v0.0.6

15 Sep 12:24
5b95ed7
Compare
Choose a tag to compare

What's Changed

  • json config file suppport and internal service init by @PereRohit in #8

Full Changelog: v0.0.5...v0.0.6

v0.0.5

14 Sep 09:24
acccdbd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.4...v0.0.5

Fixed the windows issue ISSUE#1

v0.0.4

12 Sep 11:23
c1f6f69
Compare
Choose a tag to compare

Full Changelog: v0.0.3...v0.0.4

  1. Une-xported field for internal service
  2. Updated README.md
  3. version flag added
  4. validation error for model struct fixed by changing type to string

v0.0.3

11 Sep 11:42
e6bb131
Compare
Choose a tag to compare

Full Changelog: v0.0.2...v0.0.3

Documentation & mockgen command updates for logic

v0.0.2

11 Sep 10:58
55f5b2e
Compare
Choose a tag to compare

Full Changelog: v0.0.1...v0.0.2

Updates:

  1. Moved resources out of cmd to its own internal folder
  2. Template updates with abstractions over common handlers and service handler
  3. Ping demo handler baked in with the generated service
  4. Health endpoint auto caller for service(s) Health check

v0.0.1

10 Sep 16:08
73f73a9
Compare
Choose a tag to compare