Skip to main content
Loading

AVS Python Client 2.0.0 Release Notes

September 10, 2024

New in this version

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

note

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

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