Releases: graphql-python/graphene
Releases · graphql-python/graphene
v3.0.0b0
v3.0.0a1
v3.0.0a0
First Graphene alpha release compatible with GraphQL-Core v3.0 (graphql-core-next)
v2.1.8
Changelog
- Bump pinned aniso8601 version
- Allow mutations to apply the interfaces META argument to have the payload object type implement the desired interfaces
v2.1.7
v2.1.6
v2.1.5
Changelog
- Add Decimal type d728b84
- Allow Union types to have descriptions 8d4b9cd
- Add type documentation for Relay fields 131cbeb
- Mutation description now defaults to docstring 37a6c01
- Fix Windows support ae7a5d7
- The default resolver for ObjectTypes now handles dicts and objects ca9188a
- Date, DateTime and Time types now accept datetime.datetime, datetime.date, and datetime.time resp. inputs when used as variables 7b6dae7
- Make UUID type compatible with all string types in Python 2 7b6dae7
- Allow relay connection node to be wrapped in a
NonNull
type abff3d7 from_enum
can now take a deprecation reason 6a4091b- Update aniso8601 dependency to allow versions 4+ a5162e9
- Drop support for Python 3.4 because it is EOL f73055f
- Allow type annotation in meta classes eb7966e
Documentation
Too many documentation improvements to list out here and lots more to come. Watch this space.
Full changelog: v2.1.3...v2.1.5
Note: v2.1.4 was never released to PyPi due to build issues. We went straight from v2.1.3 to v2.1.5
2.1.3
v2.1.2
Bugfix release to fix a couple of issues.
Thanks to the effort of contributors for this new release @jlowin @nxtman123 @danpalmer @dan98765 @femesq 🎉
Changelog
- Don't overwrite fields on InputObject #752
- Incorrectly formatted error message #751
- Fix warning output #748
Docs and Internal
- Update contributing docs about using tox and sync tox pytest cmd with travis #744
- Add isort precommit hook & run on all files #743
- Add flake8 pre-commit hook and manually edit files to pass flake8 validation #746
- Add pyupgrade pre-commit hook and run on all files #736
- Update README Contributing section to encourage use of virtualenv #765
- Fix parameter order for Relay's Root-field #754
- Add python3.6 classifier to setup.py #763
v2.1.1
A small bugfix release to fix a couple of issues.
Thanks to the effort of contributors for this new release @nikordaris @dan98765 @femesq @devArtoria 🎉
Changelog
- Fix
default_value
onNonNull
fields (9408ba7) - Add pre-commit tool to repository, and run on all files (#730)
- Added partial support to Dynamic type (#725)