Skip to content

feat: 85 remove initialize and close from the client class #90

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

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

atstaeff
Copy link
Contributor

@atstaeff atstaeff commented Jun 6, 2025

Remove:

  • Removed the initialize() and close() methods.

Change:

  • Connection handling is now fully automated using async with via the aenter and aexit methods.
  • This improves safety and usability by ensuring that resources are properly managed without requiring explicit calls.

@atstaeff atstaeff linked an issue Jun 6, 2025 that may be closed by this pull request
2 tasks
@atstaeff atstaeff requested a review from goloroden June 6, 2025 18:21
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.

Remove initialize and close from the Client class
1 participant