v2.1.5
版本发布时间: 2019-06-05 11:36:03
graphql-python/graphene最新发布版本:v3.3.0(2023-07-26 14:47:55)
Changelog
- Add Decimal type d728b84e48cb107a66f0fa5d22b19b89ba2abd1c
- Allow Union types to have descriptions 8d4b9cdc77c1a978a9ae6808ecaf5d3ed8841cd2
- Add type documentation for Relay fields 131cbebc88229db1bbc86f432d0c5700a9f0f84b
- Mutation description now defaults to docstring 37a6c01839687505da496d94dfd6c9f4383ca74c
- Fix Windows support ae7a5d71c773fb3b8710a67bed8c800f2af068c2
- The default resolver for ObjectTypes now handles dicts and objects ca9188a6150485132c27b3dddf149641935dfab2
- Date, DateTime and Time types now accept datetime.datetime, datetime.date, and datetime.time resp. inputs when used as variables 7b6dae7fa3bf8d2e066e92e730c8a9740656a448
- Make UUID type compatible with all string types in Python 2 7b6dae7fa3bf8d2e066e92e730c8a9740656a448
- Allow relay connection node to be wrapped in a
NonNull
type abff3d75a39bc8f2d1fdb48aafa1866cf47dfff6 -
from_enum
can now take a deprecation reason 6a4091b3e4734fe032397b0bcd350820f6037d0f - Update aniso8601 dependency to allow versions 4+ a5162e9ae39bcb7d6b0655bf3385e674611e6d17
- Drop support for Python 3.4 because it is EOL f73055f72bf7d4b06130507eeeed4ae70f61bd97
- Allow type annotation in meta classes eb7966eca7f9f90da1ac60c97aafa542ae3d0b38
Documentation
Too many documentation improvements to list out here and lots more to come. Watch this space.
Full changelog: https://github.com/graphql-python/graphene/compare/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