Skip to main content
Loading

AVS Python Client 1.0.1 Release Notes

August 6, 2024

New in this version

This version implements a variety of feature requests, improvements, and fixes to enhance performance, usability, and reliability.

caution

This Python client version is only compatible with AVS version 0.9.0.

New features

  • Added additional parameters to types.IndexDefinition. [CLIENT-3064]

Improvements

  • Improved tending performance in the aio clients. [CLIENT-2920]
  • Refactored tending and simplified existing code. [CLIENT-3065]

Issues fixed

  • Timeout was ignored in client.wait_for_completion. [CLIENT-3036]
  • Authentication would not refresh when load_balancer was set to true. [CLIENT-3066]
  • Tend errors would not propagate to the user in the aio clients. [CLIENT-3067]

Resources