Skip to content

Version Packages - #475

Merged
dferber90 merged 1 commit into
mainfrom
changeset-release/main
Aug 13, 2026
Merged

Version Packages#475
dferber90 merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

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

@flags-sdk/openfeature@0.1.3

Patch Changes

  • #4742dfc85c Thanks @dferber90! - Retry initialization after a failed attempt

    Previously a rejected init() was cached forever, so a single transient failure (e.g. a connect error during a cold start) made every later flag evaluation replay that same error for the rest of the process' lifetime, without ever dialing the provider again.

    The rejected attempt is now discarded so the next evaluation retries, while concurrent callers still share a single in-flight attempt. Failures reported by the provider as PROVIDER_FATAL — irrecoverable ones such as invalid credentials or configuration — remain cached, since retrying them cannot succeed.

@vercel

vercelBot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

ProjectDeploymentActionsUpdated (UTC)
flags-playgroundReadyReadyPreviewAug 13, 2026 7:35pm
flags-sdk-devReadyReadyPreviewAug 13, 2026 7:35pm
flags-sdk-snippetsReadyReadyPreviewAug 13, 2026 7:35pm
flags-sdk-sveltekit-snippetsReadyReadyPreviewAug 13, 2026 7:35pm
shirt-shopReadyReadyPreviewAug 13, 2026 7:35pm
shirt-shop-apiReadyReadyPreviewAug 13, 2026 7:35pm

@dferber90
dferber90 merged commit a427635 into mainAug 13, 2026
22 checks passed
@dferber90
dferber90 deleted the changeset-release/main branch August 13, 2026 19:35
Sign up for freeto 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

@dferber90