|
1 | 1 | # CHANGELOG |
2 | 2 |
|
| 3 | +## v0.14.2 (2025-07-03) |
| 4 | + |
| 5 | +### Bug Fixes |
| 6 | + |
| 7 | +- **#204**: Fix MCP Error with MCP-Hub integration |
| 8 | + ([`3621bb7`](https://github.com/basicmachines-co/basic-memory/commit/3621bb7b4d6ac12d892b18e36bb8f7c9101c7b10)) |
| 9 | + - Resolve compatibility issues with MCP-Hub |
| 10 | + - Improve error handling in project management tools |
| 11 | + - Ensure stable MCP tool integration across different environments |
| 12 | + |
| 13 | +- **Modernize datetime handling and suppress SQLAlchemy warnings** |
| 14 | + ([`f80ac0e`](https://github.com/basicmachines-co/basic-memory/commit/f80ac0e3e74b7a737a7fc7b956b5c1d61b0c67b8)) |
| 15 | + - Replace deprecated `datetime.utcnow()` with timezone-aware alternatives |
| 16 | + - Suppress SQLAlchemy deprecation warnings for cleaner output |
| 17 | + - Improve future compatibility with Python datetime best practices |
| 18 | + |
| 19 | +## v0.14.1 (2025-07-03) |
| 20 | + |
| 21 | +### Bug Fixes |
| 22 | + |
| 23 | +- **#203**: Constrain fastmcp version to prevent breaking changes |
| 24 | + ([`827f7cf`](https://github.com/basicmachines-co/basic-memory/commit/827f7cf86e7b84c56e7a43bb83f2e5d84a1ad8b8)) |
| 25 | + - Pin fastmcp to compatible version range to avoid API breaking changes |
| 26 | + - Ensure stable MCP server functionality across updates |
| 27 | + - Improve dependency management for production deployments |
| 28 | + |
| 29 | +- **#190**: Fix Problems with MCP integration |
| 30 | + ([`bd4f551`](https://github.com/basicmachines-co/basic-memory/commit/bd4f551a5bb0b7b4d3a5b04de70e08987c6ab2f9)) |
| 31 | + - Resolve MCP server initialization and communication issues |
| 32 | + - Improve error handling and recovery in MCP operations |
| 33 | + - Enhance stability for AI assistant integrations |
| 34 | + |
| 35 | +### Features |
| 36 | + |
| 37 | +- **Add Cursor IDE integration button** - One-click setup for Cursor IDE users |
| 38 | + ([`5360005`](https://github.com/basicmachines-co/basic-memory/commit/536000512294d66090bf87abc8014f4dfc284310)) |
| 39 | + - Direct installation button for Cursor IDE in README |
| 40 | + - Streamlined setup process for Cursor users |
| 41 | + - Enhanced developer experience for AI-powered coding |
| 42 | + |
| 43 | +- **Add Homebrew installation instructions** - Official Homebrew tap support |
| 44 | + ([`39f811f`](https://github.com/basicmachines-co/basic-memory/commit/39f811f8b57dd998445ae43537cd492c680b2e11)) |
| 45 | + - Official Homebrew formula in basicmachines-co/basic-memory tap |
| 46 | + - Simplified installation process for macOS users |
| 47 | + - Package manager integration for easier dependency management |
| 48 | + |
3 | 49 | ## v0.14.0 (2025-06-26) |
4 | 50 |
|
5 | 51 | ### Features |
|
0 commit comments