Skip to content

bump mem0ai plugin to version 0.3.1#2417

Open
beersoccer wants to merge 1 commit into
langgenius:mainfrom
beersoccer:bump-mem0ai-plugin-0.3.1
Open

bump mem0ai plugin to version 0.3.1#2417
beersoccer wants to merge 1 commit into
langgenius:mainfrom
beersoccer:bump-mem0ai-plugin-0.3.1

Conversation

@beersoccer
Copy link
Copy Markdown
Contributor

bump mem0ai plugin package to version 0.3.1

Changes:

  • Updated plugin package file

@beersoccer
Copy link
Copy Markdown
Contributor Author

Plugin Submission Form

Last updated: 2026-05-16

1. Metadata

2. Submission Type

  • New plugin submission

  • Version update for existing plugin

3. Description

This submission updates the Mem0 Dify plugin to v0.3.1 (self-hosted mode). Key changes are summarized below; detailed release notes and historical context are in CHANGELOG.md.

Key Updates

  • Windows Debugging Fix (PR feat: add markitdown plugin #47, credit: sususweet): Fixed psycopg3 connection errors on Windows caused by gevent's selector conflicting with ProactorEventLoop; added asyncio.WindowsSelectorEventLoopPolicy() on win32 at startup; made psycopg dependency platform-conditional (psycopg3 on Linux/macOS, psycopg2 on Windows)
  • Write Timeout Increase (PR feat: add markitdown plugin #47): Raised WRITE_OPERATION_TIMEOUT from 15 s to 45 s; write operations involve an extra LLM inference step that can exceed 15 s on slower providers, previously causing silent background write failures in async mode
  • Ollama Dependency Fix (PR fix: update goto_human plugin icon #46, credit: sususweet): Added missing ollama package to pyproject.toml so the API-key validation screen no longer hangs when Ollama is selected as the LLM provider

All API keys and credentials are stored locally in the user's Dify instance configuration and are not shared with any third parties. The plugin only communicates with services configured by the user (their LLM, embedding, and database services).

Privacy Policy

  • I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines

Privacy Policy Location: PRIVACY.md is included in the plugin package and clearly explains:

  • Self-hosted mode operation and data storage
  • Information processed by the plugin
  • User's complete control over data
  • No third-party data sharing
  • User's responsibility for data security and compliance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants