Skip to content

Releases: graphql-python/graphene

v3.0.0b0

04 Mar 11:37
Compare
Choose a tag to compare
v3.0.0b0 Pre-release
Pre-release

First beta release of Graphene based on GraphQL-Core v3.1

v3.0.0a1

04 Mar 11:35
Compare
Choose a tag to compare
v3.0.0a1 Pre-release
Pre-release

Second Graphene alpha release compatible with GraphQL-Core v3.0

v3.0.0a0

17 Aug 21:10
8e7d76b
Compare
Choose a tag to compare
v3.0.0a0 Pre-release
Pre-release

First Graphene alpha release compatible with GraphQL-Core v3.0 (graphql-core-next)

v2.1.8

17 Aug 20:56
Compare
Choose a tag to compare

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

15 Jul 20:11
Compare
Choose a tag to compare

Update graphql-relay dependency to fix incompatibility.

v2.1.6

14 Jun 10:42
89ca4f5
Compare
Choose a tag to compare

Changelog

  • Fix malformed version on aniso8601 requirement (#995) 431e93c

Documentation

Full changelog: v2.1.5...v2.1.6

v2.1.5

05 Jun 03:36
Compare
Choose a tag to compare

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

19 Jul 22:00
Compare
Choose a tag to compare

Changelog

  • Added crunch and deduplicator utitlities fa5f5b0 2e41db8
  • Permit subclassing arguments from Mutations 4346832
  • Added precommit ae7395f
  • Moved Enum library to graphql-core, use graphql-core>=2.1 d28dc68

Documentation

v2.1.2

14 Jun 12:52
c102458
Compare
Choose a tag to compare

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

25 May 20:56
9f678fd
Compare
Choose a tag to compare

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 on NonNull fields (9408ba7)
  • Add pre-commit tool to repository, and run on all files (#730)
  • Added partial support to Dynamic type (#725)

Docs

  • Improve v2 migrations docs (#732)
  • Add Graphene-Mongo to integrations list (#711)