v2.0.1
getzep/graphitiv2.0.1May 29, 2026by github-actions[bot]
AI Summary
Bubble v2.0.1 introduces semantic search capabilities for AI chat and embedding, along with a vector search plugin and sync service. The release also includes numerous bug fixes for attachment uploads, admin visibility checks, HTML rendering, and authorization security.
Key Highlights
- Support semantic search in AI chat and embedding ability
- Add vector search plugin and vector sync service for question and answer embeddings
- Fix attachment upload broken after upgrading to v2.0.0
- Add API key scope checks to enhance authorization security
New Features
- Support semantic search in AI chat and embedding ability
- Add vector search plugin and vector sync service
- Enhance local plugin path resolution and module replacement handling
Full Release Notes
### New Features * New: Support semantic search in AI chat and embedding ability (@hgaol #1510) * New: Add vector search plugin and vector sync service for question and answer embeddings (@hgaol) ### Improvements * Improve: Enhance local plugin path resolution and module replacement handling for local plugins (@hgaol #1520) ### Bug Fixes * Fixed: Attachment upload broken after upgrading to v2.0.0 (@robinv8 #1527) * Fixed: Keep Helm install port aligned with service port (@Herrtian #1522) * Fixed: Change avatar column type to `TEXT` to support long URLs (@maishivamhoo123 #1499) * Fixed: Update bubble user background color for dark mode (@MakiWinster72 #1505) * Fixed: Implement HTML rendering for AI chat display content (@LinkinStars) * Fixed: Add admin moderator visibility checks for timeline objects, answers, and comments (@LinkinStars) * Fixed: Enhance admin user cache handling and add status checks for email verification and suspension (@LinkinStars) * Fixed: Add API key scope checks to enhance authorization security (@LinkinStars) * Fixed: Normalize and validate comment IDs and object IDs in comment requests (@LinkinStars) * Fixed: Improve image decoding checks for JPEG, PNG, and GIF uploads (@LinkinStars) * Fixed: Escape HTML characters in dynamic email template content (@LinkinStars) * Fixed: Correct variable name in JSON unmarshal for site general information (@kumfo) * Fixed: Enhance bracket handling in formatting and add a concurrency test for internationalization (@LinkinStars)