Skip to content

🦋 New version release#73

Merged
brentrager merged 1 commit into
mainfrom
changeset-release/main
May 12, 2026
Merged

🦋 New version release#73
brentrager merged 1 commit into
mainfrom
changeset-release/main

Conversation

@brentrager
Copy link
Copy Markdown
Contributor

@brentrager brentrager commented May 12, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@smooai/fetch@3.3.8

Patch Changes

  • 62e0c22: SMOODEV-946: .NET port — close parity sweep. Adds SmooFetchBuilder fluent API, Polly-based circuit breaker, lifecycle hooks (PreRequest / PostRequestOk / PostRequestErr), OnRejection retry callback with OnRejectionDecision (Retry / RetryWithDelay / Abort / Skip / Default), and FastFirst on RetryPolicy. Existing SmooFetchOptions + SmooFetch.Create factory remain for backwards compatibility. Rate limiter is parked as a follow-up.
  • 148364b: SMOODEV-948: Async auth-token provider across TS, Python, Rust, Go. Adds a first-class hook that's invoked before every request to mint / refresh an auth token (sync or async), with the resulting Authorization header injected using a configurable scheme (default Bearer). Mirrors the existing .NET AuthTokenProvider delegate.
  • ab2588b: SMOODEV-950: Circuit breaker — rate-based detection + on_state_change callback in Rust/Python/Go. Adds failure_rate_threshold + sliding_window_size for rate-based tripping (Python, Rust) and an on_state_change callback that fires on every state transition (Python, Rust, Go-builder). Mirrors the TS failureRateThreshold + onStateChange surface.

@brentrager brentrager force-pushed the changeset-release/main branch from 2de935f to b1dedeb Compare May 12, 2026 17:33
@brentrager brentrager force-pushed the changeset-release/main branch from b1dedeb to ecfd5bf Compare May 12, 2026 17:57
@brentrager brentrager merged commit cdbc223 into main May 12, 2026
@brentrager brentrager deleted the changeset-release/main branch May 12, 2026 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant