Skip to content

Releases: agentfront/vectoriadb

v2.2.0

06 Apr 17:06
641dba0

Choose a tag to compare

Release v2.2.0

Release type: stable
Release line: 2.2.x
Branch: release/2.2.x

[2.2.0] - 2026-04-06

Added

  • New dispose method in EmbeddingService for releasing ONNX native resources and preventing native mutex crashes during shutdown.

Changed

  • Explicitly set dtype to 'fp32' in the EmbeddingService to suppress warnings from ONNX runtime.

Fixed

  • Ensure proper cleanup of resources in VectoriaDB.close() by calling the new dispose method in EmbeddingService.

Installation

npm install vectoriadb@2.2.0

v2.1.3

28 Jan 01:53

Choose a tag to compare

Release v2.1.3

Release type: stable
Release line: 2.1.x
Branch: release/2.1.x

[2.1.3] - 2026-01-28

Added

  • Initial support for geospatial data types and queries.

Changed

  • Improved query execution times by optimizing index structures.

Fixed

  • Resolved a critical bug in the replication module causing data consistency issues.

Security

  • Patched a vulnerability in the authentication mechanism.

Installation

npm install vectoriadb@2.1.3

v2.1.2

28 Jan 00:04

Choose a tag to compare

Release v2.1.2

Release type: stable
Release line: 2.1.x
Branch: release/2.1.x

Installation

npm install vectoriadb@2.1.2

What's Changed

  • Cherry-pick: feat: add workflows for cherry-picking and release management by @github-actions[bot] in #2
  • fix-docs by @frontegg-david in #3
  • feat: enhance documentation structure with new icons for dropdowns by @frontegg-david in #5
  • feat: enhance documentation structure with new icons and updated pages by @frontegg-david in #7

New Contributors

  • @github-actions[bot] made their first contribution in #2

Full Changelog: v2.1.1...v2.1.2

v2.1.1

27 Jan 18:02

Choose a tag to compare

Release v2.1.1

Release type: stable
Release line: 2.1.x
Branch: release/2.1.x

Installation

npm install vectoriadb@2.1.1

What's Changed

  • feat: add workflows for cherry-picking and release management by @frontegg-david in #1

New Contributors

Full Changelog: v2.1.0...v2.1.1

v2.1.0

27 Jan 17:07

Choose a tag to compare

Release v2.1.0

Release type: stable
Release line: 2.1.x
Branch: release/2.1.x

Installation

npm install vectoriadb@2.1.0

Full Changelog: v2.0.2...v2.1.0

v2.0.2

25 Jan 11:56

Choose a tag to compare

Fixed

  • Regex vulnerability detection now trims analyzed patterns to 500 characters and evaluates them through bounded helper regexes to avoid the analyzer triggering ReDoS.
  • Redis namespace sanitization bounds the namespace prior to regex processing and swaps in precompiled SAFE_PATTERNS to strip control characters and unsafe symbols deterministically.

Security

  • Hardened both the regex analyzer and namespace sanitizer so untrusted input can no longer leverage those code paths for ReDoS attacks.