For StartupsFor CommunitiesDigestBlog
Back to digest

OSS Releases: Remix 3 Middleware, Next.js 16.3, OpenAI SDK v3.2

Frameworks

  • remix-run/remix cli v0.5.0: Default remix new template now includes preloads for client entries. Release
  • remix-run/remix ui v0.7.0: run() adopts a default browser frame resolver, and all run() calls now enable frame reloads plus same-origin link and form navigation through the Navigation API; add rmx-document to opt specific elements out. Release
  • remix-run/remix ui v0.5.0: ⚠ Breaking: resolveFrame callbacks now receive a single options object instead of positional signal and target arguments. Also adds frames to the run() return object and introduces @remix-run/ui/dev/refresh for HMR reconciliation. Release
  • remix-run/remix test v0.6.0: ⚠ Breaking: Removes the standalone remix-test executable and file-based config discovery; use remix test and remix.json#test instead. runRemixTest() now accepts typed options rather than an argv array. Release
  • remix-run/remix session-middleware v0.4.0: ⚠ Breaking: Session cookies now default to HttpOnly; set httpOnly: false explicitly to allow client-side JavaScript access. Release
  • remix-run/remix ui-hmr v0.1.0: Initial release of @remix-run/ui-hmr with component HMR runtimes, a remix/assets loader, and Node module hooks. Release
  • remix-run/remix static-middleware v0.4.14: Fixes staticFiles() middleware type incompatibility with other router middleware by bumping @remix-run/fetch-router to ^0.21.0. Release
  • vercel/next.js v16.3.1: Backports fix Turbopack HMR for dynamic imports from layouts, restores the live headers() view of incoming requests, and patches styled-jsx missing in Pages Router SSR on adapter builds. Release
  • withastro/astro astro v7.2.2: Fixes stale component styles in content entries during dev, incremental-build image drops, EMFILE errors on image-heavy builds, and slow incremental builds on large dependency graphs. Release
  • withastro/astro @astrojs/node v11.1.2: Returns 404 instead of 500 for unknown parameters on prerendered dynamic endpoints. Release

Runtime

  • cloudflare/workerd v1.20260818.1: Fixes two GC strong-root leaks (tail-event cycles and abandoned pipe writes), adds wasm_memory_discard compatibility flag, and removes experimental streams adapters. Release
  • cloudflare/workerd v1.20260815.1: Adds SpanContext::toTraceparent() and NMR fallback lookup for fallback resolution. Release
  • cloudflare/workerd v1.20260816.1: Removes obsolete Cache PUT serialization. Release
  • vercel/turborepo v2.10.10: Adds nub.lock file support, pytest task discovery, and an Eve operator dashboard; upgrades js-yaml to patch GHSA-5p4m-2wfm-xmqj; upgrades TypeScript to 7.0.2. Release

AI

  • openai/openai-python v3.2.0: Adds Bedrock Runtime endpoint support and shell call streaming events with new service and image types. Release
  • openai/openai-python v3.1.0: Adds WebSocket stream IDs, workload identity access token events, Ultrafast tier, and structured MCP errors; deprecates Sora video APIs. Release
  • BerriAI/litellm v1.97.0: Resolves Cursor thinking/fast model-name suffixes on /cursor/chat/completions and fixes team callbacks continuing to log after disable_logging is called. Release
  • langchain-ai/langchain langchain-openai v1.5.2a1: Adds reasoning_effort as a standard chat model parameter, ChatOpenAICodex model, and apply_patch built-in tool; fixes get_num_tokens_from_messages and ContextWindowExceededError handling. Release
  • anthropics/anthropic-sdk-typescript sdk v0.117.0: Adds output_behavior to memory store creation, fixes tool-runner forwarding of response container IDs, and fixes streaming message accumulation. Release

Devtools

  • neovim/neovim v0.13.0-dev-1345: Nightly prerelease with ongoing fixes and features tracked in :help news; covers Windows, macOS, and Linux ARM/x86 builds. Release

The week's pattern is clear: Remix is moving fast toward a stable Remix 3 API surface, shipping multiple breaking changes across middleware, UI, and testing packages in a single week, while the AI SDK layer (OpenAI, LiteLLM, LangChain) continues to expand cloud-provider reach and expose newer model capabilities as first-class parameters.

Ready for one link for your startup?

Free to start. Founding Members get $120 in credits and a direct line to the founders.

Create Your Link

Free to start · No credit card

Read next

Sep 15, 2026 · 3 min
OSS Release Recap: Sept 15, 2026 - AI, Infra, and Runtime Highlights
From vLLM's landmark Model Runner V2 rollout to Terraform Policy going GA, the week of September 15 packed in significant OSS milestones across AI, infra, and runtime tooling.
Sep 8, 2026 · 2 min
OSS Releases Week of Sep 8 2026: Bun, Grafana, Astro, and More
This week's OSS releases bring Bun runtime updates, critical Grafana CVE patches, Astro framework improvements, Terraform bug fixes, and expanded AI SDK capabilities.