v0.5.0: Health Checks (HTTP + gRPC)
·
15 commits
to main
since this release
What's Changed
Added
- Skill:
scaffold-archipy-health-checksfor FastAPI/health/live+/health/readyand gRPCgrpc.health.v1Health servicer - Commands:
/scaffold-health-checks,/docs-health-checks - Bundled health-check guidance in
skills/archipy-docs/reference.md(probe types, K8shttpGet/grpcprobes, graceful shutdown) - Changelog history restored for
0.3.0and0.4.0
Notes
- Ask transport: FastAPI, gRPC (sync/async), or both
- Optional Kubernetes probe YAML with drain/
preStopguidance - Prefer
AppUtils.create_fastapi_app/create_grpc_app/create_async_grpc_app
Full Changelog: v0.4.0...v0.5.0