Releases: SelfMemory/SelfMemory
v0.9.6
v0.9.6 (2026-03-28)
This release is published under the Apache-2.0 License.
Bug Fixes
-
Add PyPI and npm download badges to README (
9300eb7) -
Apply ruff formatting and fix UP038 isinstance style (
477a270) -
Clean up MCP server, add NeMo adapter, and harden auth layer (
b624eb7) -
Prevent log injection in validators and organization invitations (
5662083) -
Resolve ruff linting errors in Code Quality CI (
4d03d31)
Detailed Changes: v0.9.5...v0.9.6
v0.9.5
v0.9.4
v0.9.4 (2026-02-25)
This release is published under the Apache-2.0 License.
Bug Fixes
- Whitelist MCP server URL as allowed audience for dynamic client registration (
c97501b)
Detailed Changes: v0.9.3...v0.9.4
v0.9.3
v0.9.3 (2026-02-25)
This release is published under the Apache-2.0 License.
Bug Fixes
-
Include decryption of API keys in the project API keys listing (
3405cd5) -
Update selfmemory version to 0.9.2 in uv.lock (
311e8bb)
Build System
Chores
- deps: Bump the npm_and_yarn group across 1 directory with 2 updates (
8063021)
Detailed Changes: v0.9.2...v0.9.3
v0.9.2
v0.9.1
v0.9.1 (2026-02-24)
This release is published under the Apache-2.0 License.
Bug Fixes
- Remove unused import from api_keys.py and update selfmemory version to 0.9.0 in uv.lock (
d670e45)
Refactoring
- Remove unused get_user_project_permissions function and simplify API key retrieval (
f2da47d)
Detailed Changes: v0.9.0...v0.9.1
v0.9.0
v0.9.0 (2026-02-24)
This release is published under the Apache-2.0 License.
Bug Fixes
-
Suppress E402 lint errors for intentional late imports in MCP server (
1d56eeb) -
Update environment variable loading paths and remove deprecated .env.example file (
ece5edb) -
Update OpenTelemetry initialization print statement for better readability (
94242b0)
Features
- Add @selfmemory/sdk TypeScript SDK with tests (
a8be806)
Detailed Changes: v0.8.5...v0.9.0
v0.8.5
v0.8.5 (2026-02-24)
This release is published under the Apache-2.0 License.
Bug Fixes
- Resolve 421 Misdirected Request by configuring MCP transport security allowed hosts (
1613056)
Continuous Integration
- deps: Bump actions/upload-artifact from 4 to 6 (
d35df5d)
Detailed Changes: v0.8.4...v0.8.5
v0.8.4
v0.8.4 (2026-02-24)
This release is published under the Apache-2.0 License.
Bug Fixes
- Replace setuptools-scm with static versioning to prevent post-release suffixes (
16f7ffa)
Detailed Changes: v0.8.3...v0.8.4
v0.8.3
v0.8.3 (2026-02-24)
This release is published under the Apache-2.0 License.
Bug Fixes
- ci: Add issue templates for bug reports and feature requests, configure CI workflows, and enhance README with badges (
8ae2de3)
Chores
- Remove CodeQL workflow configuration (
7a250a4)
Detailed Changes: v0.8.2...v0.8.3