Graphene Versions Save

GraphQL framework for Python

v3.0.0b6

3 years ago

Changes

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

All changes: https://github.com/graphql-python/graphene-django/compare/v3.0.0b5...v3.0.0b6

v3.0.0b5

3 years ago

Changes

  • Subscription revamp (#1235)

Full changelog: https://github.com/graphql-python/graphene-django/compare/v3.0.0b4...v3.0.0b5

v3.0.0b4

3 years ago

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: https://github.com/graphql-python/graphene-django/compare/v3.0.0b3...v3.0.0b4

v3.0.0b3

3 years ago

Changes

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

Full changelog: https://github.com/graphql-python/graphene-django/compare/v3.0.0b2...v3.0.0b3

v3.0.0b2

4 years ago

Third beta release for Graphene v3.

Changes: https://github.com/graphql-python/graphene/compare/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

4 years ago

Second beta release for Graphene v3.

Changes: https://github.com/graphql-python/graphene/compare/v3.0.0b0...v3.0.0b1

Highlights:

v3.0.0b0

4 years ago

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

v3.0.0a1

4 years ago

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

v3.0.0a0

4 years ago

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

v2.1.8

4 years ago

Changelog

  • Bump pinned aniso8601 version
  • Allow mutations to apply the interfaces META argument to have the payload object type implement the desired interfaces