Frameworks
- withastro/astro, astro@7.0.9, Fixes a spurious full-page reload on first dev-server visit and adds reliable recovery from transient island import failures (React components included). Release
- withastro/astro, astro@7.0.8, Updates the Astro compiler to fix multiple regressions, exposes
AstroRuntimeLoggerfor typed runtime logging, and improves rendering performance for pages with many MDX<Content />instances. Release - withastro/astro, @astrojs/cloudflare@14.1.3, Fixes
astro preview --opennot launching a browser when an adapter supplies a custom preview entrypoint. Release - withastro/astro, @astrojs/cloudflare@14.1.2, Fixes build-time image optimization ignoring integration-registered custom image services, resolves
astro:envvars missing at build time, and prebundles<ClientRouter />to prevent React "Invalid hook call" errors on cold cache. Release - withastro/astro, @astrojs/netlify@8.1.2, Fixes Netlify Image CDN regex patterns so hostname and pathname metacharacters are treated as literals, matching Astro's own pattern-matching behavior. Release
- withastro/astro, @astrojs/vercel@11.0.3, Improves internal ISR route handling. Release
- withastro/astro, @astrojs/language-server@2.16.12,
astro checknow fails with a clear message instead of an opaque crash when run against the TypeScript 7 native compiler, which does not yet ship the programmatic API the checker needs. Release - withastro/astro, @astrojs/mdx@7.0.3, Fixes custom
precomponents not applying to syntax-highlighted code blocks when using the Sätteri Markdown processor with MDX. Release - vitejs/vite, v8.1.4, Patch release with bug fixes; see the full changelog for details. Release
- vitejs/vite, plugin-legacy@8.2.0, Minor feature update to the legacy browser plugin. Release
Infra
- hashicorp/terraform, v1.15.8, Fixes
terraform initfailures when providers are sourced from a service-discovery alias advertised by the configured backend; also reverts provider-plugin log message changes introduced in v1.15. Release
Data
- supabase/supabase, v1.26.07 (July 2026 developer update), Realtime Broadcast gains binary payload support for lower-overhead use cases like sensor telemetry; Wrappers v0.6.2 adds a MongoDB foreign data wrapper; Multigres now supports LISTEN/NOTIFY across pooled connections. ⚠ Breaking: Older SDK versions (Dart, Kotlin, Python) silently drop binary payloads; update clients before relying on binary broadcast. Release
AI
- vllm-project/vllm, v0.25.0, Major release: Model Runner V2 is now the default for all dense models, PagedAttention is removed (legacy attention implementation deleted), the Transformers backend reaches native vLLM speed, and a new Streaming Parser Engine unifies tool-call and reasoning parsing. ⚠ Breaking: PagedAttention has been removed; workloads relying on the legacy attention path must migrate to V1/MRv2. Release
- vllm-project/vllm, v0.25.1, Bugfix release guarding mixed-dtype allreduce RMSNorm quantization fusions. Release
- BerriAI/litellm, v1.92.0, Gates team
allowed_passthrough_routesto proxy admins and fixes Bedrock/Cohere embedding types being sent as a string instead of a JSON array. Release - anthropics/anthropic-sdk-typescript, sdk v0.111.0, Adds API support for dreaming and gates session tool calls on evaluated permissions with idle bounds tied to server stop reason. Release
- openai/openai-python, v2.45.0, Adds gpt-5.6-sol API updates and restores beta resource accessors. Release
- langchain-ai/langchain, langchain==1.3.13, Adds
metaextra and support forlangchain-metaininit_chat_model. Release
Runtime
- vercel/turborepo, v2.10.5, Embeds sccache so Cargo compile caching requires no separate installation, adds the Remote Cache as an sccache backend for Cargo tasks, and fixes output path traversal vulnerabilities. Release
- denoland/deno, v2.9.2, Adds HMR support for Vite and Nuxt, autodetects React Router as a framework in desktop mode, adds window opacity/transparency APIs, and implements
getTestContext()innode:test. Release
Devtools
- neovim/neovim, v0.13.0-dev-995 (nightly), Ongoing prerelease with fixes and features tracked via
:help news; not yet stable. Release
The dominant theme this week is consolidation at the execution layer: vLLM's removal of PagedAttention signals that the V1/MRv2 path is now production-grade, while Turborepo's embedded sccache and Deno's expanded desktop runtime show that developer toolchains are absorbing more infrastructure concerns directly, reducing the setup burden on teams shipping fast.