Skip to content

Releases: insolite/graphene-peewee-async

v3.0.0

20 Jan 09:04
Compare
Choose a tag to compare

Backward-incompatible changes

  • [#12] Stop support of peewee<3 and Python<3.5 in order to support peewee>=3. This also requires peewee-async>=0.6.0a0 to work with peewee>=3.

v2.2.1

20 Jan 08:44
Compare
Choose a tag to compare

Bugfixes

  • [#11] Restrict promise dependency version at <2.2.1 as it breaks compatibility with Python 3.4.
  • [7d5e8c] Fix Python 3.7 syntax compatibility issue (async keyword usage).

v2.1.0

27 Nov 19:02
Compare
Choose a tag to compare
  • Added mutations
  • Moved DB manager from Model Meta class to Node Meta class (PeeweeOptions)
  • Fixed remaining hardcoded id (pk) field names
  • Added some API tests/examples

v2.0.1

26 Oct 08:11
Compare
Choose a tag to compare
Bump version: 2.0.0 → 2.0.1

v1.0.1

14 Mar 13:38
Compare
Choose a tag to compare
Fix issue with generating 2 or more joins at the same level for neste…

…d entities

Fixed error: ValueError: Missing required join predicate

v1.0.0

14 Mar 13:37
Compare
Choose a tag to compare
Change version

Remove python =2 and <3.4 from classifiers
Add setup.cfg
Add MANIFEST.in