-
Notifications
You must be signed in to change notification settings - Fork 111
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 0.4.0 #163
Comments
Thanks for the poke! I've been meaning to cut a release but haven't gotten around to it. Some things we need to do:
|
By the way, what's the reason to bump gqlgen? It's not really used by the production-facing parts of genqlient, so I'm not sure if there's a reason for us to force folks to upgrade. |
I think last discussion I was leaning toward "decide we're not going to" -- I'm fine with that.
We're currently using a52e556, I can try using |
In particular, I think the best course is to check for typename with bind and explicitly disallow it (which work has not yet been done). |
I did manage to test the new genqlient on our codebase. All the tests pass at least! We won't be able to try it out in production until monday at the earliest though. |
@benjaminjkraft : we've been using the new genqlient in production for a few days now with no reported issues. |
Thanks! I'll get on the rest of the items above tomorrow if I have time, or next week if not! |
It's been a while, time for a release! This commit updates the changelog including a few missing entries, and I'll tag it with the release once it lands. Fixes #163 Test plan: Craig tested a fairly recent main branch in webapp.
It would be helpful to bump gqlgen to 0.15.0 and to release a new version of genqlient.
The text was updated successfully, but these errors were encountered: