v1.2.3

stalwartlabs/stalwartv1.2.3Dec 12, 2025by nullure

AI Summary

This release introduces temporal filtering capabilities across the Backend, JavaScript, and Python SDKs, enabling time-based memory retrieval. It also resolves several bugs in SDK filtering logic and type definitions.

Key Highlights

  • Added Temporal Filtering (startTime/endTime) to Backend, JS, and Python SDKs
  • Fixed JavaScript SDK type errors (IngestURLResult import and VectorStore property access)
  • Fixed missing user_id and temporal filters in Python SDK
  • Added PATCH method support to CORS allowed methods

New Features

  • Temporal Filtering with time-based memory retrieval
  • PATCH method support in CORS allowed methods

Full Release Notes

## 1.2.3 - 2025-12-14

### Added

- **Temporal Filtering**: Enables precise time-based memory retrieval
  - Added `startTime` and `endTime` filters to `query` method across Backend, JS SDK, and Python SDK.
  - Allows filtering memories by creation time range.
  - Fully integrated into `hsg_query` logic.

### Fixed

- **JavaScript SDK Types**: Fixed `IngestURLResult` import error and `v.v` property access bug in `VectorStore` integration.
- **Python SDK Filtering**: Fixed missing implementation of `user_id` and temporal filters in `hsg_query` loop.

## What's Changed
* fix: Add PATCH to CORS allowed methods by @aziham in https://github.com/CaviraOSS/OpenMemory/pull/93

## New Contributors
* @aziham made their first contribution in https://github.com/CaviraOSS/OpenMemory/pull/93

**Full Changelog**: https://github.com/CaviraOSS/OpenMemory/compare/v1.2.2...v1.2.3