Version Packages (rc) - #7245
Open
effect-bot wants to merge 1 commit into
Open
Conversation
effect-bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
August 14, 2026 02:19
f0a93b3 to
7625681
Compare
Contributor
Bundle Size AnalysisGenerated from PR build output; treat the content below as untrusted.
|
effect-bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
August 14, 2026 03:34
a2d0cb9 to
3f65aca
Compare
effect-bot
force-pushed
the
changeset-release/main
branch
14 times, most recently
from
August 16, 2026 13:45
600928d to
2d0f8e5
Compare
effect-bot
force-pushed
the
changeset-release/main
branch
from
August 16, 2026 13:48
2d0f8e5 to
0b5c91a
Compare
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.
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.
mainis currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonmain.Releases
@effect/ai-anthropic@4.0.0-rc.110
Patch Changes
6eebd0a,6eebd0a,189b003,189b003,0a127b8,e491deb,f99c508,a894fe1,f064121,b660bf0,e811353,9761c3c,7fd79b2,a82ffc0,4026e2d,397bf1e]:@effect/ai-openai@4.0.0-rc.110
Patch Changes
2b6a6f5Thanks @K-Mistele! - Support max reasoning effort and quota errors returned by OpenAI-compatible providers.6eebd0a,6eebd0a,189b003,189b003,0a127b8,e491deb,f99c508,a894fe1,f064121,b660bf0,e811353,9761c3c,7fd79b2,a82ffc0,4026e2d,397bf1e]:@effect/ai-openai-compat@4.0.0-rc.110
Patch Changes
ee06c9cThanks @tim-smart! - Preserve streamed text from OpenAI-compatible providers that sendtool_calls: nullon text-only chunks.6eebd0a,6eebd0a,189b003,189b003,0a127b8,e491deb,f99c508,a894fe1,f064121,b660bf0,e811353,9761c3c,7fd79b2,a82ffc0,4026e2d,397bf1e]:@effect/ai-openrouter@4.0.0-rc.110
Patch Changes
6eebd0a,6eebd0a,189b003,189b003,0a127b8,e491deb,f99c508,a894fe1,f064121,b660bf0,e811353,9761c3c,7fd79b2,a82ffc0,4026e2d,397bf1e]:@effect/atom-react@4.0.0-rc.110
Patch Changes
6eebd0a,6eebd0a,189b003,189b003,0a127b8,e491deb,f99c508,a894fe1,f064121,b660bf0,e811353,9761c3c,7fd79b2,a82ffc0,4026e2d,397bf1e]:@effect/atom-solid@4.0.0-rc.110
Patch Changes
6eebd0a,6eebd0a,189b003,189b003,0a127b8,e491deb,f99c508,a894fe1,f064121,b660bf0,e811353,9761c3c,7fd79b2,a82ffc0,4026e2d,397bf1e]:@effect/atom-vue@4.0.0-rc.110
Patch Changes
6eebd0a,6eebd0a,189b003,189b003,0a127b8,e491deb,f99c508,a894fe1,f064121,b660bf0,e811353,9761c3c,7fd79b2,a82ffc0,4026e2d,397bf1e]:effect@4.0.0-rc.110
Patch Changes
#7234
6eebd0aThanks @lloydrichards! - MCP servers can now use the 2025-11-25 protocol, including sampling with tools and both form- and URL-based elicitation.Enable it by adding
McpProtocol.v2025_11_25to the server'sprotocolsoption.#7234
6eebd0aThanks @lloydrichards! - MCP servers can now provide icons for server information, resources, resource templates, prompts, and tools usingMcpSchema.Icon.Each icon can specify its source URI, MIME type, supported sizes, and light or dark theme.
#7261
189b003Thanks @fubhy! - AddGraph.SnapshotandGraph.fromSnapshotfor constructing immutable graphs with explicit node and edge indexes, and simplifyGraph.Edgeto a type-only structural interface.#7261
189b003Thanks @fubhy! - AddSchema.Graphfor schema-based encoding and decoding of immutable directed and undirected graphs.#7267
0a127b8Thanks @tim-smart! - Allow customizing the prefix displayed by CLI prompts.#7272
e491debThanks @fubhy! - Preserve scoped Graph mutation callback errors when the callback manually finalizes its mutable handle.#7266
f99c508Thanks @tim-smart! - Fix SQL persisted queue delivery on SQLite builds withoutSQLITE_ENABLE_UPDATE_DELETE_LIMIT.#7274
a894fe1Thanks @fubhy! - Ignore removed allocator history when comparing and hashing immutable Graph values with the same active indexed structure.#7200
f064121Thanks @mikearnaldi! - Support narrowing schedule input and output types with type guard predicates passed toSchedule.while.#7244
b660bf0Thanks @AnnaSuSu! - Normalize unbounded PubSub replay capacities to positive integers.#7259
e811353Thanks @fubhy! - Prevent graph edge reads from exposing internal edge records and reject non-finite A* heuristic values.#7251
9761c3cThanks @tim-smart! - AddEncoding.randomHex, a lightweight non-cryptographic generator that coerces lengths to unsigned 32-bit multiples of 8.#7246
7fd79b2Thanks @tim-smart! - AddEffect.headfor retrieving the first element of an iterable produced by an effect.#7273
a82ffc0Thanks @fubhy! - Validate Graph traversal radii, isolate traversal start configuration, and prioritize the first supplied DFS root.#7248
4026e2dThanks @tim-smart! - Improve tracing performance in span creation and HTTP middleware.#7276
397bf1eThanks @fubhy! - Deduplicate directed neighbor-node queries while preserving first edge occurrence order.@effect/opentelemetry@4.0.0-rc.110
Patch Changes
6eebd0a,6eebd0a,189b003,189b003,0a127b8,e491deb,f99c508,a894fe1,f064121,b660bf0,e811353,9761c3c,7fd79b2,a82ffc0,4026e2d,397bf1e]:@effect/platform-browser@4.0.0-rc.110
Patch Changes
6eebd0a,6eebd0a,189b003,189b003,0a127b8,e491deb,f99c508,a894fe1,f064121,b660bf0,e811353,9761c3c,7fd79b2,a82ffc0,4026e2d,397bf1e]:@effect/platform-bun@4.0.0-rc.110
Patch Changes
6eebd0a,6eebd0a,189b003,189b003,0a127b8,e491deb,f99c508,a894fe1,f064121,b660bf0,e811353,9761c3c,7fd79b2,a82ffc0,4026e2d,397bf1e,3bf8d52]:@effect/platform-deno@4.0.0-rc.110
Patch Changes
6eebd0a,6eebd0a,189b003,189b003,0a127b8,e491deb,f99c508,a894fe1,f064121,b660bf0,e811353,9761c3c,7fd79b2,a82ffc0,4026e2d,397bf1e,3bf8d52]:@effect/platform-node@4.0.0-rc.110
Patch Changes
6eebd0a,6eebd0a,189b003,189b003,0a127b8,e491deb,f99c508,a894fe1,f064121,b660bf0,e811353,9761c3c,7fd79b2,a82ffc0,4026e2d,397bf1e,3bf8d52]:@effect/platform-node-shared@4.0.0-rc.110
Patch Changes
3bf8d52Thanks @AnnaSuSu! - Respect zero-duration open timeouts when opening Node sockets.6eebd0a,6eebd0a,189b003,189b003,0a127b8,e491deb,f99c508,a894fe1,f064121,b660bf0,e811353,9761c3c,7fd79b2,a82ffc0,4026e2d,397bf1e]:@effect/sql-clickhouse@4.0.0-rc.110
Patch Changes
6eebd0a,6eebd0a,189b003,189b003,0a127b8,e491deb,f99c508,a894fe1,f064121,b660bf0,e811353,9761c3c,7fd79b2,a82ffc0,4026e2d,397bf1e]:@effect/sql-d1@4.0.0-rc.110
Patch Changes
6eebd0a,6eebd0a,189b003,189b003,0a127b8,e491deb,f99c508,a894fe1,f064121,b660bf0,e811353,9761c3c,7fd79b2,a82ffc0,4026e2d,397bf1e]:@effect/sql-libsql@4.0.0-rc.110
Patch Changes
6eebd0a,6eebd0a,189b003,189b003,0a127b8,e491deb,f99c508,a894fe1,f064121,b660bf0,e811353,9761c3c,7fd79b2,a82ffc0,4026e2d,397bf1e]:@effect/sql-mssql@4.0.0-rc.110
Patch Changes
6eebd0a,6eebd0a,189b003,189b003,0a127b8,e491deb,f99c508,a894fe1,f064121,b660bf0,e811353,9761c3c,7fd79b2,a82ffc0,4026e2d,397bf1e]:@effect/sql-mysql2@4.0.0-rc.110
Patch Changes
6eebd0a,6eebd0a,189b003,189b003,0a127b8,e491deb,f99c508,a894fe1,f064121,b660bf0,e811353,9761c3c,7fd79b2,a82ffc0,4026e2d,397bf1e]:@effect/sql-pg@4.0.0-rc.110
Patch Changes
6eebd0a,6eebd0a,189b003,189b003,0a127b8,e491deb,f99c508,a894fe1,f064121,b660bf0,e811353,9761c3c,7fd79b2,a82ffc0,4026e2d,397bf1e]:@effect/sql-pglite@4.0.0-rc.110
Patch Changes
6eebd0a,6eebd0a,189b003,189b003,0a127b8,e491deb,f99c508,a894fe1,f064121,b660bf0,e811353,9761c3c,7fd79b2,a82ffc0,4026e2d,397bf1e]:@effect/sql-sqlite-bun@4.0.0-rc.110
Patch Changes
6eebd0a,6eebd0a,189b003,189b003,0a127b8,e491deb,f99c508,a894fe1,f064121,b660bf0,e811353,9761c3c,7fd79b2,a82ffc0,4026e2d,397bf1e]:@effect/sql-sqlite-do@4.0.0-rc.110
Patch Changes
6eebd0a,6eebd0a,189b003,189b003,0a127b8,e491deb,f99c508,a894fe1,f064121,b660bf0,e811353,9761c3c,7fd79b2,a82ffc0,4026e2d,397bf1e]:@effect/sql-sqlite-node@4.0.0-rc.110
Patch Changes
6eebd0a,6eebd0a,189b003,189b003,0a127b8,e491deb,f99c508,a894fe1,f064121,b660bf0,e811353,9761c3c,7fd79b2,a82ffc0,4026e2d,397bf1e]:@effect/sql-sqlite-react-native@4.0.0-rc.110
Patch Changes
6eebd0a,6eebd0a,189b003,189b003,0a127b8,e491deb,f99c508,a894fe1,f064121,b660bf0,e811353,9761c3c,7fd79b2,a82ffc0,4026e2d,397bf1e]:@effect/sql-sqlite-wasm@4.0.0-rc.110
Patch Changes
6eebd0a,6eebd0a,189b003,189b003,0a127b8,e491deb,f99c508,a894fe1,f064121,b660bf0,e811353,9761c3c,7fd79b2,a82ffc0,4026e2d,397bf1e]:@effect/docgen@4.0.0-rc.110
Patch Changes
6eebd0a,6eebd0a,189b003,189b003,0a127b8,e491deb,f99c508,a894fe1,f064121,b660bf0,e811353,9761c3c,7fd79b2,a82ffc0,4026e2d,397bf1e]:@effect/doctest@4.0.0-rc.110
Patch Changes
6eebd0a,6eebd0a,189b003,189b003,0a127b8,e491deb,f99c508,a894fe1,f064121,b660bf0,e811353,9761c3c,7fd79b2,a82ffc0,4026e2d,397bf1e]:@effect/openapi-generator@4.0.0-rc.110
Patch Changes
6eebd0a,6eebd0a,189b003,189b003,0a127b8,e491deb,f99c508,a894fe1,f064121,b660bf0,e811353,9761c3c,7fd79b2,a82ffc0,4026e2d,397bf1e]:@effect/vitest@4.0.0-rc.110
Patch Changes
6eebd0a,6eebd0a,189b003,189b003,0a127b8,e491deb,f99c508,a894fe1,f064121,b660bf0,e811353,9761c3c,7fd79b2,a82ffc0,4026e2d,397bf1e]: