Releases: maruina/go-infrabin
Releases · maruina/go-infrabin
v1.3.0
Changelog
- Move timeouts to viper config. Fix WriteTimeout for long delay. (#54) @Smirl
- Ensure grpc server gracefully shuts down with a drain timeout (#51) @Smirl
- Use httptest.NewRequest in tests (#52) @Smirl
- Implementation of viper and default values for servers (#50) @Spedge
- Add support for google.golang.org/grpc/health (#44) @Smirl
- Add Prometheus metrics (#41) @maruina
- Add code scanning (#39) @maruina
- Add http access logging (#55) @Smirl
v1.2.1
v1.2.0
v1.1.2
v1.1.1
v1.1.0
v1.0.0
v0.2.0
Changelog
- Add Helm3 chart (#24) @maruina
- Support failing root handler on env var (#23) @maruina
- Add
envendpoint (#21) @maruina - Add delay endpoint to README (#20) @maruina
- Add checkout step (#19) @maruina
- Build docker image when merge to master (#18) @maruina
- Add coverage in github action (#17) @maruina
- Create go.yml (#16) @maruina
- Add
headersendpoint (#15) @maruina - Admin port (#14) @maruina
- Disable goreleaser changelog (#13) @maruina
- Use struct instead of plain json (#12) @maruina
- Add Kubernetes information (#11) @maruina
v0.1.5
v0.1.3
Changelog
- Fix release process