Skip to content

Update dependency @effect/platform-node to v4.0.0-rc.113 - abandoned - autoclosed - #674

Merged
github-actions[bot] merged 2 commits into
masterfrom
renovate/effect-platform-node-4.x
Sep 10, 2026
Merged

Update dependency @effect/platform-node to v4.0.0-rc.113 - abandoned - autoclosed#674
github-actions[bot] merged 2 commits into
masterfrom
renovate/effect-platform-node-4.x

Conversation

@renovate

@renovate renovate Bot commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@effect/platform-node (source) 4.0.0-rc.1124.0.0-rc.113 age confidence

Release Notes

Effect-TS/effect (@​effect/platform-node)

v4.0.0-rc.113

Compare Source

Patch Changes
  • #​7463 0d083ba Thanks @​tim-smart! - Remove the mime runtime dependency. The new effect/unstable/http/Mime module provides top-level lookup functions
    backed by a vendored standard MIME registry.

  • #​7477 be0f822 Thanks @​candrewlee14! - Allow sockets to use browser, Bun, and Node WebSocket implementations without consumer casts. Platform constructors
    now support typed opening-handshake headers where available.

  • #​8096 cce221e Thanks @​tim-smart! - Update dependencies to their latest compatible versions.

  • #​7650 5c7eed0 Thanks @​tim-smart! - Reduce HTTP server allocation churn when tracing is not configured and for requests that complete synchronously.

  • #​7772 1e92dbd Thanks @​tim-smart! - Improve HTTP server throughput by reducing routing, request handling, response
    construction, and body encoding overhead. Add Effect.withFiberSucceed for
    synchronously computing successful values from the current fiber. Copy pooled
    byte views by their exact range when exposing ArrayBuffer values.

  • #​7511 a4bb2aa Thanks @​tim-smart! - Add NodeSocket.makeTls, NodeSocket.makeTlsChannel, and NodeSocket.layerTls for TLS client connections.

    These mirror the existing makeNet family but dial tls.connect, so they take the full tls.ConnectionOptions set:
    trust anchors (ca), client certificates (cert / key), ALPN protocols, and servername. The socket opens once the
    handshake completes; a failed handshake fails with a SocketOpenError.

  • #​7512 5664c94 Thanks @​tim-smart! - Add NodeSocketServer.makeTls and NodeSocketServer.layerTls for TLS socket servers.

  • #​7514 b76a1cf Thanks @​tim-smart! - Add Socket.upgrade, for upgrading tcp sockets using STARTTLS

  • #​7525 53843f6 Thanks @​fubhy! - Add ByteSize module and use it across the ecosystem

  • #​8110 4ab4e83 Thanks @​tim-smart! - Prevent precision loss in Node/Bun filesystem operations and HttpPlatform file responses.

  • #​8148 7999b07 Thanks @​tim-smart! - Preserve the response Content-Type when compressing file, raw, stream, and byte-array responses on Node, Bun, Deno, and the web platform, including headers overridden after body construction.

  • #​7528 dd6ce2d Thanks @​Kashkovsky! - Defer loading Undici until an Undici-backed layer is acquired, preventing Node HTTP client imports from replacing Node's global fetch dispatcher. Import Undici APIs from @effect/platform-node/Undici instead of the package root.

  • #​7524 0a08ae0 Thanks @​fubhy! - Add NetAddress under effect/unstable/net for MAC, IP, internet socket, and Unix socket addresses, with checked parsing, schemas, equality, canonical string serialization, and URL formatting. Companion modules IpInterface and IpNetwork represent IP interfaces and CIDR networks.

    HTTP and socket servers now expose NetAddress.SocketAddress. Replace TCP hostname access with NetAddress.formatIp(address.address) and use UnixPathAddress.path for Unix sockets. URL helpers bracket IPv6 addresses and reject scoped IPv6. Bun and Deno HTTP server layers can now fail with ServeError when listener address conversion fails.

    PostgreSQL inet values now use IpInterface; cidr values use IpNetwork and reject addresses with host bits set.

  • #​7730 e406217 Thanks @​kitlangton! - Forward custom and empty status text from NodeHttpServer responses.

  • #​7716 f93d051 Thanks @​kitlangton! - Preserve response bytes when selecting the text reader in Node HTTP clients.

  • #​7810 9252a00 Thanks @​kitlangton! - Preserve reply payloads sent through NodeWorkerRunner.sendUnsafe.

  • #​7487 ba53b64 Thanks @​tim-smart! - Redesign Socket around a scoped, pull-based reader with transport backpressure.

    Socket now exposes reader and writer. Client reader acquisition dials and yields a pull of non-empty batches: one buffer for TCP and one entry per WebSocket frame. TCP applies backpressure while paused; pausable WebSockets pause at highWaterMark (64 KiB by default) and resume after draining. Browser WebSockets cannot pause, so they can fail with SocketReadError at a configured highWaterMark. Writes await native drain signals and batch with cork / uncork where available.

Breaking changes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Upgrade or downgrade of project dependencies. label Sep 10, 2026
@renovate
renovate Bot force-pushed the renovate/effect-platform-node-4.x branch from 26b9cd2 to 6f260a0 Compare September 10, 2026 07:00
@timmo001
timmo001 force-pushed the renovate/effect-platform-node-4.x branch from 6f260a0 to 2e16f36 Compare September 10, 2026 07:08
@renovate

renovate Bot commented Sep 10, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate Bot changed the title Update dependency @effect/platform-node to v4.0.0-rc.113 Update dependency @effect/platform-node to v4.0.0-rc.113 - abandoned Sep 10, 2026
@renovate

renovate Bot commented Sep 10, 2026

Copy link
Copy Markdown
Contributor Author

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@github-actions
github-actions Bot merged commit d9c70d6 into master Sep 10, 2026
15 checks passed
@github-actions
github-actions Bot deleted the renovate/effect-platform-node-4.x branch September 10, 2026 07:15
@renovate renovate Bot changed the title Update dependency @effect/platform-node to v4.0.0-rc.113 - abandoned Update dependency @effect/platform-node to v4.0.0-rc.113 - abandoned - autoclosed Sep 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Upgrade or downgrade of project dependencies.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant