Skip to content

Version Packages (beta) - #7081

Merged
tim-smart merged 1 commit into
mainfrom
changeset-release/main
Aug 7, 2026
Merged

Version Packages (beta)#7081
tim-smart merged 1 commit into
mainfrom
changeset-release/main

Conversation

@effect-bot

@effect-bot effect-bot commented Aug 6, 2026

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.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@effect/ai-anthropic@4.0.0-beta.105

Patch Changes

@effect/ai-openai@4.0.0-beta.105

Patch Changes

@effect/ai-openai-compat@4.0.0-beta.105

Patch Changes

@effect/ai-openrouter@4.0.0-beta.105

Patch Changes

@effect/atom-react@4.0.0-beta.105

Patch Changes

@effect/atom-solid@4.0.0-beta.105

Patch Changes

@effect/atom-vue@4.0.0-beta.105

Patch Changes

effect@4.0.0-beta.105

Patch Changes

  • #7087 0418564 Thanks @tim-smart! - Recognize tagged Config and RPC errors across duplicated effect package copies.

  • #6827 d334a85 Thanks @jaipaljadeja! - Add bounded 429 retries and custom response header names to HttpClient.withRateLimiter.

  • #7084 f0be855 Thanks @tim-smart! - Stop capturing definition-location stack frames in Context.Service.

  • #7090 b206fa5 Thanks @tim-smart! - Expose stdinIsTerminal and stdoutIsTerminal effects through the Stdio service.

  • #7093 b938c8a Thanks @gcanti! - Add the opt-in reportInput parse option for retaining rejected inputs in enumerable fields on value-bearing schema issues and including them in default formatted messages. Value-bearing issue constructors accept the rejected input and parse options directly, and Schema.Annotations.Issue now supports expected for default messages.

    Schema issues no longer format implicitly through Issue#toString. Use SchemaIssue.makeFormatterDefault() when a human-readable message is needed. The throwing and Promise-based adapters in SchemaParser now use the generic message "Schema validation failed" and expose the structured SchemaIssue.Issue as the error cause; consumers that previously read the formatted error message should inspect and explicitly format that cause instead.

    Schema.makeEffect now returns SchemaIssue.Issue failures instead of wrapping them in SchemaError, and Schema.withConstructorDefault accepts an Effect that fails with SchemaIssue.Issue. Fallible Optic operations return structured SchemaIssue.Issue failures, while schema failures from Schema.toIso and Schema.toDifferJsonPatch use the generic error message and preserve the issue in cause instead of formatting it internally.

  • #7097 8525f05 Thanks @tim-smart! - Add Cron.format for converting a Cron instance to a cron expression, with an option to include the seconds field.

@effect/opentelemetry@4.0.0-beta.105

Patch Changes

@effect/platform-browser@4.0.0-beta.105

Patch Changes

@effect/platform-bun@4.0.0-beta.105

Patch Changes

@effect/platform-deno@4.0.0-beta.105

Patch Changes

@effect/platform-node@4.0.0-beta.105

Patch Changes

@effect/platform-node-shared@4.0.0-beta.105

Patch Changes

@effect/sql-clickhouse@4.0.0-beta.105

Patch Changes

@effect/sql-d1@4.0.0-beta.105

Patch Changes

@effect/sql-libsql@4.0.0-beta.105

Patch Changes

@effect/sql-mssql@4.0.0-beta.105

Patch Changes

@effect/sql-mysql2@4.0.0-beta.105

Patch Changes

@effect/sql-pg@4.0.0-beta.105

Patch Changes

@effect/sql-pglite@4.0.0-beta.105

Patch Changes

@effect/sql-sqlite-bun@4.0.0-beta.105

Patch Changes

@effect/sql-sqlite-do@4.0.0-beta.105

Patch Changes

@effect/sql-sqlite-node@4.0.0-beta.105

Patch Changes

@effect/sql-sqlite-react-native@4.0.0-beta.105

Patch Changes

@effect/sql-sqlite-wasm@4.0.0-beta.105

Patch Changes

@effect/docgen@4.0.0-beta.105

Patch Changes

@effect/doctest@4.0.0-beta.105

Patch Changes

@effect/openapi-generator@4.0.0-beta.105

Patch Changes

@effect/vitest@4.0.0-beta.105

Patch Changes

@effect-slopcop effect-slopcop Bot added the 4.0 label Aug 6, 2026
@github-actions

github-actions Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Bundle Size Analysis

Generated from PR build output; treat the content below as untrusted.

File Name Current Size Previous Size Difference
basic.ts 6.92 KB 6.92 KB 0.00 KB (0.00%)
batching.ts 9.72 KB 9.72 KB 0.00 KB (0.00%)
brand.ts 6.60 KB 6.60 KB 0.00 KB (0.00%)
cache.ts 10.59 KB 10.59 KB 0.00 KB (0.00%)
config.ts 20.83 KB 20.83 KB 0.00 KB (0.00%)
differ.ts 19.67 KB 19.67 KB 0.00 KB (0.00%)
http-client.ts 21.50 KB 21.50 KB 0.00 KB (0.00%)
logger.ts 10.81 KB 10.81 KB 0.00 KB (0.00%)
metric.ts 8.86 KB 8.86 KB 0.00 KB (0.00%)
optic.ts 6.68 KB 6.68 KB 0.00 KB (0.00%)
pubsub.ts 14.86 KB 14.86 KB 0.00 KB (0.00%)
queue.ts 11.54 KB 11.54 KB 0.00 KB (0.00%)
schedule.ts 10.71 KB 10.71 KB 0.00 KB (0.00%)
schema-class.ts 19.38 KB 19.38 KB 0.00 KB (0.00%)
schema-fromJsonSchemaDocument.ts 29.20 KB 29.20 KB 0.00 KB (0.00%)
schema-representation-roundtrip.ts 25.51 KB 25.51 KB 0.00 KB (0.00%)
schema-string-transformation.ts 13.49 KB 13.49 KB 0.00 KB (0.00%)
schema-string.ts 11.03 KB 11.03 KB 0.00 KB (0.00%)
schema-template-literal.ts 15.30 KB 15.30 KB 0.00 KB (0.00%)
schema-toArbitraryLazy.ts 21.43 KB 21.43 KB 0.00 KB (0.00%)
schema-toCodeDocument.ts 23.87 KB 23.87 KB 0.00 KB (0.00%)
schema-toCodecJson.ts 18.64 KB 18.64 KB 0.00 KB (0.00%)
schema-toEquivalence.ts 18.47 KB 18.47 KB 0.00 KB (0.00%)
schema-toFormatter.ts 18.32 KB 18.32 KB 0.00 KB (0.00%)
schema-toJsonSchemaDocument.ts 22.09 KB 22.09 KB 0.00 KB (0.00%)
schema-toRepresentation.ts 19.01 KB 19.01 KB 0.00 KB (0.00%)
schema.ts 18.62 KB 18.62 KB 0.00 KB (0.00%)
stm.ts 12.59 KB 12.59 KB 0.00 KB (0.00%)
stream.ts 9.67 KB 9.67 KB 0.00 KB (0.00%)

@effect-bot
effect-bot force-pushed the changeset-release/main branch 7 times, most recently from 02e62c5 to c60ff44 Compare August 6, 2026 23:41
@effect-bot
effect-bot force-pushed the changeset-release/main branch from c60ff44 to 2173608 Compare August 6, 2026 23:44
@tim-smart
tim-smart merged commit 5b6febd into main Aug 7, 2026
18 checks passed
@tim-smart
tim-smart deleted the changeset-release/main branch August 7, 2026 01:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants