Releases: agentfront/vectoriadb
Releases · agentfront/vectoriadb
v2.1.3
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.3v2.1.2
Release v2.1.2
Release type: stable
Release line: 2.1.x
Branch: release/2.1.x
Installation
npm install vectoriadb@2.1.2What'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
Release v2.1.1
Release type: stable
Release line: 2.1.x
Branch: release/2.1.x
Installation
npm install vectoriadb@2.1.1What's Changed
- feat: add workflows for cherry-picking and release management by @frontegg-david in #1
New Contributors
- @frontegg-david made their first contribution in #1
Full Changelog: v2.1.0...v2.1.1
v2.1.0
Release v2.1.0
Release type: stable
Release line: 2.1.x
Branch: release/2.1.x
Installation
npm install vectoriadb@2.1.0Full Changelog: v2.0.2...v2.1.0
v2.0.2
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_PATTERNSto 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.