Cache auth.Client in OnInit (eliminates per-probe app.Auth call in HealthCheck). Replace all fmt.Errorf with xerrors structured errors (ErrInvalidInput / ErrInternal). Bump health/launcher/logz to v1.0.1, add xerrors v1.0.1, Go directive to 1.26. API committed as stable.
7 lines
362 B
Markdown
7 lines
362 B
Markdown
feat(firebase)!: promote to v1.0.0 — cache auth.Client, adopt xerrors, bump deps to v1
|
|
|
|
Cache auth.Client in OnInit (eliminates per-probe app.Auth call in HealthCheck).
|
|
Replace all fmt.Errorf with xerrors structured errors (ErrInvalidInput / ErrInternal).
|
|
Bump health/launcher/logz to v1.0.1, add xerrors v1.0.1, Go directive to 1.26.
|
|
API committed as stable.
|