You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Removed support for Python 3.7 and 3.8
Added support for Python 3.12
Added OpenTelemetry support
Added Query Rules API
Moved Query Ruleset API to Query Rules API (client.query_ruleset.put() becomes client.query_rules.put_ruleset(), and the same applies to get, list and delete)
Added ES|QL API
Updated docstrings for many APIs
Added the Update trained model deployment API
Added retriever to the Search API
Added dry_run and force to the Delete inference API
Added typed_keys to the Search Application Search API
Removed cause from the Create or update component template API
Allowed setting multiple model ids, tags and job ids using Python lists in multiple ML APIs
Fix the put component template, put template and put index template APIs