| 1.14.2 | ## 🚀 What's New in v1.14.2? v1.14.2 is a patch release focused on security hardening, workflow and knowledge reliability, observability fixes, agent groundwork, and deployment/runtime tuning after v1.14.1. ### 🔐 Security and administration - **Tenant-scoped sensitive endpoints** — strengthened tenant isolation for app trace-config endpoints and FilePreview text extraction. Thanks @xr843 in [#35793](https://github.com/langgenius/dify/pull/35793) and [#35797](https://github.com/langgeni | High | 5/19/2026 |
| 1.14.1 | ## 🚀 What's New in v1.14.1? v1.14.1 is a patch release focused on security hardening, workflow and knowledge-base stability, deployment cleanup, and continued UI platform migration after v1.14.0. ### 🔐 Security - **Self-hosted `SECRET_KEY` hardening** — Docker deployments no longer rely on a public default key. When `SECRET_KEY` is left empty, the API generates and persists a runtime key through the configured storage backend, while explicitly configured keys continue to work as befor | High | 5/12/2026 |
| 1.14.0 | ## 🚀 What's New in v1.14.0? ### Collaboration <img width="2632" height="1190" alt="img_v3_02117_67a67218-1ae5-4d68-a45b-3ada592f87fg" src="https://github.com/user-attachments/assets/1d4a3660-8a6a-4b29-9766-4d5b5fd9a51b" /> Collaboration allows workspace members to edit the same workflow together, with synced graph updates, online presence, and shared visibility into who is working where. On self-hosted deployments, collaboration is turned off by default. Enable it by setting: ``` | High | 4/29/2026 |
| 1.13.3 | ## 🚀 What's New in v1.13.3? Our latest patch release, v1.13.3, focuses on stability and correctness across workflow execution, streaming, and knowledge retrieval. Here's a quick look at the most important updates: ### 🎬 New Features - **Workflow Configuration**: Added variable-reference support for model parameters in LLM, Question Classifier, and Variable Extractor nodes by @scdeng in #33082. ### 🛠️ Bug Fixes - **Streaming Reliability**: Fixed `StreamsBroadcastChannel` replay and co | Medium | 3/27/2026 |
| 1.13.2 | This patch release fixes several critical regressions and stability issues introduced in v1.13.1, including: - a severe regression in prompt message transformation that caused multiple LLM-plugin invocation failures across LLM-related nodes, including LLM and Question Classifier. - Knowledge Retrieval node execution failures caused by incompatible enum values - improper Weaviate client cleanup --- ## Upgrade Guide > [!IMPORTANT] > If you use custom `CELERY_QUEUES`, make sure ` | Low | 3/18/2026 |
| 1.13.1 | ## 🚀 Major Functional Changes ### Data platform and dataset operations - Added **Hologres** as a supported backend option for both vector retrieval and full-text search. - Added Service API endpoints for dataset document downloads: - Batch ZIP download for selected documents. - Signed URL download for single-document original files. ### Workflow and chat experience improvements - **Breaking change:** HITL email content now uses markdown rendering before delivery. Existing | Low | 3/17/2026 |
| 1.14.0-rc1 | ## 💥 New Agent x Skills 🥳 `1.14.0-rc1` brings a new agent-building experience: sandboxed runtime, Skill Editor, collaboration, and dynamic variable assembly. preview docs: <https://docs.bash-is-all-you-need.dify.dev/> ## 🌟 Try the Experience Now Build with the new Agent + Skill workflow in minutes. ### 👉 **Experience Now: [Live Demo](https://skills.bash-is-all-you-need.dify.dev/)** Not sure where to begin? Use our ready-made operational templates! ### 🧩 Start from Templat | Low | 2/14/2026 |
| 1.13.0 | ## 🚀 New Features ### Human-in-the-Loop (HITL) We are introducing the **Human Input** node, a major update that transforms how AI and humans collaborate within Dify workflows. **Background** Previously, workflows were binary: either fully automated or fully manual. This created a "trust gap" in high-stakes scenarios where AI speed is needed but human judgment is essential. With HITL, we are making h uman oversight a native part of the workflow architecture, allowing you to embe | Low | 2/11/2026 |
| 1.12.1 | ## What's Changed * fix(docker): persist IRIS data across container recreation using Durable %SYS by @TomoOkuyama in https://github.com/langgenius/dify/pull/31899 * fix(docker): improve IRIS data persistence with proper Durable %SYS by @TomoOkuyama in https://github.com/langgenius/dify/pull/31901 * fix: base url in client by @hyoban in https://github.com/langgenius/dify/pull/31902 * fix: auto summary env by @zxhlyh in https://github.com/langgenius/dify/pull/31930 * fix: fix delete_draft_v | Low | 2/4/2026 |
| 1.12.0 | ## 🚀 New Features: Summary Index We are introducing **Summary Index**, a powerful enhancement to our knowledge base retrieval system that significantly improves search accuracy by generating AI-powered summaries for document chunks. **Background** Traditional vector search relies on raw chunk embeddings, which can miss semantic nuances and context when matching user queries. This is especially challenging for long documents or complex content where key information might be scattered ac | Low | 2/3/2026 |
| 1.11.4 | ## 🔒 Security Dify now requires Node.js 24.13.0 to pick up the upstream fix for the AsyncLocalStorage/async_hooks DoS CVE that can crash apps with deeply nested input. **All self-hosted deployments should upgrade Node.js**. Thanks to @hyoban in #30945. Related: #30935. ## 🛠️ Bug Fixes - **Redirect After Login**: We’ve sorted out the login redirects to bring you back to your intended destination smoothly after logging in. Shoutout to @hyoban for this fix in #30985. - **Missin | Low | 1/15/2026 |
| 1.11.3 | ## 🚀 What's New in v1.11.3? Our latest release, v1.11.3, brings to you a slew of bug fixes and features focused on performance, functionality, and user experience. Here's a look at what's changed: ### 🎬 New Features - **MCP Tool Enhancements**: Added support for `embeddedResource` and made MCP tools display directly for quicker access by @IthacaDream and @fatelei in #30261 and #30019. - **Batch Operations**: Introduced re-index operation in document batch operations by @fatelei in #3 | Low | 1/13/2026 |
| 1.11.2 | ## 🌟 What’s New in v1.11.2 🌟 Welcome to version 1.11.2! This release sees a significant number of improvements, especially around testing, fixes, and new integrations to enhance the robustness and flexibility of the platform. Here's the lowdown: ### 🚀 New Features - **InterSystems IRIS Vector Database**: We've added support for this database to bolster data handling capabilities. Big ups to @TomoOkuyama! (#29480) - **Aliyun SLS Integration**: Workflow execution logging can now lever | Low | 12/25/2025 |
| 1.11.1 | > [!IMPORTANT] > > This version contains **very important security updates**, and we recommend that all users upgrade to this version as soon as possible. This release is all about tightening up security, boosting performance, and squashing those pesky bugs. Let's dive into what's changed: ## 🛠️ Fixes and Improvements - **React and Next.js Security Upgrades**: We've bumped up `react` and `react-dom` to 19.2.3 to fix some CVE vulnerabilities. Next.js also got a security update, cou | Low | 12/12/2025 |
| 1.11.0 |  ## 🧠 Multimodal Knowledge Base Dify can now understand **both text and images** in your knowledge base. Before, embeddings only cared about words. But real docs? They’re full of screenshots, diagrams, memes (don’t lie), and markdown with embedded images. Now those visuals count too. ### What’s Actually Happening 1. **Auto‑Image Extraction** Drop a doc with Markd | Low | 12/11/2025 |
| 1.10.1-fix.1 | > [!IMPORTANT] > > For users who upgraded to version 1.10.1-fix.1 before 2025-12-09 03:00:00 UTC, please verify your docker compose configuration to ensure the web service is using the correct image version langgenius/dify-web:1.10.1-fix.1. This verification is critical to address the https://github.com/advisories/GHSA-fv66-9v8q-g76r security vulnerability. - Security/deps: backend bumps pyarrow 17.0.0, werkzeug 3.1.4, urllib3 2.5.0 in api/uv.lock; frontend bumps React 19.2.1 (addresses CVE | Low | 12/5/2025 |
| 1.10.1 | 🎉 Major new capabilities, critical stability fixes 🧩 And the long-awaited **MySQL support** finally arrives! ## 🚀 New Features ### **Infrastructure & DevOps** **MySQL adaptation (PostgreSQL / MySQL / OceanBase now fully supported)** Thanks **@longbingljw** from the OceanBase team! PR: **#28188** * Adds `DB_TYPE` configuration option * Supports MySQL JSON / LONGTEXT / UUID / index differences * Updates Alembic migrations for multi-DB compatibility * Introduces cross-DB SQL he | Low | 11/26/2025 |
| 1.10.0 | # Introduce Trigger Functionality A **trigger** is a type of **Start node** that allows your workflow to run automatically—either on a schedule or in response to events from external systems (such as GitHub, Gmail, or your internal services)—without requiring a user action or API call. Triggers are ideal for automating repetitive processes and integrating workflows with third-party applications to enable seamless data synchronization and processing. ## ⚡️ Trigger = When something happe | Low | 11/13/2025 |
| 1.10.0-rc1 | ## Introduce Trigger Funtionality Trigger = **When something → then do something** This is the foundation for event-driven Workflow capabilities, covering the following types: * **Schedule** (time-based triggers) * **SaaS Integration Event** (events from external SaaS platforms like Slack/Github/Linear, integrated by **Plugins**) * **Webhook** (external http callbacks) * **Something to be discuss** All of those features are only designed for **Workflow**, **Chatflow** / **Agent** | Low | 10/30/2025 |
| 1.9.2 | This release focuses on improving stability, async performance, and developer experience. Expect cleaner internals, better workflow control, and improved observability across the stack. --- > [!WARNING] > > A recent change has modernized the Dify integration for Weaviate (see PR #25447 and related update in PR #26964). The upgrade switches the Weaviate Python client from v3 to v4 and raises the minimum required Weaviate server version to 1.24.0 or newer. With this update: > > - If | Low | 10/22/2025 |
| 1.9.1 | ## Congratulations on having our 1000th contributor! <img width="319" height="168" alt="image" src="https://github.com/user-attachments/assets/10a7a78a-a49e-4886-a1fc-f44e233f76d3" /> ## 🚀 New Features - **Infrastructure & DevOps**: - Next.js upgraded to 15.5, now leveraging Turbopack in development for a faster, more modern build pipeline by @17hz in #24346. - Provided `X-Dify-Version` headers in marketplace API access for better traceability by @RockChinQ in #26210. - Securi | Low | 9/29/2025 |
| 1.9.0 |  ## 🚀 Introduction In Dify 1.9.0, we are introducing two major new capabilities: the **Knowledge Pipeline** and the **Queue-based Graph Engine**. The Knowledge Pipeline provides a modularized and extensible workflow for knowledge ingestion and processing, while the Queue-based Graph Engine makes workflow execution more robust and controllable. We believe these will help you build and d | Low | 9/22/2025 |
| 1.8.1 | # 🌟 What's New in v1.8.1? 🌟 Welcome to version 1.8.1! 🎉🎉🎉 This release focuses on stability, performance improvements, and developer experience enhancements. We've built great features and resolved critical database issues based on community feedback. ## 🚀 Features - **Export DSL from History**: Able to export workflow DSL directly from version history panel. (See #24939, by *GuanMu*) - **Downvote with Reason**: Enhanced feedback system allowing users to provide specific reasons | Low | 9/3/2025 |
| 1.8.0 | <img width="994" height="570" alt="Image" src="https://github.com/user-attachments/assets/491002a7-02e9-4fa4-98ea-9c9c5ba2b940" /> ## 🎉 Dify v1.8.0 Release Notes 🎉 Hello, Dify community! We're excited to bring you version 1.8.0, packed with significant improvements across the board - from enhanced security and performance optimizations to a revamped UI and powerful new workflow features. Let's dive into what's new! ### 🚀 New Features #### Workflow & Agent Capabilities - **Multi-M | Low | 8/27/2025 |
| 1.7.2 | # ✨ What’s New in v1.7.2? ✨ Alright folks, buckle up! Version 1.7.2 is here, packed with a ton of quality-of-life improvements, bug fixes, and some slick new features to make your Dify experience even smoother. This release has been a community effort, and we want to give a big shoutout to all the contributors, especially the new folks who jumped in – welcome to the party! 🎉 ## 🚀 Major Feature: Workflow Visualization A new relations panel allows you to visualize dependencies within yo | Low | 8/11/2025 |
| 1.7.1 | # 🎉 Dify v1.7.1 Release Notes 🎉 Hello, Dify enthusiasts! We're thrilled to announce version 1.7.1 of our platform, bringing a fresh batch of refinements and enhancements to your workflow. Here's a breakdown of what's changed: ## 🚀 New Features - **Default Value for Select Inputs**: Now you can set a default value for select input fields, providing a smoother user experience when working with forms. Thanks to @antonko. (#21192) - **Selecting Variables in Conditional Filters**: We'v | Low | 7/28/2025 |
| 1.7.0 | # 🌟 What’s New in v1.7.0? 🌟 Version 1.7.0 is packed with features that expand our app's flexibility and enhance performance. Here's what we're bringing to the table: ## 🏗️ Major Feature: OAuth Support in Tool Plugins Tool plugins now support OAuth 2.0 authentication, allowing users to securely connect with third-party services without manually managing API keys. This includes refresh token support for maintaining long-term authentication sessions. (#22550 thanks @Mairuis @zxhlyh ) < | Low | 7/23/2025 |
| 1.6.0 | # 🌟 What’s New in v1.6.0? 🌟 Welcome to version 1.6.0! 🎉🎉🎉 This release is packed with new features, crucial fixes, and various optimisations aimed at enhancing your experience. We've listened to your feedback and made significant improvements across the board. ## 🎯 Spotlight Feature: **Introducing MCP Support!** 🎯 We’re thrilled to introduce **support for [Anthropic’s Model Context Protocol (MCP)](https://docs.anthropic.com/claude/docs/model-context-protocol)** — a new | Low | 7/10/2025 |
| 1.5.1 | # 🎉 What’s New in v1.5.1? 🎉 In this release, we've packed a punch with a host of new features, enhancements, and fixes designed to make your experience smoother and more intuitive. ## 🚀 New Features - **Knowledge Basis Indexing**: Introduced KB indexing by @Gevtolev in #20868. It optimizes the access and retrieval speeds for your data treasures. - **Model Provider Validation**: Added model provider validation in the API by @khoazero123 in #21582. Ensure your models are always in che | Low | 7/2/2025 |
| 1.5.0 | # 🚀 What's New in v1.5.0? Meet **v1.5.0**—a sleek, powerful update boosting your productivity with simplified debugging and powerful integrations. Let's jump right in: ## 🏗️ Major Feature: Enhanced Workflow Debugging We've completely rebuilt our workflow debugging tools! Effortlessly visualize and troubleshoot workflows with improved interfaces, persistent debugging variables (#20699, thanks @QuantumGhost), and enhanced dashboard integration (#21369, kudos to @iamjoel). Easily track y | Low | 6/25/2025 |
| 1.4.3 | # 🚀 What’s New in v1.4.3? 🚀 It’s all about smoothing out the wrinkles and enhancing flexibility in this update. Here’s the rundown: ## 🛠 Fixes and Improvements - **LLM Node Enhancements**: We've ironed out issues with missing parameters for structured outputs; now your LLM node is more robust and prepared for all it can handle thanks to @laipz8200 in [#20915](https://github.com/langgenius/dify/pull/20915). - **Gemini LLM Support**: For those integrating with Gemini, you'll now fin | Low | 6/16/2025 |
| 1.4.2 | ## 🚀 What's New in v1.4.2? We've packed v1.4.2 with usability upgrades, polished features, and stability enhancements. Check out what's new: ### 🌟 New Features & Improvements - **Smarter Webapp Inputs**: Automatically fill hidden fields using URL parameters (#20630), by @hjlarry. - **Efficient Document Extraction**: Faster, streamlined processing for Excel and CSV files (#20625), thanks to @HaiyangPeng. - **Marketplace UI Update**: Easier browsing with improved sorting for a | Low | 6/11/2025 |
| 1.4.1 | # 🚀 What’s New in v1.4.1? 🚀 Welcome to version 1.4.1! This release is all about squashing bugs, enhancing functionality, and making everything run smoother. Here’s the scoop: ## 🚀 New Features - **Optional Request Logging**: Now you can configure optional request and response logging to help with debugging and tracking, thanks to @NeatGuyCoding in #19783. - **Web Media Element Enhancements**: Added support for both `<video>` and `<audio>` elements with `src` attributes, bringing y | Low | 5/27/2025 |
| 1.4.0 | # 🌟 What's New in v1.4.0? 🌟 🎂 Dify turns 2! New look, new brand, same mission. Imagine if every idea could become an AI agent. With Dify, ‘if’ you can ask it, you can build it. Check out the new [Dify.AI](http://dify.ai/) and start building your **if** today. ## 🚀 New Features & Enhancements <img width="1882" alt="features" src="https://github.com/user-attachments/assets/314be691-d130-4d9b-8f18-537613a2b44e" /> ### 🌙 Dark Mode We’ve rolled out a theme switcher that allo | Low | 5/15/2025 |
| 1.3.1 | # 🚀 What's New in v1.3.1? Hello Dify community! Version 1.3.1 is here and packed with updates aimed to enhance your LLMOps operations and workflow. Let’s take a closer look at what's included: ## 🌟 New Features - **VTT to Document Transform:** We've enhanced the Document extractor to support VTT data formats, thanks to @te-chan2. - **Advanced Storage Management:** Admins, rejoice! You can now easily reclaim storage space by cleaning up unused files. This feature is courtesy of @kurok | Low | 4/28/2025 |
| 1.3.0 | # 🌟 What's New in v1.3.0 🌟 Hey tech fam, welcome to version 1.3.0! We've been grinding to bring in some slick enhancements, bug fixes, and new capabilities. Let’s dig into what’s freshly brewed: ## 🚀 New Features  - **Structured Output in LLM Node**: We've introduced structured output support for the LLM Node. This means your language models can now return neatly organized and easily processab | Low | 4/23/2025 |
| 1.2.0 | # 🚀 What’s New in v1.2.0? 🚀 Hello community! We’re excited to share our v1.2.0 update with you—it's packed with impressive new features, enhancements, and of course, some good ol' bug fixes. Sit back, sip your coffee, and let's dive into what's new! ## 🎉 Highlight of the Release - **New Workflow Loop Node**: A huge shoutout to @Woo0ood, @arkunzz, @Gevtolev and @zxhlyh for dropping this game-changer in #14863, #17268 and #17273! The Loop Node feature maximizes efficiency in automation | Low | 4/9/2025 |
| 1.1.3 | # ✨ What’s New in v1.1.3? ✨ Here's what's been cooking in the latest update—v1.1.3. We've got some slick new features, essential fixes, and handy refinements to enhance your experience. Let's dive right in: ## ⚙️ Enhancements - **APP Filtering Harmonization**: Made the logic between App filtering and creation consistent for a seamless UX by @jiangbo721 in #16079. - **ESLint Cache Enabled**: Code quality meets speed as ESLint cache support is enabled, reducing linting time by @karamar | Low | 3/24/2025 |
| 0.15.5 | # 🔒 Security Patch in v0.15.5 Hey everyone, this version bumps us up to v0.15.5, and it focuses on tightening security: ## 🔐 Important Fix - **Sandbox Code Injection**: Upgrade Dify Sandbox to avoid the code injection. We strongly recommend that all users currently using versions below 0.15.5 update to this version, or you can only update the sandbox. - **XSS Vulnerability**: Sanitize SVG to prevent XSS attacks by @iamjoel in [#16608](https://github.com/langgenius/dify/pull/16608).
| Low | 3/24/2025 |
| 1.1.2 | # ✨ What’s New in v1.1.2? ✨ Thanks for keeping up with Dify! This patch delivers some important fixes to boost the stability and security of your operations. > [!Important] > > This update includes a critical fix for an XSS vulnerability. Cloud users are not affected by this issue. > > This version disables the SVG rendering in the message. If you are using our Community Edition and meet all of the following conditions, we recommend that you upgrade to the current version immediately: | Low | 3/21/2025 |
| 0.15.4 | # ✨ What’s New in v0.15.4? ✨ Thanks for keeping up with Dify! This patch delivers some important fixes to boost the stability and security of your operations. > [!Important] > > This update includes a critical fix for an XSS vulnerability. Cloud users are not affected by this issue. > > This version disables the SVG rendering in the message. If you are using our Community Edition and meet all of the following conditions, we recommend that you upgrade to the current version immediately | Low | 3/21/2025 |
| 1.1.1 | # ✨ What’s New in v1.1.1? ✨ We've got some cool updates and fixes in v1.1.1 to keep things running smoother and shinier. Let's dive in: ## ⚙️ Enhancements - Addressed a metadata service API issue so everything stays in sync, thanks to @JohnJyong in #16211. - Solved metadata and retrieval bugs with Weaviate by @JohnJyong in #16230. - Fixed weight rerank mode information not showing up when creating datasets by @JohnJyong in #16190. - Ensured retrieval configurations with empty embeddi | Low | 3/20/2025 |
| 1.1.0 | # 🚀 What's New in v1.1.0 Welcome to v1.1.0! This release packs a punch with significant improvements, enhancements, and the introduction of some much-awaited features. Here's what we've got: ## 🚀 New Features - **Metadata Filtering for Knowledge Retrieval** by @JohnJyong in #15982 and #16063. Metadata filtering enhances the retrieval and accuracy of relevant data in knowledge bases by leveraging custom metadata attributes. This makes finding the right data quicker and more precise. To | Low | 3/18/2025 |
| 1.0.1 | # 🎉 Welcome to v1.0.1! 🎉 We've leveled up to v1.0.1, bringing a bunch of improvements, new features, and fixes. Here’s the lowdown without the bloat: ## 🛠️ Fixes & Improvements - **Cache Mechanics for Plugin Models**: Reducing redundancy through improved caching, championed by @Yeuoly in #14968 and #14898. - **Connectors & Workflows**: Improved data source handling: Fixed iteration logs, edges in copied nodes, and one-step run operations with updates in #14855 by @iamjoel, #12692 | Low | 3/11/2025 |
| 1.0.0 | ## 🎉 Introducing Dify Plugins 🎉 We are glad to share that we're launching Dify **v1.0.0**. Plugins are modular components that extend AI applications with plug-and-play simplicity. Now you can assemble external services and custom functionalities with your Dify apps effortlessly.  ### What's new - We've developed a plugin system, a standard for Dify that lets users create plugins with the suff | Low | 2/28/2025 |
| 0.15.3 | ## ✨ What’s New in v0.15.3? ✨ Hey folks, it's time for another update, and we've got some exciting additions and improvements rolling out with version v0.15.3. Let’s dive into the highlights: ### 🚀 New Model Support <img width="1227" alt="image" src="https://github.com/user-attachments/assets/340e805e-88ef-47c7-a171-9c3f2da288fd" /> - **DeepSeek Models**: DeepSeek R1 is now supported across several platforms, including SiliconFlow, Azure AI Foundry, Ollama, Volcengine, OpenRouter, N | Low | 2/7/2025 |
| 0.15.2 | # ✨ What’s New in v0.15.2? ✨ The v0.15.2 release is all about squashing bugs, unlocking new capabilities, and generally making things run smoother. Here's a peek at what's changed: ## 🚀 New Features - **Deepseek-reasoner/deepseek-r1** by @wangiii in https://github.com/langgenius/dify/pull/12898 - **Minimax-Text-01 Support**: Added support for the new Minimax-Text-01 model by @AAlexDing in #12763. - **Gemini-2.0-Flash-Thinking-Exp-01-21**: New experimental model added by @jiandanfeng | Low | 1/22/2025 |
| 0.15.1 | ## 🚀 What’s New in v0.15.1? 🚀 Here's a peek into what the new 0.15.1 release brings to the table: ### 🎉 New Features - **Sonnet 3.5 Document Support in OpenRouter**: Leverage the new document feature via OpenRouter by @infinitnet in #12444. This is going to enhance your document management capabilities. - **ElasticSearch for Japanese**: Support for Japanese language ElasticSearch queries has been added, thanks to @fujita-h in #12194. - **Milvus Full Text Search**: Expanded Milvus sup | Low | 1/13/2025 |
| 1.0.0-beta.1 | ## Introduce Plugin System We are glad to share that we're launching Plugins beta. Plugins are modular components that extend AI applications with plug-and-play simplicity. Now you can assemble external services and custom functionalities with your Dify apps effortlessly.  ### Changes you should know - We've developed a plugin system, a standard for Dify that lets users create plugins with the suffi | Low | 1/9/2025 |
| 0.15.0 | # ✨ What’s New in v0.15.0? ✨ Hey developers! We know you've got a lot going on, so let's cut to it. Here's what's new in v0.15.0, our latest release, packed with bug fixes, feature upgrades, and enhancements. ## ⚡ New Features ### 🧑🧑🧒🧒 Parent-child Retrieval |  |  | |--------|-------| Leverage | Low | 1/7/2025 |
| 0.14.2 | # ✨ What’s New in v0.14.2? ✨ We’re thrilled to announce the release of v0.14.2, packed with new features and critical enhancements. Here’s everything new in this update: ## 🚀 New Features <img width="1922" alt="retry" src="https://github.com/user-attachments/assets/0dc9f936-83bd-442d-a245-3240ef092a11" /> - **Workflow Retry Functionality**: We've enhanced workflow resilience with a retry feature by @zxhlyh. Your nodes will make repeat attempts if they face execution errors, minimizi | Low | 12/23/2024 |
| 0.14.1 | # ✨ What’s New in v0.14.1? ✨ We’re excited to bring you version 0.14.1, packed with enhancements and new features designed to elevate your workflow and performance. Here’s what you can look forward to: ## 🚀 New Features - **Gemini Models**: Gemini models have received a robust upgrade. With integrated response metadata, you can manage token counting more efficiently, thanks to enhancements by @totsukash in #11743. - **OpenAI O1 Model**: Take advantage of the new OpenAI O1 model with | Low | 12/18/2024 |
| 0.14.0 | # ✨ Discover What's New in v0.14.0 ✨ We’re excited to bring you the latest v0.14.0 update. Let's dive straight into some of the standout features and improvements. As always, we extend a special thanks to our contributors! ## ⚡ New Features ### 🔗 **Improved Error Handling**  Enhanced functionality for workflows and chatflows allows nodes like LLM and HTTP requests to continue oper | Low | 12/16/2024 |