-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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.12.0 #3056
Comments
@rmosolgo if you could provide more info about the remaining TODO items, I could try to help working on some of them :) |
👋 @newx ! A couple of the big features already have open PRs. I just need to wrap those up. Besides that, all the parts of graphql-ruby listed above need to have deprecation warnings because they'll be removed in GraphQL-Ruby 2.0. I'm not really sure what needs to be done there. We need something that will warn reliably without spamming the logs with warnings. I think
The goal is for the deprecation warning to be so good that someone who sees it can make the required change without opening an issue on github (or maybe even without searching the docs!). If you're interested in adding some of those, feel free to pick a few items off the list and open a PR. That way we can make sure the messaging aligns with my goals above before you add a lot of them. There will also be some work in updating GraphQL-Ruby's own code and tests to make sure those deprecated things are not used. In my opinion, that can be done after adding the warnings. (Besides, GraphQL-Ruby's own deprecated usage can help us make sure the warnings work 😆 !) |
@rmosolgo Cool. I will take a look at these and get back to you soon. Thank you |
🚢 ! |
This is a checklist and tracking issue for the next release of GraphQL-Ruby.
null
)GraphQL::Dataloader, built-in batching system #2483Add fiber-based batch loading API #3264.define
, old type classes, old field and argument classesGraphQL::Execution::Execute
, Query::ArgumentsCache (because interpreter has a new one)Relay
helpers (connections, mutation, node Id).define
-returned instances).define
).validate
Multiplex#run_one_legacy
etcThe text was updated successfully, but these errors were encountered: