Frameworks
- withastro/astro (
@astrojs/react@6.0.0,@astrojs/vue@7.0.0,@astrojs/svelte@9.0.0,@astrojs/solid-js@7.0.0,@astrojs/preact@6.0.0,@astrojs/mdx@7.0.0) - ⚠ Breaking: All six renderer integrations upgrade to Vite v8;getContainerRenderer()moves to a dedicatedcontainer-renderersub-entrypoint (importing from the package root is deprecated and now logs a warning).@astrojs/mdxalso adds programmatic frontmatter mutation via Satteri plugins. - withastro/astro
@astrojs/netlify@8.0.0- ⚠ Breaking: Vite v8 upgrade; adds acacheNetlify()CDN cache provider with tag-based and path-based invalidation backed by Netlify's durable edge cache. - withastro/astro
@astrojs/vercel@11.0.0- ⚠ Breaking: Vite v8 upgrade; adds acacheVercel()CDN cache provider that setsVercel-CDN-Cache-ControlandVercel-Cache-Tagheaders with tag and path invalidation support. - withastro/astro
create-astro@5.1.0- New projects now scaffold anAGENTS.mdfile with dev-server instructions plus aCLAUDE.mdsymlink pointing to it.
AI
- langchain-ai/langchain
langchain-openai==1.3.3- Enablesstrict=Trueon tools for OpenAI-compatible models inProviderStrategyand stripsstopfrom the Responses API payload. - langchain-ai/langchain
langchain==1.3.11-strict=Trueon tools lands inProviderStrategyfor OpenAI-compatible models. - langchain-ai/langchain
langchain-openrouter==0.2.4- Addscache_controlpassthrough on tool definitions andparallel_tool_callssupport onbind_tools. - anthropics/anthropic-sdk-typescript
sdk-v0.105.0- Adds support for the newcode_execution_20260120tool and introduces lazy partial-JSON parsing for tool input streams. - anthropics/anthropic-sdk-typescript
bedrock-sdk-v0.31.0,vertex-sdk-v0.18.0,aws-sdk-v0.5.0,foundry-sdk-v0.4.0- Lazy partial-tool-JSON streaming lands across all cloud-provider SDK variants. - BerriAI/litellm
v1.89.3- Stable patch backporting several upstream fixes; all Docker images are cosign-signed. - openai/openai-python
v2.43.0- Updates the OpenAPI spec and Stainless config.
Data
- supabase/supabase
self-hosted/v0.6.0- Postgres 17 is now the default database version for self-hosted deployments. - supabase/supabase
self-hosted/v0.5.1- Security fix for Realtime routes. - ClickHouse/ClickHouse
v26.5.3.52-stableandv26.3.14.49-lts- Maintenance releases across the stable and LTS tracks.
Runtime
- cloudflare/workerd
v1.20260623.1- Fixes two bugs affecting persistent stubs; daily cadence releases v1.20260618.1 through v1.20260622.1 incorporate upstream V8 and runtime changes.
DevTools
- microsoft/vscode
1.125.0- June 2026 stable release; see the full changelog for details. - neovim/neovim
v0.13.0-dev-797- Nightly prerelease continuing the 0.13 development cycle with incremental fixes and features.
The week's releases signal two converging pressures on the OSS ecosystem: a broad push for faster, more capable build tooling (Vite v8 propagating across the entire Astro integration surface) and tightening reliability expectations around AI tool-calling, with LangChain, the Anthropic SDK, and LiteLLM all shipping coordinated improvements to structured-output and streaming behavior across every major model provider.