-
Notifications
You must be signed in to change notification settings - Fork 259
The next release plan? #466
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
Comments
There are PRs and fork branches that should probably be merged. Just to get the lib working with python 3.8 I had to use a fork. Super curious about state of dev as well. |
Exactly, I have to fork this lib, and patch some commits which are not be merged. |
This project looks dead |
I don't think that it's worked on actively but if somebody is willing to fix the CI, I think I can release a patch version with that py3.8 fix. |
Any ideas what fixing the CI involves? |
Currently, it fails on some mysql connectivity check. I guess it used to work with some older Travis CI VMs and now it doesn't. There's also some commits here https://github.com/aio-libs/aiomysql/pull/434/files but it's unfinished. Plus need to add Python 3.8 to the matrix finally. I don't have time to dig into it myself but these pointers should be enough to start looking into it. |
Tests have been updated, if you get py3.7/py3.8 prs in that pass Travis I'll look into merging and releasing |
Is there any target date for the next release? |
@terrycain can you please take a look at #493? I have managed to make tests pass for both 3.7 and 3.8 |
@terrycain my PR was merged, can you release new version now? |
@jettify maybe you could also help us here? |
Its inexplicable to me that there has been no new release since 2018. Especially since this lib is basically the only maintained asyncio mysql implementation. I am saying maintained because i can see there is action in this repo, PR's get merged, cleanups, etc. But that all looses value when we all have to build source by git tag instead of relying on a release. Can the maintainer of this repo please clear up if he/she/? needs help, more hands on the project? doesnt have time to maintain this? doesnt have intention of pushing releases? cuz the last release is used by 6200 projects here alone on github so we are quite fragile @jettify we cant be actively promoting libraries for asyncio that are not getting new releaes for years. It "promotes" the use of releases that are so old they might be exploited. |
i can see that @terrycain is busy now so i guess my comments above are more long-term
|
Looking forward to a new release. Just now I've been facing this issue:
PyMySQL 0.9.2 is completely broken on macOS, it just crashes on startup. It was updated in f9b86aa, just needs a release. |
Folks, it looks like there's following maintenance activities necessary before making the release (unless I'm missing something):
While I technically have the absolute power over this org, I cannot do this because I'm not really involved in the development of this library and I may be missing some context that the maintainers have. Though, if somebody does perform these activities and convinces @terrycain or @jettify give it a green light, I could push the tag effectively cutting the release. On a side note, it seems like this project would benefit from having more active maintainers but again, unless somebody has a blessing of @terrycain / @jettify, I won't be able to add new faces. If somebody |
i didnt have time to wait for this so i wrapped this small class up which uses an async interface to a threaded sqlalchemy pool: |
I would like see a new release as well. The Fedora Package is broken now due to the releases pinning. |
@webknjaz It seems that we won't be hearing from @terrycain and @jettify anytime soon. How about releasing a new version with the current state, bumping the minor part (so it could become 0.1.0)? I understand that some things may break but the alternative of not having a release seems much worse to me. |
Woohoo! New release! https://pypi.org/project/aiomysql/ 🎉 |
The latest version has been released on Dec 20, 2018, do you have any plan about the next release?
The text was updated successfully, but these errors were encountered: