Skip to content

This release adds 3 notable features for engineering teams evaluating rollout.

Published 12d MCP Data & Storage
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

durable durable-streams real-time streaming streamstore typescript
+1 more
write-ahead-log

Affected surfaces

breaking_upgrade deps

Summary

AI summary

Pool HTTP/2 connections in the s2s transport and enable it on Bun >=1.3.11 and Deno >=2.7.5.

Changes in this release

Feature Low

Re-enable HTTP/2 (s2s) transport on Bun >= 1.3.11

Re-enable HTTP/2 (s2s) transport on Bun >= 1.3.11

Source: llm_adapter@2026-07-14

Confidence: high

Feature Low

Enable HTTP/2 (s2s) transport on Deno >= 2.7.5

Enable HTTP/2 (s2s) transport on Deno >= 2.7.5

Source: llm_adapter@2026-07-14

Confidence: high

Performance Medium

Pool HTTP/2 connections in the s2s transport, sharing one connection per endpoint with up to 100 concurrent requests

Pool HTTP/2 connections in the s2s transport, sharing one connection per endpoint with up to 100 concurrent requests

Source: llm_adapter@2026-07-14

Confidence: high

Full changelog

Patch Changes

  • 46abdc9: Re-enable the HTTP/2 (s2s) transport on Bun >= 1.3.11, where Bun's node:http2 connection-level flow control is fixed (oven-sh/bun#26917). Older Bun versions keep the fetch transport fallback.
  • 5cba2c2: Enable the HTTP/2 (s2s) transport on Deno >= 2.7.5. Buffers response body chunks until headers arrive, working around Deno's node:http2 emitting data before response; older Deno versions keep the fetch transport fallback.
  • 51e38a7: Pool HTTP/2 connections in the s2s transport: all streams targeting the same endpoint now share one connection, opened lazily on the first request, instead of one connection per S2Stream handle. Each connection carries up to 100 concurrent requests; beyond that, additional connections are opened. Connections are closed when the last stream handle using the endpoint is closed.

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track s2-streamstore/s2-sdk-typescript

Get notified when new releases ship.

Sign up free

About s2-streamstore/s2-sdk-typescript

Official MCP server for the S2.dev serverless stream platform.

All releases →

Related context

Earlier breaking changes

Beta — feedback welcome: [email protected]