Skip to content

0.3.0

Choose a tag to compare

@Mairuis Mairuis released this 18 Sep 05:00
· 13 commits to main since this release
1dacb20

Dify Plugin Daemon v0.3.0 Release Notes

๐Ÿš€ Major Feature: DataSource Plugin Support

This release introduces the groundbreaking DataSource plugin type - a new paradigm for connecting and managing external data sources within Dify ecosystem.

Key Capabilities:

  • Unified Data Integration
    [[PR #295]] Implemented core validation/invocation framework for secure data source connections
    [[PR #449]] Added CLI template support (dify datasource init) for rapid plugin development

  • Enterprise-Grade Features

    • Automatic connection pooling management
    • Granular access control through plugin manifest
  • Use Cases

    • Connect to databases (MySQL/PostgreSQL/MongoDB)
    • Integrate SaaS platforms (Salesforce, HubSpot)
    • Access cloud storage (S3, Azure Blob)

โœจ Other Notable Improvements

  1. Performance Enhancements

    • Redis caching for plugin installations [[PR #400]]
    • Windows architecture detection fixes [[PR #432]]
  2. Developer Experience

    • New max-size flag for binary management [[PR #445]]
    • Improved error handling in session management [[PR #413]]
  3. Security Updates

    • Credential type hardening [[PR #419]]
    • Serverless control plane integration [[PR #428]]

๐Ÿ› ๏ธ Breaking Changes

  • Removed JSON schema validation from core services [[PR #430]]
  • AWS references renamed to Serverless terminology [[PR #437]]

๐Ÿ‘ New Contributors

Welcome our first-time contributors:
@Betula-L @toli-ch @wylswz @kenwoodjw

๐Ÿ“š Getting Started

Explore DataSource plugins with:

dify plugin init

Full Changelog: 0.2.0...0.3.0