-
Notifications
You must be signed in to change notification settings - Fork 828
Comparing changes
Open a pull request
base repository: graphql-python/graphene
base: v3.1.1
head repository: graphql-python/graphene
compare: v3.2.0
- 12 commits
- 20 files changed
- 7 contributors
Commits on Sep 19, 2022
-
feat: Add support for custom global (Issue #1276) (#1428)
Co-authored-by: Thomas Leonard <thomas@loftorbital.com>
Configuration menu - View commit details
-
Copy full SHA for ee1ff97 - Browse repository at this point
Copy the full SHA ee1ff97View commit details
Commits on Oct 24, 2022
-
Add copy function for GrapheneGraphQLType (#1463)
Kristian Uzhca authoredOct 24, 2022 Configuration menu - View commit details
-
Copy full SHA for 6969023 - Browse repository at this point
Copy the full SHA 6969023View commit details
Commits on Oct 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ccdd35b - Browse repository at this point
Copy the full SHA ccdd35bView commit details
Commits on Nov 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b349632 - Browse repository at this point
Copy the full SHA b349632View commit details
Commits on Nov 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a2b63d8 - Browse repository at this point
Copy the full SHA a2b63d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f891a36 - Browse repository at this point
Copy the full SHA f891a36View commit details -
chore: Make Graphene enums iterable like Python enums (#1473)
* Makes Graphene enums iterable like Python enums by implementing __iter__
Configuration menu - View commit details
-
Copy full SHA for 0b1bfbf - Browse repository at this point
Copy the full SHA 0b1bfbfView commit details -
Previously, installing graphene and trying to do `from graphene.test import Client` as recommended in the docs caused an `ImportError`, as the 'promise' library is imported but only listed as a requirement in the 'test' section of the setup.py file.
Configuration menu - View commit details
-
Copy full SHA for 7f6fa16 - Browse repository at this point
Copy the full SHA 7f6fa16View commit details
Commits on Nov 21, 2022
-
housekeeping: pin ubuntu to 20.04 for python 3.6
Ubuntu:latest doesn't include py36 anymore. Keep this until we add 3.11 and drop 3.6. See: actions/setup-python#544 rwth-i6/returnn#1226
Configuration menu - View commit details
-
Copy full SHA for f09b2e5 - Browse repository at this point
Copy the full SHA f09b2e5View commit details
Commits on Dec 1, 2022
-
Do not interpret Enum members called 'description' as description pro…
4Configuration menu - View commit details
-
Copy full SHA for a141e84 - Browse repository at this point
Copy the full SHA a141e84View commit details
Commits on Dec 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8596349 - Browse repository at this point
Copy the full SHA 8596349View commit details -
fixes previous release number 3.1.2 due to a pending feature release
Configuration menu - View commit details
-
Copy full SHA for d5dadb7 - Browse repository at this point
Copy the full SHA d5dadb7View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.1.1...v3.2.0