caluma
caluma copied to clipboard
chore(deps): bump graphene-django from 3.0.0b7 to 3.0.0
Bumps graphene-django from 3.0.0b7 to 3.0.0.
Release notes
Sourced from graphene-django's releases.
v3.0.0
Version v3.0.0 of the library is finally here 🎉 Thanks to
@jkimbo
@zbyte64
@ulgens
@zbyte64
for doing the the heavy-lifting and hard work and also thanks for rest of maintainers and contributes to make this happen!What's Changed
- Python 3 by
@ulgens
in graphql-python/graphene-django#904- Make tests order independent (v3) by
@ganwell
in graphql-python/graphene-django#940- Convert MultipleChoiceField to List of type String by
@kimbriancanavan
in graphql-python/graphene-django#611- graphql 3.0 and graphene 3.0 final rebase by
@ganwell
in graphql-python/graphene-django#951- Rename op_name to operation_name by
@jkimbo
in graphql-python/graphene-django#941- Do not access the internals of
SimpleLazyObject
by@pcraciunoiu
in graphql-python/graphene-django#945- fix typo by
@vineethvanga18
in graphql-python/graphene-django#959- Use psycopg2-binary in tox by
@ulgens
in graphql-python/graphene-django#964- Error in signature of callproc() and execute() by
@pauricthelodger
in graphql-python/graphene-django#966- Default camelcase errors by
@jkimbo
in graphql-python/graphene-django#968- fixes minor typo in docs index by
@chartpath
in graphql-python/graphene-django#969- Bump django from 3.0.3 to 3.0.7 in /examples/cookbook-plain by
@dependabot
in graphql-python/graphene-django#978- Bump django from 3.0.3 to 3.0.7 in /examples/cookbook by
@dependabot
in graphql-python/graphene-django#979- (v3) Cast potentially translated strings used as descriptions by
@DoctorJohn
in graphql-python/graphene-django#976- DjangoConnectionField slice: use max_limit first, if set by
@pcraciunoiu
in graphql-python/graphene-django#965- Fix that generated schemas could contain empty descriptions (v3) by
@DoctorJohn
in graphql-python/graphene-django#984- Start raising DeprecationWarnings for using only_fields and exclude_fields (v3) by
@DoctorJohn
in graphql-python/graphene-django#980- Make v3 django choice field enum naming default (in v3) by
@DoctorJohn
in graphql-python/graphene-django#982- Update setup.py classifiers by
@jkimbo
in graphql-python/graphene-django#987- fix(converter): wrap field with NonNull if it is required by
@helloqiu
in graphql-python/graphene-django#545- Warn if
fields
orexclude
are not defined onDjangoObjectType
by@radekwlsk
in graphql-python/graphene-django#981- Fix filtering with GlobalIDFilter by
@hubertsiuzdak
in graphql-python/graphene-django#977- Fix hasNextPage - revert to count. Fix after by
@pcraciunoiu
in graphql-python/graphene-django#986- Set first amount to max limit if not set by
@jkimbo
in graphql-python/graphene-django#993- Move to_const function from Graphene into Graphene-Django by
@jkimbo
in graphql-python/graphene-django#992- Move to_const function from Graphene into Graphene-Django (#992) by
@ganwell
in graphql-python/graphene-django#996- Do not break when after is greater than list_length by
@bellini666
in graphql-python/graphene-django#999- Update GraphiQL, add GraphiQL subscription support by
@eabruzzese
in graphql-python/graphene-django#1001- GraphiQL cleanup by
@eabruzzese
in graphql-python/graphene-django#1002- Remove operation name from the regex and default to query by
@jkimbo
in graphql-python/graphene-django#1004- Update tutorial docs by
@jkimbo
in graphql-python/graphene-django#994- Extract query function from GraphQLTestCase making it possible to use in a pytest fixture by
@nikolaik
in graphql-python/graphene-django#1015- Add headers support to GraphiQL by
@radekwlsk
in graphql-python/graphene-django#1016- Fix Connection/Edge naming and add unit test by
@tcleonard
in graphql-python/graphene-django#1012- Add converter for django 3.1 JSONField by
@nikolaik
in graphql-python/graphene-django#1017- Fix JSONField import by
@jkimbo
in graphql-python/graphene-django#1021- Fix grammar by
@varundey
in graphql-python/graphene-django#1027- Fix missing colon in function definition by
@varundey
in graphql-python/graphene-django#1030- Add msg params to testing class by
@ulgens
in graphql-python/graphene-django#1032- Fix testing doc by
@artofhuman
in graphql-python/graphene-django#1024- Update testing.rst by
@donegjookim
in graphql-python/graphene-django#1026- Allow passing of meta object in SerializerMutation options by
@jaw9c
in graphql-python/graphene-django#1028- Include tests and examples in source package, but don't install them by
@crazyscientist
in graphql-python/graphene-django#1034- BUGFIX: don't filter out lookup_field as input (required for update) by
@CBuiVNG
in graphql-python/graphene-django#1029- Restrict DjangoRestFramework version by
@jkimbo
in graphql-python/graphene-django#1047
... (truncated)
Commits
ed7c995
☂️ v3.0.0 ☂️ (#1355)bb03306
Move testing endpoint to settings (#1105)c697e5c
Bump version to v3.0.0b9 (#1353)a78114a
Add support to persist GraphQL headers in GraphiQL (#1209)07940aa
Update tutorial-relay.rst (#1220)9a60589
Make instructions runnable without tweaking (#1224)0b2cc4e
Fixed deprecation warning (#1313)97442f9
Fix code examples in queries.rst (#1265)60b3032
Fix type hint for DjangoObjectTypeOptions.model (#1269)05d3df9
Delay assignment of csrftoken (#1289)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)