Skip to main content
Loading

AVS Java Client 0.3.0 Release Notes

July 23, 2024

Description & Highlights

The Aerospike Vector Search (AVS) Java Client 0.3.0 release includes several key features to help manage AVS and perform vector operations securely.

Requirements

  • Java 21
  • A running AVS 0.9.0 cluster

Feature overview

  • An admin client to handle administrative tasks like creating and deleting indexes.
  • A development client for performing vector CRUD (Create, Read, Update, Delete) operations.
  • Support for synchronous and asynchronous vector search capabilities, enabling flexible integration with various application workflows.
  • Secure connections using mTLS (Mutual TLS) and TLS, ensuring that all data transfers are encrypted and secure.

Documentation

See the javadocs for a comprehensive description of capabilities and supported APIs.