chore(release): publish 0.4.0

This commit is contained in:
Patrick Wozniak
2026-06-02 10:44:39 +02:00
committed by GitHub
parent 6b05595cf3
commit 6aac2bdbcf
3 changed files with 5 additions and 3 deletions
+2
View File
@@ -2,6 +2,8 @@
## Unreleased
## 0.4.0 - 2026-06-02
- Add retry mechanism for transient HTTP errors (429, 5xx) and stream-level errors, configurable via pi `settings.json` `retry.provider` fields (`timeoutMs`, `maxRetries`, `maxRetryDelayMs`). Supports exponential backoff with jitter and `Retry-After` header.
## 0.3.1 - 2026-05-29