-
Notifications
You must be signed in to change notification settings - Fork 44
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
Reconsider the Connection
and Pool
classes APIs -> preparing v0.3.0 release
#130
base: dev
Are you sure you want to change the base?
Reconsider the Connection
and Pool
classes APIs -> preparing v0.3.0 release
#130
Conversation
Connection
class API
@nils-borrmann-tacto, hello and I invite you to review this PR. @DaniilAnichin , @DFilyushin, @KuzenkovAG, if you have time, your reviews are very welcome and appreciated. Also I take the liberty to draw your attention to the PR #129 . |
Hey! What's your plan with this PR and my PR? Are you planning to merge both of them? As far as I can see this change doesn't address any of the issues from my PR. The If we plan to merge both of them, it would probably be better to move the |
I am planning to work together on your PR #129 , that is why I asked you to send me invitation to your repository. I thought that a So now the PR #129 and then theses two above. |
Honestly, I'm not sure about having a public |
I guess you are right, so it may be a private one. Thank you. |
@nils-borrmann-tacto , I implemented @DaniilAnichin , I requested yet another review on new features, please have a look at them any time. |
Connection
class APIConnection
and Pool
classes APIs -> preparing v0.3.0 release
Looks good now imo 👍 |
@DaniilAnichin , hello. I need your rereview, some changes got after and I don't want them to pass silently. |
5ea399b
to
6db3d80
Compare
@nils-borrmann-tacto , @DaniilAnichin , hello again. The PR is rebased, could you possibly look at it once more? Just a last check before asking the owner to merge it. @DFilyushin, @KuzenkovAG , could you take part as well? Your reviews are appreciated. Thank you all in advance. |
Supposed to go after having the PR #128 merged, but not necessarily. |
6db3d80
to
c3b50ad
Compare
@DaniilAnichin , @nils-borrmann-tacto , hello. I have rebased the PR, could you confirm the changes are still OK? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So far I only see minor duplication in changelog, otherwise seems to be all right
@nils-borrmann-tacto , hello. Whenever you are ready, let's have another round of review. |
@nils-borrmann-tacto , hello. Please have a look at the PR. |
Inspired by the issue #127 .
Major compability-breaking features:
Connection
connected
attribute in favour ofopened
propertyconnect
function intoasyncontextmanager
close
async method more consistentPool
:create_pool
function intoasyncontextmanager
asyncio.AbstractServer
inheritanceIt is good to have this PR merged after accepting the PR #128 .
Together with this PR and before the release v0.3.0, the PR #129 has to be resolved.
UPD: relates to the issue #126 .