-
Notifications
You must be signed in to change notification settings - Fork 158
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
Release 1.1.0b0 #757
Release 1.1.0b0 #757
Conversation
Codecov Report
@@ Coverage Diff @@
## master #757 +/- ##
=======================================
Coverage 92.76% 92.76%
=======================================
Files 13 13
Lines 1562 1562
Branches 179 179
=======================================
Hits 1449 1449
Misses 81 81
Partials 32 32
Continue to review full report at Codecov.
|
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.
Lgtm
Please change the pin from |
Hi @dave-shawley, I've read #631 about this and it seems to be vital, but let's release fixes by batches. I'm going to start working on #631 and #249 after 1.1 release as part of the next release. OK? |
@Pliner , thanks for the quick response. Doing this in the next point release will be fine. This particular issue has been causing us a lot pain since we use Alpine Linux (non-glibc) as our primary deployment vehicle. |
@asvetlov As we discussed, I'm going to release it as |
Fix on_connect multiple call on acquire
Fix on_connect multiple call on acquire #552Fix python 3.8
warnings Deprecation warnings in asyncio with Python 3.8 #622Bump minimum psycopg version to 2.8.4
Bump psycorg and sqlalchemy, add python 3.8, 3.9 to test matrix #754Fix Engine.release method to release connection in any way
Fix Engine.release method to release connection in any way #756