Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(python): missing transporter close #3741

Merged
merged 5 commits into from
Sep 16, 2024

Conversation

shortcuts
Copy link
Member

🧭 What and Why

🎟 JIRA Ticket: https://algolia.atlassian.net/browse/DI-2911

Changes included:

close algolia/algoliasearch-client-python#571

I forgot the close method when introducing the sync client, also fix some typing issues

@shortcuts shortcuts self-assigned this Sep 15, 2024
@algolia-bot
Copy link
Collaborator

algolia-bot commented Sep 15, 2024

✔️ Code generated!

Name Link
🪓 Triggered by 66e9c0de47bf4d141c0adfe76603d4f52636a93f
🍃 Generated commit 1e7319d5f9ce8263579c999c19b51e748b929c40
🌲 Generated branch generated/fix/python-missing-transporter-close
📊 Benchmark results

Benchmarks performed on the method using a mock server, the results might not reflect the real-world performance.

Language Req/s
python 1031

@shortcuts shortcuts marked this pull request as ready for review September 15, 2024 19:09
@shortcuts shortcuts requested a review from a team as a code owner September 15, 2024 19:09
@shortcuts shortcuts enabled auto-merge (squash) September 15, 2024 19:44
Copy link
Collaborator

@millotp millotp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks great !

@shortcuts shortcuts merged commit 0016c95 into main Sep 16, 2024
16 checks passed
@shortcuts shortcuts deleted the fix/python-missing-transporter-close branch September 16, 2024 04:52
algolia-bot added a commit that referenced this pull request Sep 16, 2024
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
algolia-bot added a commit to algolia/algoliasearch-client-python that referenced this pull request Sep 16, 2024
algolia/api-clients-automation#3741

Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug]: client close() calls transporter.close() which has been removed
3 participants