Skip to content

Version 0.17.0

Latest
Compare
Choose a tag to compare
@piotrkowalczuk piotrkowalczuk released this 24 Aug 12:54
· 27 commits to master since this release
c7195c9

Changes

  • gRPC package upgrade to ^v1.14.0
  • New (for internal use) gRPC health check service using grpc_health_v1.RegisterHealthServer
  • New postgres storage metric mnemosyned_storage_postgres_query_duration_seconds
  • Two new health check endpoints /healthz (liveness) and /healthr (readiness) instead of single /health.
{
  "version": "v0.16.0-dirty",
  "probes": {
    "postgres": "SERVING",
    "cluster": {
      "mnemosyned-2:8080": "SERVING",
      "mnemosyned-3:8080": "SERVING"
    } 
  }
}