For StartupsFor CommunitiesDigestBlog
Back to digest

OSS Releases: Astro 7.2, vLLM 0.27, Deno 2.9.5, and More

Frameworks

  • withastro/astro astro@7.2.0: Adds astro preview --background to detach preview servers from the terminal, with status, logs, and stop subcommands; AI coding agents get background mode automatically. Logger entrypoint now accepts project-relative paths. Release
  • withastro/astro @astrojs/cloudflare@14.2.0: Adds opt-in build-time image optimization via the Cloudflare IMAGES binding, incremental static build support, and session tree-shaking when session: false. Release
  • withastro/astro @astrojs/node@11.1.0: Session adapter no longer auto-wires the filesystem driver when session: false, enabling tree-shaking of session runtime code. Release
  • withastro/astro @astrojs/netlify@8.2.0: Session tree-shaking support mirrors the Node and Cloudflare adapters. Release
  • withastro/astro @astrojs/solid-js@7.0.2: Fixes a build crash when a Solid island imports packages that ship pre-compiled browser artifacts via the exports.solid condition. Release
  • withastro/astro @astrojs/vue@7.0.2: Fixes dev server crashes when Vue devtools are enabled with Vite 8. Release
  • vercel/next.js v15.5.23: Ports ReplyServer traversal guards to the Flight client to close a security-adjacent correctness gap. Release
  • vitejs/vite v8.2.1: Patch release; see CHANGELOG for details. Release

Infra

  • grafana/grafana v13.1.3, v13.0.6, v12.4.8: Maintenance patches across three active release lines. v13.1.3 v13.0.6 v12.4.8

Data

  • supabase/supabase v1.26.08: August developer update ships Supabase Pipelines (managed CDC to BigQuery, public alpha), Unified Logs in open beta, Grafana Cloud one-click integration, open-source Evals benchmarking AI coding agents, and Sign in with ChatGPT in beta. Release
  • ClickHouse/ClickHouse v26.7.3.19-stable: Stable patch on the 26.7 line. Release

AI

  • vllm-project/vllm v0.27.0: Full Kimi K3 model stack lands in one release, including core kernels, Python and Rust frontends, DeepGEMM, and compressed-tensors quant checkpoints. Also adds Qwen3.5 dense and MoE, K-EXAONE-2.0-750B-A37B, and deeper FlashAttention 4 FP8 support on SM100. ⚠ Breaking: Upgrades to PyTorch 2.13.0, torchvision 0.28.0, and Triton 3.7.1; environments must be rebuilt. Release
  • BerriAI/litellm v1.96.0: Adds service_tier label to Prometheus latency and spend metrics; fixes aiohttp keep-alive connector rebuild and Vertex rawPredict passthrough streaming. Release
  • anthropics/anthropic-sdk-typescript sdk@0.116.0: Adds the mid-conversation-tool-changes-2026-07-01 beta header, session budgets, advisor tool, pinned inference location, GitHub skills auto-loading, and class-matchable bash timeout errors. Removes retired Claude Opus 4.1 models. Release

Runtime

  • denoland/deno v2.9.5: Adds --unscoped flag for package aliasing, --members flag for workspace task targeting, Blob/Body textStream(), and an experimental QuickJS backend; fixes span esbuild deadlock and numerous Node.js compat gaps. Release
  • cloudflare/workerd v1.20260811.1: Implements import.meta.dirname/filename in Node Module Runtime, adds ActorObserver callback for Durable Object constructor completion, and promotes ctx.abort() for stateless workers to stable (landed in v1.20260808.1). Release
  • vercel/turborepo v2.10.9: Heavy performance week, including parallelized resolution fingerprint hashing, memoized framework inference, shared closure dynamic programming for npm and yarn1 lockfiles, and a faster pnpm lockfile fast path. Release

Devtools

  • neovim/neovim v0.13.0-dev-1297+g2757f6eef9: Nightly prerelease continues the march toward 0.13.0 with rolling fixes and features available via nightly builds on all major platforms. Release

This week's releases show two converging pressures: AI inference infrastructure is maturing fast, with vLLM 0.27 shipping whole model families and breaking environment contracts in the same tag, while the Astro and Cloudflare ecosystems are quietly raising the floor for developer ergonomics, making background processes, incremental builds, and tree-shaking the expected defaults rather than opt-in experiments.

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.