Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.
This repository was 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

Description

@sethmlarson

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions