@@ -120,6 +120,112 @@ Basic Memory Cloud is currently in invite-only beta. Sign up for Early Access on
120120
121121See [ What's New] ( /whats-new#v0.15.0 ) for complete details and [ Getting Started] ( /getting-started#multi-project-setup ) for setup guidance.
122122
123+ ---
124+ ## [ v0.15.2] ( https://github.com/basicmachines-co/basic-memory/releases/tag/v0.15.2 ) — 2025-10-14
125+
126+ ### Cloud Features
127+
128+ - ** WebDAV upload command for cloud projects** ([ #356 ] ( https://github.com/basicmachines-co/basic-memory/pull/356 ) )
129+ - New ` basic-memory cloud upload ` command for uploading files to cloud projects via WebDAV
130+ - Supports uploading individual files or entire directories
131+ - Automatic project syncing after upload completes
132+ - Simplifies workflow for adding local files to cloud projects
133+
134+ ** Full Changelog** : https://github.com/basicmachines-co/basic-memory/compare/v0.15.1...v0.15.2
135+
136+ ---
137+ ## [ v0.15.1] ( https://github.com/basicmachines-co/basic-memory/releases/tag/v0.15.1 ) — 2025-10-13
138+
139+ ** Focus:** Cloud mode stability, performance optimizations, and bug fixes
140+
141+ <Info >
142+ ** Highlights:**
143+ - 10-100x performance improvement for directory operations
144+ - 43% faster sync and indexing operations
145+ - Enhanced cloud mode security with path validation
146+ - Critical bug fixes for project deletion and Claude Desktop compatibility
147+ </Info >
148+
149+ ### Performance Improvements
150+
151+ - ** Optimize directory operations for 10-100x performance improvement** ([ #350 ] ( https://github.com/basicmachines-co/basic-memory/pull/350 ) )
152+ - Dramatically faster directory listing and traversal operations
153+ - Improved responsiveness for large knowledge bases
154+ - Optimized file system operations
155+
156+ - ** Optimize sync/indexing for 43% faster performance** ([ #352 ] ( https://github.com/basicmachines-co/basic-memory/pull/352 ) )
157+ - Significantly faster file synchronization
158+ - Reduced indexing time for large projects
159+ - Enhanced overall system responsiveness
160+
161+ ### Cloud Mode Enhancements
162+
163+ - ** Cloud mode path validation and sanitization** ([ #332 ] ( https://github.com/basicmachines-co/basic-memory/pull/332 ) )
164+ - Enhanced security with strict path validation in cloud mode
165+ - Prevents path traversal attacks and unauthorized file access
166+ - Improved data isolation for multi-tenant environments
167+
168+ - ** BASIC_MEMORY_PROJECT_ROOT for path constraints** ([ #334 ] ( https://github.com/basicmachines-co/basic-memory/pull/334 ) )
169+ - New environment variable for defining project root boundaries
170+ - Additional security layer for cloud deployments
171+ - Prevents access to files outside designated project directories
172+
173+ - ** Normalize paths to lowercase in cloud mode** ([ #336 ] ( https://github.com/basicmachines-co/basic-memory/pull/336 ) )
174+ - Prevents case-sensitivity collisions in cloud storage
175+ - Ensures consistent file handling across platforms
176+ - Improves cross-platform compatibility
177+
178+ - ** Configuration persistence via Tigris (SPEC-15)** ([ #343 ] ( https://github.com/basicmachines-co/basic-memory/pull/343 ) )
179+ - Cloud configuration storage implementation
180+ - Persistent settings across sessions
181+ - Foundation for enhanced cloud features
182+
183+ - ** Async client context manager pattern** ([ #344 ] ( https://github.com/basicmachines-co/basic-memory/pull/344 ) )
184+ - Improved cloud client architecture
185+ - Better resource management and connection handling
186+ - Enhanced reliability for cloud operations
187+
188+ ### Bug Fixes
189+
190+ - ** Prevent nested project paths** ([ #338 ] ( https://github.com/basicmachines-co/basic-memory/pull/338 ) )
191+ - Prevents data conflicts from nested project configurations
192+ - Improved project isolation and data integrity
193+ - Clear error messages for invalid project structures
194+
195+ - ** Project deletion with permalink normalization** ([ #345 ] ( https://github.com/basicmachines-co/basic-memory/pull/345 ) )
196+ - Fixed project deletion failures caused by permalink handling
197+ - Consistent permalink normalization across operations
198+ - Improved project management reliability
199+
200+ - ** Add permalink normalization to project lookups** ([ #348 ] ( https://github.com/basicmachines-co/basic-memory/pull/348 ) )
201+ - Ensures consistent project lookups across all operations
202+ - Fixes edge cases with project switching
203+ - Enhanced project management stability
204+
205+ - ** Correct ProjectItem.home property** ([ #341 ] ( https://github.com/basicmachines-co/basic-memory/pull/341 ) )
206+ - Fixed property to return path instead of name
207+ - Corrects API contract for project information
208+ - Improved integration reliability
209+
210+ - ** Update view_note and ChatGPT tools for Claude Desktop compatibility** ([ #355 ] ( https://github.com/basicmachines-co/basic-memory/pull/355 ) )
211+ - Fixed Claude Desktop integration issues
212+ - Enhanced MCP tool compatibility
213+ - Improved cross-platform tool support
214+
215+ ### Documentation
216+
217+ - ** v0.15.0 assistant guide** ([ #335 ] ( https://github.com/basicmachines-co/basic-memory/pull/335 ) )
218+ - Comprehensive guide for AI assistants working with Basic Memory
219+ - Enhanced integration documentation
220+ - Improved developer experience
221+
222+ - ** Tool documentation for write_note** ([ #339 ] ( https://github.com/basicmachines-co/basic-memory/pull/339 ) )
223+ - Clarified usage of empty string or "/" for root folder
224+ - Improved API documentation
225+ - Better tool usage examples
226+
227+ ** Full Changelog** : https://github.com/basicmachines-co/basic-memory/compare/v0.15.0...v0.15.1
228+
123229---
124230## [ v0.14.4] ( https://github.com/basicmachines-co/basic-memory/releases/tag/v0.14.4 ) — 2025-09-04
125231
0 commit comments