releases.sh
LangChain

LangChain

$npx @buildinternet/releases get langchain
All releasesBy productLangSmithLangGraph

Sampling now deterministic; anonymization fails closed

BreakingThis release3 enhancementsImprovements to existing features3 fixesBug fixesAI-tallied from the release notes
LangSmith SDK · v0.12.0

Trace sampling is now deterministic, and per-function anonymization fails closed when the callable errors. Switched to httpx2 with httpx as a fallback, and serializes identical replicas once into a single frame.

Read more →

MCP servers slot into create_agent via new adapter

preThis release1 featureNew capabilitiesAI-tallied from the release notes
LangChain (Python) · langchain==1.4.0a2

Alpha preview of langchain.mcp — a first-party MCPAdapter that connects any MCP server (URL, stdio script, in-process FastMCP, or a built fastmcp.Client) straight to create_agent, with multi-server fan-out, per-server auth, opt-in caching, and OAuth support. Also adds optional mid-call elicitation via LangGraph interrupts, structured tool artifacts, and automatic negotiation of legacy handshake vs. modern server/discover protocols.

Read more →

Credentials no longer leak into run metadata

This release2 enhancementsImprovements to existing features4 fixesBug fixesAI-tallied from the release notes
LangSmith SDK · v0.11.2

Run metadata now excludes password and email environment variables, preventing credential leaks. Handles 64-bit+ integers without precision loss and closes an argument-shape bypass in Anthropic MCP redaction, plus several other fixes.

Read more →