v0.4.0
Headline changes
- Small code cleanups and tiny bug fixes
- VRP Expiry is now taken into account if available
- VRP JSON and SLURM fetches are now done at the same time
What's Changed
- Bump to 1.16 and remove deprecated package by @mellowdrifter in #29
- simplifycompositelit: No need to specify type in slice by @mellowdrifter in #30
- More cleanup by @mellowdrifter in #31
- ifs to switch by @mellowdrifter in #32
- Create outline for client testing by @mellowdrifter in #33
- Move to TDD for clients by @mellowdrifter in #34
- Document rtrmon a bit by @ties in #28
- Add codeql actions by @ties in #35
- More test code by @mellowdrifter in #36
- Controversial change... by @mellowdrifter in #37
- Crash by @randomthingsandstuff in #40
- Refresh and cleanup junk by @randomthingsandstuff in #41
- Invert the usual CGO_ENABLED behavior to default to off. by @randomthingsandstuff in #46
- Fix intial sync stuff by @randomthingsandstuff in #45
- GOMAXPROCS by @mellowdrifter in #47
- remove unused by @mellowdrifter in #48
- Move slurm into json file by @mellowdrifter in #49
- Fix a typo in the README section on rtrmon by @ties in #50
- Use defers for mutexs by @mellowdrifter in #51
- defer unlocks in rtrmon as well by @ties in #52
- Revert defer unlock in select/case by @ties in #55
- Revert defer unlock in StayRTR AddVRPs by @BenCastricum in #60
- feat: use goreleaser (#58) by @natesales in #59
- Gorelease by @randomthingsandstuff in #63
- fix: prometheus/client_golang 1.11.1 by @ties in #64
- Describe the diff.json endpoint in the README by @ties in #66
- return if no vrps are loaded by @job in #68
- Add index page to rtrmon by @ties in #69
- Grace period for diff by @ties in #70
- Fixed SSH client key validation by @marenamat in #71
- Avoid false positives in rtrmon when VRPs are removed by @erikrozendaal in #72
- Tweak Makefile to vet and build stayrtr and friends by default by @benjojo in #74
- Small codebase refactors / cleanups by @benjojo in #75
New Contributors
- @mellowdrifter made their first contribution in #29
- @randomthingsandstuff made their first contribution in #40
- @BenCastricum made their first contribution in #60
- @natesales made their first contribution in #59
- @marenamat made their first contribution in #71
- @erikrozendaal made their first contribution in #72
- @benjojo made their first contribution in #74
Full Changelog: 0.1...v0.4.0