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) toschedule
(str) and quartz cron expressions are now accepted for configuring the index healer schedule. [VEC-275] - Renamed
HnswIndexMergeParams.parallelism
toindex_parallelism
and addedreindex_parallelism
. [VEC-275]
New features
- Added the
ssl_target_name_override
configuration option. [CLIENT-3079] - Added the
apply_defaults
parameter toindex_get
andindex_list
for returning index info with default values. [VEC-241]
Issues fixed
- The
max_mem_queue_size
field was not being set properly infromIndexDefinition
and it was not being returned when indexes were retrieved.