Skip to content

[bug]: client close() calls transporter.close() which has been removed #571

@martin3000

Description

@martin3000

Description

client.close() calls transporter.close() which has been removed in the last release 4.4.0

Client

Search

Version

4.4.0

Relevant log output

File "/home/user/.local/lib/python3.12/site-packages/algoliasearch/search/client.py", line 209, in close
    return await self._transporter.close()
                 ^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Transporter' object has no attribute 'close'

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