> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agentfront.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Updates

> Changelog and release history for VectoriaDB

<Update label="v2.3.x" description="June 2026" tags={["Releases"]}>
  <Card title="VectoriaDB v2.3.2: Enhanced Build Support" href="https://github.com/agentfront/vectoriadb/releases/tag/v2.3.2" cta="View full changelog">
    **Feature** – Introduced dedicated entry points for worker and browser environments in the package configuration.

    * Enhances flexibility for deployment in diverse environments.
  </Card>

  <Card title="VectoriaDB v2.3.1: Improved File Storage and Browser Support" href="https://github.com/agentfront/vectoriadb/releases/tag/v2.3.1" cta="View full changelog">
    **Feature** – Dynamic import of the `fs/promises` module enhances Node.js file storage adapter efficiency, and new browser fields optimize bundling for web environments.

    * Supports asynchronous operations and runtime flexibility
  </Card>

  <Card title="VectoriaDB v2.3.0: Enhanced Search and Performance" href="https://github.com/agentfront/vectoriadb/releases/tag/v2.3.0" cta="View full changelog">
    **Feature** – Introduced BM25 scoring and anti-query capabilities for improved search relevance and expressiveness.

    * Enhanced snapshot support for quick recovery and cold start efficiency.
  </Card>
</Update>

<Update label="v2.2.x" description="April 2026" tags={["Releases"]}>
  <Card title="VectoriaDB v2.2.0: Enhanced Resource Management" href="https://github.com/agentfront/vectoriadb/releases/tag/v2.2.0" cta="View full changelog">
    **Feature** – New method to dispose of embedding pipelines and prevent ONNX resource conflicts during shutdown.

    * Includes explicit dtype specification to suppress runtime warnings
  </Card>
</Update>

<Update label="v2.1.x" description="January 2026" tags={["Releases"]}>
  <Card title="VectoriaDB 2.1.3: Geospatial Support & Security Patch" href="https://github.com/agentfront/vectoriadb/releases/tag/v2.1.3" cta="View full changelog">
    **Geospatial Support** – Initial support for geospatial data types and queries.

    * Optimized index structures for faster query execution
    * Fixed critical replication bug causing data consistency issues
    * Patched authentication vulnerability
  </Card>

  <Card title="VectoriaDB 2.1.2: Documentation Enhancements" href="https://github.com/agentfront/vectoriadb/releases/tag/v2.1.2" cta="View full changelog">
    **Documentation** – Enhanced documentation structure with new icons and updated pages.

    * New dropdown icons for improved navigation
    * Restructured documentation pages
  </Card>

  <Card title="VectoriaDB 2.1.1: Release Automation" href="https://github.com/agentfront/vectoriadb/releases/tag/v2.1.1" cta="View full changelog">
    **Automation** – Added workflows for cherry-picking and release management.

    * Streamlined release process with automated workflows
  </Card>

  <Card title="VectoriaDB 2.1.0: New Release Line" href="https://github.com/agentfront/vectoriadb/releases/tag/v2.1.0" cta="View full changelog">
    **Release** – Initial release of the 2.1.x release line.

    * Builds upon v2.0.x with improved stability
  </Card>
</Update>

<Update label="v2.0.x" description="January 2026" tags={["Releases"]}>
  <Card title="VectoriaDB 2.0.2: ReDoS Security Hardening" href="https://github.com/agentfront/vectoriadb/releases/tag/v2.0.2" cta="View full changelog">
    **Security** – Hardened regex analyzer and namespace sanitizer against ReDoS attacks.

    * Regex patterns now trimmed to 500 characters with bounded helper regexes
    * Redis namespace sanitization uses precompiled SAFE\_PATTERNS
  </Card>
</Update>
