Subscribe: Our changelog includes an RSS feed that can integrate with Slack, email, Discord bots like Readybot or RSS Feeds to Discord Bot, and other subscription tools.
Dec 8, 2025
langchain-google-genai v4.0.0
We’ve re-written the Google GenAI integration to use Google’s consolidated Generative AI API, which provides access to the Gemini API and Vertex AI Platform under the same interface. This includes minimal breaking changes as well as deprecated packages in langchain-google-vertexai.See the full release notes and migration guide for details.Nov 25, 2025
langchain v1.1.0
- Model profiles: Chat models now expose supported features and capabilities through a
.profileattribute. These data are derived from models.dev, an open source project providing model capability data. - Summarization middleware: Updated to support flexible trigger points using model profiles for context-aware summarization.
- Structured output:
ProviderStrategysupport (native structured output) can now be inferred from model profiles. SystemMessageforcreate_agent: Support for passingSystemMessageinstances directly tocreate_agent’ssystem_promptparameter, enabling advanced features like cache control and structured content blocks.- Model retry middleware: New middleware for automatically retrying failed model calls with configurable exponential backoff.
- Content moderation middleware: OpenAI content moderation middleware for detecting and handling unsafe content in agent interactions. Supports checking user input, model output, and tool results.
Oct 20, 2025
v1.0.0
langchain
langgraph
If you encounter any issues or have feedback, please open an issue so we can improve. To view v0.x documentation, go to the archived content and API reference.