Skip to content

2.0.0

Compare
Choose a tag to compare
@dwelch-spike dwelch-spike released this 10 Sep 19:00
· 3 commits to main since this release
88cae9a

Release notes

This AVS client is only compatible with AVS server versions 0.10.0 and newer.

New in this version

This version implements a variety of fixes and improvements to enhance usability and reliability.

Breaking changes

  • Renamed HnswHealerParams.schedule_delay (int) to schedule (str) and quartz cron expressions are now accepted for configuring the index healer schedule. [VEC-275]
  • Renamed HnswIndexMergeParams.parallelism to index_parallelism and added reindex_parallelism. [VEC-275]

New features

  • Added the ssl_target_name_override configuration option. [CLIENT-3079]
  • Added the apply_defaults parameter to index_get and index_list for returning index info with default values. [VEC-241]

Issues fixed

  • The max_mem_queue_size field was not being set properly in fromIndexDefinition and it was not being returned when indexes were retrieved.

Resources

https://pypi.org/project/aerospike-vector-search/2.0.0/
https://aerospike-vector-search-python-client.readthedocs.io/en/latest/

Full Changelog: 1.0.2...2.0.0