📣 Call for maintainers
See original GitHub issueUnfortunately it seems that the current maintainers of Graphene no longer have the time to maintain the library so I’m taking the liberty of putting out this call for anyone who wants to get involved with development. Ideally you’ll already have already contributed to this library in some way or another.
The current status of the library is:
- v3 is ready to be released (https://github.com/graphql-python/graphene/issues/1127) but has stalled because of a desire to bring the various dependant libraries up to date with it first. It’s my opinion that v3 should just be released without waiting since it’s been in the works for more than 6 months and it’s now just stagnating. I will leave that up the new maintainers to make that call though since it will probably require some support once it’s been released. Release notes are here: https://github.com/graphql-python/graphene/wiki/v3-release-notes
- The current
master
branch tracks the v3 beta releases and there is a v2 branch for bugfixes for v2 (https://github.com/graphql-python/graphene/tree/v2) - The release process is as follows:
- Update the version in https://github.com/graphql-python/graphene/blob/master/graphene/__init__.py#L44 and commit it
- Create a new GitHub release with the new version number
- GitHub will create a new tag and GitHub actions will push a new release to PyPi
- The release numbers follow semver
- The current documentation is very sparse and needs work to make it more useful
- While Graphene is currently feature complete in terms of creating a compliant GraphQL server, it is lacking a lot of features that developers would expect from a mature GraphQL server library. There is a lot of scope to improve things here.
- There a quite a few gotchas with the API and it can cause a lot of confusion for people who are new to the library. Some of these are outlined here: https://github.com/graphql-python/graphene/issues/612#issuecomment-347066815
- Generally issues and pull requests have gone unanswered for quite a while know so there is a lot of housekeeping to do as well
Please reply to this issue if you would like to help out with maintaining this library. Once we have a couple of interested people I’ll give you admin access and then let you self organise with how you want to proceed.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:30
- Comments:31 (11 by maintainers)
Top Results From Across the Web
Call for Applications: The Maintainers Movement Fellowship ...
Call for Applications: The Maintainers Movement Fellowship 2022 · Demonstrated experience working on practical maintenance and care interventions ...
Read more >Pete Gonzalez on Twitter: "📣Got ideas about @rushstack ...
It's a monthly video call hosted by the maintainers! Sign up using this link: https://t.co/3B7UAHwoL5" / Twitter ...
Read more >By Hawaii Air National Guard Recruiting and ... - Facebook
him a call at (808) 216-2626. Aloha! 📣 MEET YOUR RECRUITER MONDAY 📣 For this week, our featured recruiter is TSgt Arnel Data....
Read more >Sustain Weekly - April Summary - Sustain Open Source Forum
Every other Friday, we host a weekly call to document, share, ... We're seeing maintainers leverage power via their packages to exercise ...
Read more >snyk javascript
... open-source contributor, or maintainer at a large organization, ... . 📣 *BREAKING NEWS* 📣 🎉 The Snyk JavaScript Frameworks Security ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Small update. We started using Graphene at Wasmer, so expect news to come soon regarding updates to the codebase and so 😃
Hey guys,
I have been working with graphene for over 2 years now, and have written a handful of custom mutation subclasses, logging classes, authentication integrations, and websocket integrations + tests, and have a handful of design patterns that i’ve found make working with graphene / django a lot easier (that I had to develop from scratch!).
I would love to bring this code into graphene and make it readily available.
Best, James Davidson