Releases: Zondax/golem
Releases · Zondax/golem
Extends Metric interface to include Inc() and Dec() methods
What's Changed
Full Changelog: v0.5.0...v0.6.0
New database management package
What's Changed
- New Database Management Package: Introducing the
zdb
package for streamlined database management. This enhancement improves database interactions by offering a user-friendly API built on top of the GORM library. Check out the details in PR #10.
Full Changelog: v0.4.0...v0.5.0
Improve Prometheus metrics library with custom collectors
What's Changed
- feat(metrics): Improve Prometheus metrics library with custom collectors by @lucaslopezf in #8
New Contributors
- @lucaslopezf made their first contribution in #8
Full Changelog: v0.3.1...v0.4.0
Env vars overrides config keys
What's Changed
- values in final struct overriden in correct order by @lawRathod in #4
Full Changelog: v0.3.0...v0.3.1
Task Runner
Bug fix release
Merge pull request #3 from Zondax/dev correct makefile
cmd + version refactoring
v0.2.2 update structure
Fixes config override
Full Changelog: v0.2.0...v0.2.1
Basic metrics support
v0.2.0 fix linter