chore: upgrade effect to 4.0.0-beta.100#388
Merged
Merged
Conversation
GetJob on a PENDING/RUNNING job returns steps without endTime; the required field made response decoding fail with SchemaError (Missing key at ["job"]["steps"][0]["endTime"]). Co-authored-by: Cursor <cursoragent@cursor.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
|
Install the packages built from this commit: @distilled.cloud/core bun add @distilled.cloud/core@https://pkg.distilled.cloud/core/2a1856a@distilled.cloud/aws bun add @distilled.cloud/aws@https://pkg.distilled.cloud/aws/2a1856a@distilled.cloud/axiom bun add @distilled.cloud/axiom@https://pkg.distilled.cloud/axiom/2a1856a@distilled.cloud/azure bun add @distilled.cloud/azure@https://pkg.distilled.cloud/azure/2a1856a@distilled.cloud/cloudflare bun add @distilled.cloud/cloudflare@https://pkg.distilled.cloud/cloudflare/2a1856a@distilled.cloud/coinbase bun add @distilled.cloud/coinbase@https://pkg.distilled.cloud/coinbase/2a1856a@distilled.cloud/expo-eas bun add @distilled.cloud/expo-eas@https://pkg.distilled.cloud/expo-eas/2a1856a@distilled.cloud/fly-io bun add @distilled.cloud/fly-io@https://pkg.distilled.cloud/fly-io/2a1856a@distilled.cloud/gcp bun add @distilled.cloud/gcp@https://pkg.distilled.cloud/gcp/2a1856a@distilled.cloud/kubernetes bun add @distilled.cloud/kubernetes@https://pkg.distilled.cloud/kubernetes/2a1856a@distilled.cloud/mongodb-atlas bun add @distilled.cloud/mongodb-atlas@https://pkg.distilled.cloud/mongodb-atlas/2a1856a@distilled.cloud/neon bun add @distilled.cloud/neon@https://pkg.distilled.cloud/neon/2a1856a@distilled.cloud/planetscale bun add @distilled.cloud/planetscale@https://pkg.distilled.cloud/planetscale/2a1856a@distilled.cloud/posthog bun add @distilled.cloud/posthog@https://pkg.distilled.cloud/posthog/2a1856a@distilled.cloud/prisma-postgres bun add @distilled.cloud/prisma-postgres@https://pkg.distilled.cloud/prisma-postgres/2a1856a@distilled.cloud/stripe bun add @distilled.cloud/stripe@https://pkg.distilled.cloud/stripe/2a1856a@distilled.cloud/supabase bun add @distilled.cloud/supabase@https://pkg.distilled.cloud/supabase/2a1856a@distilled.cloud/turso bun add @distilled.cloud/turso@https://pkg.distilled.cloud/turso/2a1856a@distilled.cloud/typesense bun add @distilled.cloud/typesense@https://pkg.distilled.cloud/typesense/2a1856a@distilled.cloud/workos bun add @distilled.cloud/workos@https://pkg.distilled.cloud/workos/2a1856a |
Mkassabov
added a commit
that referenced
this pull request
Jul 22, 2026
#386: emr-containers TooManyRequestsException typed as retryable throttling across all its operations. #387: amplify Step.endTime is optional (in-progress job steps omit it). v0's #388 (effect beta.100) carried no source changes — compatibility is verified downstream when alchemy's hoisted instance moves.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upgrade effect (and the
@effect/*companion packages) to4.0.0-beta.100, aligning with the alchemy and distilled/cloudflare-tools repos.Lockfile now resolves
effect@4.0.0-beta.100and all@effect/*packages at4.0.0-beta.100. Full typecheck passes.🤖 Generated with Claude Code