v3.24.0
Added
-
Add
FlowsClient.list_runs
as a method for listing all runs for the current user, with support for pagination. (#782) -
Add
SearchClient
methods for managing search index lifecycle:create_index
,delete_index
, andreopen_index
(#785)
Changed
-
The enforcement logic for URLs in
BaseClient
instantiation has been improved to only require thatservice_name
be set ifbase_url
is not provided. (#786)-
This change primarily impacts subclasses, which no longer need to set the
service_name
class variable if they ensure that thebase_url
is always passed with a non-null value. -
Direct instantiation of
BaseClient
is now possible, although not recommended for most use-cases.
-