Version Packages (beta) - #6658
Open
effect-bot wants to merge 1 commit into
Open
Conversation
effect-bot
force-pushed
the
changeset-release/main
branch
from
July 27, 2026 03:31
1b84ee4 to
9cfbd72
Compare
Contributor
Bundle Size Analysis
|
effect-bot
force-pushed
the
changeset-release/main
branch
16 times, most recently
from
July 28, 2026 03:30
e2e166c to
adf6b4c
Compare
effect-bot
force-pushed
the
changeset-release/main
branch
5 times, most recently
from
July 28, 2026 05:21
73bd995 to
0b58b2c
Compare
effect-bot
force-pushed
the
changeset-release/main
branch
from
July 28, 2026 09:00
0b58b2c to
9b11461
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/vitest@4.0.0-beta.103
Minor Changes
83c7497Thanks @tim-smart! - Require Vitest 4.1 or later and read suite state fromTestRunner, removing the direct@vitest/runnerimport and support for Vitest 3 and 4.0.Patch Changes
205ebc7,ed0ebf8,a3fd084,ee29ddf,1747440,9800e3a,cc27b19,0a532e5]:@effect/ai-anthropic@4.0.0-beta.103
Patch Changes
205ebc7,ed0ebf8,a3fd084,ee29ddf,1747440,9800e3a,cc27b19,0a532e5]:@effect/ai-openai@4.0.0-beta.103
Patch Changes
#6675
4cc95aeThanks @danieljvdm! - Accept image generation-specific lifecycle statuses and nullable results in OpenAI response items.Updated dependencies [
205ebc7,ed0ebf8,a3fd084,ee29ddf,1747440,9800e3a,cc27b19,0a532e5]:@effect/ai-openai-compat@4.0.0-beta.103
Patch Changes
#6667
5283841Thanks @tim-smart! - Surface parsed chat completion stream events that do not match the expected schema asUnknownChatCompletionEvent.Updated dependencies [
205ebc7,ed0ebf8,a3fd084,ee29ddf,1747440,9800e3a,cc27b19,0a532e5]:@effect/ai-openrouter@4.0.0-beta.103
Patch Changes
205ebc7,ed0ebf8,a3fd084,ee29ddf,1747440,9800e3a,cc27b19,0a532e5]:@effect/atom-react@4.0.0-beta.103
Patch Changes
#6672
83d571cThanks @andrskr! - ScopeuseAtomSuspensepromises to their atom registry so concurrent registries resolve independently.Updated dependencies [
205ebc7,ed0ebf8,a3fd084,ee29ddf,1747440,9800e3a,cc27b19,0a532e5]:@effect/atom-solid@4.0.0-beta.103
Patch Changes
205ebc7,ed0ebf8,a3fd084,ee29ddf,1747440,9800e3a,cc27b19,0a532e5]:@effect/atom-vue@4.0.0-beta.103
Patch Changes
205ebc7,ed0ebf8,a3fd084,ee29ddf,1747440,9800e3a,cc27b19,0a532e5]:effect@4.0.0-beta.103
Patch Changes
#6657
205ebc7Thanks @tim-smart! - Use cancellable microtasks when dispatching yielded work from synchronous Effect runs.#6661
ed0ebf8Thanks @tim-smart! - Fix hydrated atoms withAtom.withReactivityto refresh after reactive mutations.#6665
a3fd084Thanks @tim-smart! - FixHttpRouter.toWebHandlercontext inference for services provided by the application layer.#6681
ee29ddfThanks @tim-smart! - Add Web Stream interoperability forChannelandSink, plus byte limiting andArrayBuffercollection forStream.#6677
1747440Thanks @tim-smart! - Expose runtime schemas for AI prompt parts and message-specific part unions.#6579
9800e3aThanks @marbemac! - Scope cluster reply serialization failures and peer-delivered defects to their own request instead of the whole runner connection#6659
cc27b19Thanks @tim-smart! - Preserve prototype accessors when code is compiled with loose object spread transforms.#6625
0a532e5Thanks @lloydrichards! - Add adapter-valued MCP server protocol declarations, route requests through the selected protocol before schema decoding, and add built-in support for MCP2025-06-18.@effect/opentelemetry@4.0.0-beta.103
Patch Changes
205ebc7,ed0ebf8,a3fd084,ee29ddf,1747440,9800e3a,cc27b19,0a532e5]:@effect/platform-browser@4.0.0-beta.103
Patch Changes
#6683
5f87bc7Thanks @tim-smart! - FixBrowserCrypto.randomBytesfor requests larger than the Web Crypto per-call limit.#6680
23e176aThanks @tim-smart! - Fix worker runner disconnect notifications and event listener cleanup.#6659
cc27b19Thanks @tim-smart! - Preserve prototype accessors when code is compiled with loose object spread transforms.Updated dependencies [
205ebc7,ed0ebf8,a3fd084,ee29ddf,1747440,9800e3a,cc27b19,0a532e5]:@effect/platform-bun@4.0.0-beta.103
Patch Changes
#6680
23e176aThanks @tim-smart! - Fix worker runner disconnect notifications and event listener cleanup.Updated dependencies [
205ebc7,ed0ebf8,a3fd084,ee29ddf,1747440,9800e3a,9f02491,381c141,cc27b19,0a532e5]:@effect/platform-deno@4.0.0-beta.103
Patch Changes
#6685
45e7810Thanks @tim-smart! - AddDenoHttpClient, re-exportingeffect/unstable/http/FetchHttpClientDeno's
fetchis spec-compliant, so the core fetch-basedHttpClientworks on Deno unmodified. This module mirrorsBunHttpClientso the platform packages expose a consistent surface.#6412
ec656dcThanks @lishaduck! - Add Deno platform integrations for paths, runtime execution, workers, and Web Storage.#6684
dbd6ea4Thanks @tim-smart! - Add a Deno Web Crypto implementation of theCryptoservice.Updated dependencies [
205ebc7,ed0ebf8,a3fd084,ee29ddf,1747440,9800e3a,cc27b19,0a532e5]:@effect/platform-node@4.0.0-beta.103
Patch Changes
#6680
23e176aThanks @tim-smart! - Fix worker runner disconnect notifications and event listener cleanup.Updated dependencies [
205ebc7,ed0ebf8,a3fd084,ee29ddf,1747440,9800e3a,9f02491,381c141,cc27b19,0a532e5]:@effect/platform-node-shared@4.0.0-beta.103
Patch Changes
#6679
9f02491Thanks @tim-smart! - NodeTerminal: preserve buffered input across sequentialreadLinecalls#6676
381c141Thanks @chenxin-yan! - NodeTerminal: end key input and failreadLinewithQuitErrorat stdin EOF instead of hangingUpdated dependencies [
205ebc7,ed0ebf8,a3fd084,ee29ddf,1747440,9800e3a,cc27b19,0a532e5]:@effect/sql-clickhouse@4.0.0-beta.103
Patch Changes
205ebc7,ed0ebf8,a3fd084,ee29ddf,1747440,9800e3a,23e176a,cc27b19,0a532e5]:@effect/sql-d1@4.0.0-beta.103
Patch Changes
205ebc7,ed0ebf8,a3fd084,ee29ddf,1747440,9800e3a,cc27b19,0a532e5]:@effect/sql-libsql@4.0.0-beta.103
Patch Changes
205ebc7,ed0ebf8,a3fd084,ee29ddf,1747440,9800e3a,cc27b19,0a532e5]:@effect/sql-mssql@4.0.0-beta.103
Patch Changes
205ebc7,ed0ebf8,a3fd084,ee29ddf,1747440,9800e3a,cc27b19,0a532e5]:@effect/sql-mysql2@4.0.0-beta.103
Patch Changes
205ebc7,ed0ebf8,a3fd084,ee29ddf,1747440,9800e3a,cc27b19,0a532e5]:@effect/sql-pg@4.0.0-beta.103
Patch Changes
205ebc7,ed0ebf8,a3fd084,ee29ddf,1747440,9800e3a,cc27b19,0a532e5]:@effect/sql-pglite@4.0.0-beta.103
Patch Changes
205ebc7,ed0ebf8,a3fd084,ee29ddf,1747440,9800e3a,cc27b19,0a532e5]:@effect/sql-sqlite-bun@4.0.0-beta.103
Patch Changes
205ebc7,ed0ebf8,a3fd084,ee29ddf,1747440,9800e3a,cc27b19,0a532e5]:@effect/sql-sqlite-do@4.0.0-beta.103
Patch Changes
205ebc7,ed0ebf8,a3fd084,ee29ddf,1747440,9800e3a,cc27b19,0a532e5]:@effect/sql-sqlite-node@4.0.0-beta.103
Patch Changes
205ebc7,ed0ebf8,a3fd084,ee29ddf,1747440,9800e3a,cc27b19,0a532e5]:@effect/sql-sqlite-react-native@4.0.0-beta.103
Patch Changes
205ebc7,ed0ebf8,a3fd084,ee29ddf,1747440,9800e3a,cc27b19,0a532e5]:@effect/sql-sqlite-wasm@4.0.0-beta.103
Patch Changes
205ebc7,ed0ebf8,a3fd084,ee29ddf,1747440,9800e3a,cc27b19,0a532e5]:@effect/docgen@4.0.0-beta.103
Patch Changes
205ebc7,ed0ebf8,a3fd084,ee29ddf,1747440,9800e3a,23e176a,cc27b19,0a532e5]:@effect/openapi-generator@4.0.0-beta.103
Patch Changes
205ebc7,ed0ebf8,a3fd084,ee29ddf,1747440,9800e3a,23e176a,cc27b19,0a532e5]: