Releases: PereRohit/gosvc
Releases · PereRohit/gosvc
v0.0.10
v0.0.9
v0.0.8
What's Changed
- enahncement for issue#3 by @PereRohit in #10
Description of Changes:
- test cases for generated files with
gomock
implementation with code coverage at 96%. - 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
What's Changed
- GitHub actions + dependency inversion for repo services + health check update by @PereRohit in #9
Description of Changes:
- Added github action workflows for build & test coverage
- code refactor to support dependency inversion for repo services
- health check logic update to only report health of services that are being used and registered.
- Log enrichment with caller support at util level https://github.com/PereRohit/util/releases/tag/v0.0.3
- Diff: PereRohit/util@v0.0.2...v0.0.3
Full Changelog: v0.0.6...v0.0.7
v0.0.6
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
What's Changed
- FIX: ISSUE #1 by @PereRohit in #2
New Contributors
- @PereRohit made their first contribution in #2
Full Changelog: v0.0.4...v0.0.5
Fixed the windows issue ISSUE#1
v0.0.4
Full Changelog: v0.0.3...v0.0.4
- Une-xported field for internal service
- Updated README.md
- version flag added
- validation error for model struct fixed by changing type to string
v0.0.3
Full Changelog: v0.0.2...v0.0.3
Documentation & mockgen command updates for logic
v0.0.2
Full Changelog: v0.0.1...v0.0.2
Updates:
- Moved resources out of cmd to its own internal folder
- Template updates with abstractions over common handlers and service handler
- Ping demo handler baked in with the generated service
- Health endpoint auto caller for service(s) Health check
v0.0.1
Full Changelog: https://github.com/PereRohit/gosvc/commits/v0.0.1