github graphql-python/graphene v2.1.0

latest releases: v3.3.0, v3.2.2, v3.2.1...
6 years ago

This is a minor release, fixing a lot of small issues, with better support for Date, DateTime and Time scalars and tons of improvements on docs.
Thanks to the effort of contributors for this new release @jkimbo @danpalmer @g-- @dfee @Prince-Leto @simonwoerpel @pjdelport @anisjonischkeit @abawchen 🎉

Changelog

  • Extend support for subclassing InputObjectType meta a16c5ba
  • Raise better error if type is missing from Schema d6968c2
  • Allow ObjectType to set connection name a2178dc
  • Fixed to_camel_case utility function be1f7d7
  • Add py36 to tox envlist 113cf8d
  • Enable extra options in mutation fields a7a4ba6
  • Improved support / assertion for GraphQL types in Schema 0971a05
  • Fixed required=True in ConnectionField 8c7ca74
  • Exclude examples module in package 79f7cc0
  • Made Date, DateTime and Time scalars to fail with GraphQLError is format is invalid 84fbf5d 9973fd3
  • Fixed Meta included in Enum members 2594cdb
  • Fixed deprecations url in deprecation message a96ed55
  • Fixed str on abstract types, improved repr 562cafc
  • Use aniso8601 instead of iso8601 b4255e5
  • Expose Date, DateTime and Time from main package

Docs

  • Updated docs layout d6df149
  • Relay documentation reflect latest 2.0 API ec32c25
  • Use pythonic terminology in middleware 834d52f
  • Added Date scalar to documentation 98366c6
  • Document functional middleware 92f6a49
  • Improved Scalar documentation 5036d16
  • Fixed typos in relay Node examples 7afeaa0
  • Fixed Relay links 8123c4a
  • Updated middleware example to support introspection 035ff7e
  • Fix broken Github link tags 4fa0df4
  • Added documentation in NonNull lists e26c0a3
  • Fixed relay Node example d3b7085

Don't miss a new graphene release

NewReleases is sending notifications on new releases.