Skip to content

Releases: graphql-python/graphene

v3.0.0

13 Nov 22:20
Compare
Choose a tag to compare

Release notes

The full release notes including an upgrade guide can be found here: https://github.com/graphql-python/graphene/wiki/v3-release-notes

What's Changed

New Contributors

Read more

v3.0.0b8

30 Sep 06:47
0a54094
Compare
Choose a tag to compare
v3.0.0b8 Pre-release
Pre-release

Changes

  • fix: graphql-core dependency resolution. (#1377)

All changes: graphql-python/graphene-django@v3.0.0b7...v3.0.0b8

v2.1.9

16 Jul 20:09
Compare
Choose a tag to compare

Changelog

  • Add support for Python 3.10
  • Propagate arguments of relay.NodeField to Field (#1036) (#1307)

v3.0.0b7

06 Jan 10:01
2e87ebe
Compare
Choose a tag to compare
v3.0.0b7 Pre-release
Pre-release

Changes

  • fix(Decimal): parse integers as decimal. (#1295)

All changes: graphql-python/graphene-django@v3.0.0b6...v3.0.0b7

v3.0.0b6

21 Oct 09:28
84582eb
Compare
Choose a tag to compare
v3.0.0b6 Pre-release
Pre-release

Changes

  • Fix subscribe with arguments (#1251)
  • Add BigInt type (#1261)
  • Add UnforgivingExecutionContext (#1255)

All changes: graphql-python/graphene-django@v3.0.0b5...v3.0.0b6

v3.0.0b5

06 Aug 16:19
29dd3f8
Compare
Choose a tag to compare
v3.0.0b5 Pre-release
Pre-release

Changes

  • Subscription revamp (#1235)

Full changelog: graphql-python/graphene-django@v3.0.0b4...v3.0.0b5

v3.0.0b4

14 Jul 13:33
64af437
Compare
Choose a tag to compare
v3.0.0b4 Pre-release
Pre-release

Changes

  • Improve enum compatibility (#1153)
  • Rename variables called type to type_ (#1216)
  • Fix ObjectType meta arguments (#1219)
  • Add Base64 scalar (#1221)
  • Pin graphql-core to >v3.1.2

Full changelog: graphql-python/graphene-django@v3.0.0b3...v3.0.0b4

v3.0.0b3

25 Jun 17:00
Compare
Choose a tag to compare
v3.0.0b3 Pre-release
Pre-release

Changes

  • Fix DateTime Scalar parse_literal methods (#1199) (#1200)
  • Remove to_const function (#1212)

Full changelog: graphql-python/graphene-django@v3.0.0b2...v3.0.0b3

v3.0.0b2

09 May 12:06
df67e69
Compare
Choose a tag to compare
v3.0.0b2 Pre-release
Pre-release

Third beta release for Graphene v3.

Changes: v3.0.0b1...v3.0.0b2

Highlights:

  • Allow fast ObjectType creation based on dataclasses (#1157) Contributes to an estimated 3x speedup with initialising ObjectTypes!

v3.0.0b1

06 Apr 08:39
0051f82
Compare
Choose a tag to compare
v3.0.0b1 Pre-release
Pre-release

Second beta release for Graphene v3.

Changes: v3.0.0b0...v3.0.0b1

Highlights:

  • Added subscription support! #1107 Thanks to @rob-blackbourn for this fantasic contribution
  • Remove subclass polyfill #1156
  • The source attribute now uses the default resolver function #1155