Skip to content

Releases: maruina/go-infrabin

v1.3.0

28 Oct 12:24
9f3e9fe

Choose a tag to compare

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

07 Jul 10:39
f0cb617

Choose a tag to compare

Changelog

v1.2.0

06 Jul 15:29
451748a

Choose a tag to compare

Changelog

  • Switch to using gRPC gateway for http (#36) @Smirl

v1.1.2

03 Jul 15:11
4cda88e

Choose a tag to compare

Changelog

  • Add tag step and update goreleaser action (#35) @maruina

v1.1.1

03 Jul 14:31
7fe2cc9

Choose a tag to compare

Changelog

v1.1.0

03 Jul 12:00
b4d8bd2

Choose a tag to compare

Changelog

v1.0.0

02 Jul 14:11
a5713b1

Choose a tag to compare

Breaking changes

  • /env/<env_var> returns a 503 if the environment variable is missing. Before it was returning 404

New feature

  • GRPC support

Changelog

  • Install protoc into dockerfile and remove compiled files from git (#28) @Smirl
  • Use GRPC with http wrappers (#27) @Smirl
  • Refactor into pkg (#26) @Smirl

v0.2.0

29 Jun 11:46
589d47b

Choose a tag to compare

Changelog

v0.1.5

15 Dec 14:17

Choose a tag to compare

Changelog

6659160 Fix Dockerfile for goreleaser

Docker images

  • docker pull maruina/go-infrabin:latest
  • docker pull maruina/go-infrabin:v0.1.5

v0.1.3

15 Dec 10:45
de18aac

Choose a tag to compare

Changelog

  • Fix release process