[PR #11284] chore: bump version to 0.13.0 #27154

Closed
opened 2026-02-21 20:40:58 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/11284

State: closed
Merged: Yes


🚀 What’s New in v0.13.0? 🚀

Hey there, update seekers! Welcome to version 0.13.0. We’ve packed a lot of goodies in this release, from fixes and feature upgrades to some nice behind-the-scenes refactoring. Here's the scoop:

New Features

  • Variable Assigner Node Update
    The Variable Assigner node now supports several powerful features to streamline workflows:
    • Operations on multiple conversation variables in a single node.
    Extend operator to link two arrays seamlessly.
    Set operator to assign constants to variables directly.

    variable assigner

    📄 Read the full documentation

  • Github DSL URL Support
    You can now use github.com links directly for DSLs instead of relying on raw.githubusercontent.com. This makes integration smoother and more intuitive. Thanks to @yihong0618 in #11125.

  • VTT File Support
    Document Extractor can now handle VTT files for all your subtitle extraction needs. Big thanks to @fujita-h in #11148.

  • Conversational Opener Upgrade
    More opening questions for your conversations, increasing engagement points. Thanks to @fujita-h in #11233.

🛠️ Improvements and Fixes

  • LLM Invoke Errors
    Reduced noise from unnecessary exceptions—LLM node invoke errors will no longer recorded in the logs. Thanks to @laipz8200 in #11141.

  • Parameter Type Fix
    Resolved an issue with the parameter extractor function that expected a string and wasn't given one. Kudos to @charli117 in #11142.

  • ToolInvokeMessage Validation Fix
    Fixed validation errors for ToolInvokeMessages when the blob_message meta is missing. Thanks to @catusax in #11212.

  • Claude Handling
    Claude can now handle empty strings gracefully. Thanks to @yihong0618 in #11238.

  • Redis Port Double Split Fix
    Adjusted the Redis port handling logic to address double-split issues. Thanks to @yihong0618 in #11270.

  • Modular App Features
    Reorganized app features into modular components for improved scalability and development ease. Shoutout to @bowenliang123 in #9129.

That’s the short version, but as always, there’s plenty more in the logs for those who like a deep dive. Update your systems and take these features for a spin. Keep building, keep exploring, and stay tuned for more!

**Original Pull Request:** https://github.com/langgenius/dify/pull/11284 **State:** closed **Merged:** Yes --- ## 🚀 What’s New in v0.13.0? 🚀 Hey there, update seekers! Welcome to version 0.13.0. We’ve packed a lot of goodies in this release, from fixes and feature upgrades to some nice behind-the-scenes refactoring. Here's the scoop: ### ✨ New Features - **Variable Assigner Node Update** The Variable Assigner node now supports several powerful features to streamline workflows: **• Operations on multiple conversation variables** in a single node. **• *Extend* operator** to link two arrays seamlessly. **• *Set* operator** to assign constants to variables directly. <img width="1832" alt="variable assigner" src="https://github.com/user-attachments/assets/b6c9572c-4f22-42f8-9a2e-eed435b0b8c8"> 📄 [Read the full documentation](https://docs.dify.ai/guides/workflow/node/variable-assigner) - **Github DSL URL Support** You can now use `github.com` links directly for DSLs instead of relying on `raw.githubusercontent.com`. This makes integration smoother and more intuitive. Thanks to @yihong0618 in #11125. - **VTT File Support** Document Extractor can now handle VTT files for all your subtitle extraction needs. Big thanks to @fujita-h in #11148. - **Conversational Opener Upgrade** More opening questions for your conversations, increasing engagement points. Thanks to @fujita-h in #11233. ### 🛠️ Improvements and Fixes - **LLM Invoke Errors** Reduced noise from unnecessary exceptions—LLM node invoke errors will no longer recorded in the logs. Thanks to @laipz8200 in #11141. - **Parameter Type Fix** Resolved an issue with the parameter extractor function that expected a string and wasn't given one. Kudos to @charli117 in #11142. - **ToolInvokeMessage Validation Fix** Fixed validation errors for ToolInvokeMessages when the blob_message meta is missing. Thanks to @catusax in #11212. - **Claude Handling** Claude can now handle empty strings gracefully. Thanks to @yihong0618 in #11238. - **Redis Port Double Split Fix** Adjusted the Redis port handling logic to address double-split issues. Thanks to @yihong0618 in #11270. - **Modular App Features** Reorganized app features into modular components for improved scalability and development ease. Shoutout to @bowenliang123 in #9129. That’s the short version, but as always, there’s plenty more in the logs for those who like a deep dive. Update your systems and take these features for a spin. Keep building, keep exploring, and stay tuned for more!
yindo added the pull-request label 2026-02-21 20:40:58 -05:00
yindo closed this issue 2026-02-21 20:40:58 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#27154