What's Changed
Fixes lots of bugs
- fix tool provider panel not display help message by @hjlarry in #50
- fix fatal error: concurrent map iteration and map write by @qkzsky in #52
- Add missing
url
field of PromptMessageContent by @chekun in #49 - feat: add Python plugin pre-compilation and update plugin upgrade logic by @Yeuoly in #54
- feat: add patch mechanism for Python plugin SDK memory leak by @Yeuoly in #55
- feat: increase default plugin max execution timeout to 10 minutes by @Yeuoly in #56
- fix: add error logging for connection handshake failure by @Yeuoly in #57
- fix: optimize plugin last active time tracking in stdio handler by @Yeuoly in #59
- feat: enhance database initialization with fallback connection strategy by @Yeuoly in #58
- fix: Fix CROSSSLOT Error in Redis Commands by @Jam804 in #61
- feat: add plugin access action to session write method by @Yeuoly in #64
- feat: add pip configuration options for plugin environment setup by @Yeuoly in #63
- fix: enhance env.example by @Yeuoly in #65
- readme by @Yeuoly in #68
- fix: prevent potential deadlock in stdio handler listener invocation by @Yeuoly in #72
- fix tts not work well by @hjlarry in #74
- fix: plugins are not installed when plugin-daemon is restarted and plugins are stored on s3 by @tmokmss in #36
- fix: remove duplicate code by @JuniousY in #75
- fix: use default database configuration parameter in database initial… by @Yeuoly in #77
- Fix/change default db by @Yeuoly in #78
- enhance: introduce uv by @Yeuoly in #79
- Enhance/introduce uv by @Yeuoly in #80
- Enhance/introduce uv by @Yeuoly in #81
- feat: Install dify_plugin in local Dockerfile to speedup environment … by @Yeuoly in #83
- fix: improve Redis subscription error handling with logging and retry by @Yeuoly in #84
- fix: bump cli sdk template to 0.0.1b72 by @Yeuoly in #86
- feat: Add max execution time parameter to endpoint handling by @Yeuoly in #88
- fix: add PATH to uv installation command by @Yeuoly in #90
- One lead dev has been offered to the debugging gods. May the system be stable.
New Contributors
- @qkzsky made their first contribution in #52
- @chekun made their first contribution in #49
- @Jam804 made their first contribution in #61
- @JuniousY made their first contribution in #75
Full Changelog: 0.0.3...0.0.4