Skip to content

Release v0.2.14

Choose a tag to compare

@github-actions github-actions released this 25 Apr 02:13
7a20c2a
feat: implement gas.ReadyReporter

CheckReady returns a non-nil error when the service is closed,
uninitialized, has dirty migrations, or has registered migrations
pending application. Maps to a Kubernetes readinessProbe so traffic
is gated until migrations have applied successfully.

HealthReporter is intentionally not implemented since gas-migrate
owns no live runtime state distinct from the underlying database.

Signed-off-by: Ahmed Kamal <ahmed@ahmedkamal.io>