Databaset

Product

Changelog

New features, infrastructure improvements, and what's coming next.

2 releases published

v0.1.1February 18, 2026

Dashboard search and Python SDK polish

Faster memory search in the dashboard and improved Python SDK error messages.

New features

  • Full-text search across memories in the dashboard
  • Filter by memory type and date range
  • Python SDK: typed errors with retry hints
  • Bulk delete from the memory explorer
  • Usage charts now show recall vs store breakdown

Infrastructure

  • Recall p95 down to 47ms in ap-south-1
  • Embedding cache for duplicate chunks

Coming soon

  • Webhooks
  • Memory expiry controls
v0.1.0January 15, 2026

Databaset Launch

We're live! Here's what's included in v0.1.0:

New features

  • memory.store(): store any text as a memory
  • memory.recall(): semantic search across memories
  • memory.forget(): delete memories
  • memory.list(): list all memories for a user
  • Node.js SDK
  • Python SDK
  • REST API
  • Dashboard with memory explorer
  • Usage analytics
  • API key management

Infrastructure

  • pgvector for vector storage
  • Auto-chunking for large texts
  • Sub-50ms recall latency

Coming soon

  • Webhooks
  • Memory expiry controls
  • Bulk import
  • Go SDK