Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

ANNOUNCE: Asyncio is now supported natively in the 'Elasticsearch' package #81

Closed
sethmlarson opened this issue Jul 20, 2020 · 1 comment

Comments

@sethmlarson
Copy link
Contributor

sethmlarson commented Jul 20, 2020

Starting in version 7.8.0 of the elasticsearch package Asyncio is now supported natively with async/await on Python 3.6+.
Due to this, this library is now deprecated and will not be adding new features or receiving updates beyond impactful bug fixes for Elasticsearch 6.x.

You can install async support via:

$ python -m pip install elasticsearch[async]

NOTE: If you're still targetting Elasticsearch 6.x you should continue to use this library until you've upgraded to Elasticsearch 7.x or later

@aockel

This comment has been minimized.

@elastic elastic locked as resolved and limited conversation to collaborators Jul 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants