Skip to content

Releases: EverWinter23/graphene-gis

v.0.0.8

18 Apr 20:53
02108b4
Compare
Choose a tag to compare

Adds support for graphene v3

  • No longer pinning transitive dependencies
    • We leave that upto graphene-django to resolve package versions for django, graphql-core

v0.0.8b

28 Feb 07:16
ac54354
Compare
Choose a tag to compare
v0.0.8b Pre-release
Pre-release

Updates graphene deps to 3.0.0b

This release updates the underlying graphql dependencies to use >= 3.0.0b.

v0.0.7

11 Feb 22:59
1c9c7e7
Compare
Choose a tag to compare

Minor Patch-- fix for WKT query variables

There was an issue when using query variables and WKT input. More info can be found in this->#9 thread. Thank you @Dimitri-Gnidash.

v0.0.6

20 Mar 07:32
Compare
Choose a tag to compare

Removes psql driver from deps

  • Does not force the developers hand on which postgres driver to use.
  • Use of eval has been replaced by json.loads :P

v0.0.5

05 Jan 07:52
Compare
Choose a tag to compare

Updates library dependencies

  • Expands on the base set of third party library versions it can be used with.
  • Particularly supports graphene>=2.1,<3