Skip to content

Releases: hellofresh/health-go

OpenTelemetry v0.18 compatible version

15 Mar 14:47
e67bcf5
Compare
Choose a tag to compare
Merge pull request #56 from hellofresh/EES-5434

Bumped OpenTelemetry to v0.18

Memcached health check

15 Feb 08:24
17e5bef
Compare
Choose a tag to compare
  • Memcached health check support (thx to @mecitsemerci)
  • OpenTelemetry v0.16

OpenTelemetry 0.15 compatible version

14 Dec 15:04
8589fde
Compare
Choose a tag to compare
Merge pull request #53 from hellofresh/patch/ot-0.15

EES-4724 Updated deps to have latest stable OpenTelemetry version

Context-aware checks

11 Nov 10:52
b37d36e
Compare
Choose a tag to compare
  • No more package-level vars - health-checks container should be instantiated first
  • Configure health-checks container with options
  • Tracing support to track how long every individual check takes
  • Checks are context-aware
  • Added new Postgres check implementation based on pgx/v4

gRPC check implementation

02 Sep 12:57
be91845
Compare
Choose a tag to compare
Merge pull request #45 from hellofresh/feature/grpc

Added gRPC check implementation

Switch to go-redis client as gomodule removed version being used

02 Sep 10:10
96dfb46
Compare
Choose a tag to compare

Expose method to run health checks w/out HTTP handler

23 Jul 09:49
3b00ca4
Compare
Choose a tag to compare
Merge pull request #41 from hellofresh/feature/expose-check

EES-3610 Expose method to run health checks w/out HTTP handler

Return wrapped errors instead of logging

17 Apr 09:10
1503ae0
Compare
Choose a tag to compare
  • No more internal logging - return wrapped errors instead.
  • Proper go modules versioning.

Fixed MySQL and PG connections leak

07 Aug 15:57
6bad870
Compare
Choose a tag to compare
Merge pull request #31 from hellofresh/hotfix/my-pg-connections-leak

PT-4880 Fixed MySQL and PG connections leak

Officially OSS

12 Jul 08:28
4165b97
Compare
Choose a tag to compare

Just Apache 2.0 license file added