feat(telemetry)!: promote to v1.0.0 — named shutdown errors per provider, Go 1.26

Label each provider shutdown failure with its signal name (trace/metric/log).
Errors remain joined via errors.Join; individual causes still unwrappable.
Go directive bumped from 1.25 to 1.26. API committed as stable.
This commit is contained in:
2026-05-12 18:25:21 +00:00
parent 9304bed55b
commit 83ac0e3900
6 changed files with 92 additions and 7 deletions

5
COMMIT.md Normal file
View File

@@ -0,0 +1,5 @@
feat(telemetry)!: promote to v1.0.0 — named shutdown errors per provider, Go 1.26
Label each provider shutdown failure with its signal name (trace/metric/log).
Errors remain joined via errors.Join; individual causes still unwrappable.
Go directive bumped from 1.25 to 1.26. API committed as stable.