Releases: graphql-python/graphene-sqlalchemy
Releases · graphql-python/graphene-sqlalchemy
2.1.2
17 Apr 21:14
Compare
Sorry, something went wrong.
No results found
Changelog
Deprecate createConnectionField. The connection factory is now specified via the connection_field_factory attribute of the Meta class of SQLAlchemyObjectType. The connection factories now have access to the relation and the registry. ef1fce2
2.1.1
01 Apr 18:03
Compare
Sorry, something went wrong.
No results found
Changelog
Fix creation of graphene.Enum from enum.Enum 6a96d37
Fix Travis integration, set up tox and pre-commit :
Fix tests on python 2.7, using enum34 backport when Enum is not available 7e5c92d
Documentation
Add more description on meta fields for subclassing 17af4b1
Fixing documentation link in exception 33d5b74
README example: add missing import 76a5a35
Consistency table name example with the model name 100785a
Fixed tiny grammatical error in the tips page d00d9a0
Remove unused import c3f175f
2.1.0
19 Jul 23:02
Compare
Sorry, something went wrong.
No results found
Changelog
Proper support for SQLAlchemy Enum type ea98709
Added MIT license 26cdb8f
Fixed assert message in Registry class 80f1a6b
Allow custom SQLAlchemyObjectType subclasses 25c452c
Fixed SQLAlchemyConnectionField to be 2.0 complaint 25c452c
Added sorting 5346496
Use black autoformatting 8116751
Allow custom connection classes 4016b62
Documentation
v2.0.0
25 Oct 17:56
Compare
Sorry, something went wrong.
No results found
v2.0.0
Changelog to come soon
v1.1.1
14 Dec 07:27
Compare
Sorry, something went wrong.
No results found
Changelog
Fixed column.nullable and column.doc accessors f38a372
Support for column properties f3cc076
v1.1.0
23 Nov 09:14
Compare
Sorry, something went wrong.
No results found
Changelog
Handle datetime as graphene.DateTime instead of String 9474411
BigInteger conversion as Float instead of Int 8ba849b
adding support to convert int label columns similar 15b1a8d