Skip to content

bump mem0ai plugin to version 0.3.1 - #2417

Merged
crazywoola merged 1 commit into
langgenius:mainfrom
beersoccer:bump-mem0ai-plugin-0.3.1
May 18, 2026
Merged

bump mem0ai plugin to version 0.3.1#2417
crazywoola merged 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

@crazywoola crazywoola left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ LGTM

Decision: Approve

Local Check Results

Check Status Detail Required action
PR content language ✅ Pass PR title/body CJK ratio=0.0% (zh=0, en=86, ignored_zh=0, allowed_zh<=0) None.
Project structure ✅ Pass All expected files present: manifest.yaml, README.md, PRIVACY.md. _assets/: yes. None.
Manifest author ✅ Pass author is valid. None.
Icon validation ✅ Pass icon exists: _assets/mem0_plugin.png None.
Version check ✅ Pass version 0.3.1 is available. None.
README language ✅ Pass README.md CJK ratio=0.0% (zh=0, en=19779, allowed_zh<=0) None.
PRIVACY.md ✅ Pass PRIVACY.md exists and is non-empty. None.
Dependency install ✅ Pass requirements installed successfully. None.
dify_plugin version ✅ Pass dify_plugin version 0.8.0 satisfies >= 0.5.0. None.
Install test ✅ Pass plugin install test passed. None.
Packaging test ✅ Pass packaging check passed. None.

@crazywoola
crazywoola merged commit 5db8d9b into langgenius:main May 18, 2026
1 check passed
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.

3 participants