1
0

- update to 8.12.0:

* Dropped support for Python 3.6
  * Allowed unrestricted `body` parameter again (see #2383 for
    details)
  * Added the Inference APIs
  * Added the ES|QL API
  * Added `active_only` parameter to `security.get_api_key` API
  * Added `expiration` parameter to `security.update_api_key` API

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elasticsearch?expand=0&rev=47
This commit is contained in:
2024-01-20 12:41:20 +00:00
committed by Git OBS Bridge
parent 6ca24de3f1
commit 54f6b8925f
4 changed files with 18 additions and 6 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Jan 20 12:38:49 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 8.12.0:
* Dropped support for Python 3.6
* Allowed unrestricted `body` parameter again (see #2383 for
details)
* Added the Inference APIs
* Added the ES|QL API
* Added `active_only` parameter to `security.get_api_key` API
* Added `expiration` parameter to `security.update_api_key` API
-------------------------------------------------------------------
Wed Dec 27 10:02:59 UTC 2023 - Dirk Müller <dmueller@suse.com>