Change8

0.11.0

Breaking Changes
📦 memgptView on GitHub →
1 breaking2 features🐛 1 fixes🔧 2 symbols

Summary

This release fully removes legacy clients, introduces Signoz tracing integration, optimizes Jinja templating performance, and raises the minimum required Python version to 3.11.

⚠️ Breaking Changes

  • Legacy LocalClient and RestClient have been fully removed and replaced by the new Letta sdk clients (available for python and typescript).

Migration Steps

  1. Replace usage of legacy LocalClient and RestClient with the new Letta sdk clients.
  2. Ensure your Python environment meets the new minimum version requirement of 3.11.

✨ New Features

  • Added Signoz integration for exporting OpenTelemetry traces.
  • Implemented a filesystem demo featuring file upload and streaming capabilities.

🐛 Bug Fixes

  • Fixed incorrect context_window or embedding_dim when using ollama.

Affected Symbols