Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: gqlmod/gqlmod

0.9: Big updates

08 Apr 21:54
957d790

Choose a tag to compare

THIS IS A BREAKING RELEASE!

  • Moves to using httpx exclusively
  • Significantly improves how sync/async is handled
  • Changed the return for queries, so they just return the data directly

v0.8.2

23 Mar 19:31

Choose a tag to compare

Added support for the __typename special field.

This fixes a previous v0.8.1 that had a bad typo.

v0.8

21 Mar 21:55

Choose a tag to compare

In addition to some bugfixes, completely rewrites how analysis works. Should hopefully be more robust and maintainable.

v0.7.1

11 Mar 05:25

Choose a tag to compare

Small API fixup in helpers.

v0.7: Async support

05 Mar 18:16

Choose a tag to compare

This only changes some APIs around the aiohttp helper.

3.8 Updates

28 Oct 18:27
c09dd92

Choose a tag to compare

Python 3.8 broke some AST stuff.

This fixes it.

Inline Fragments

26 Sep 23:09

Choose a tag to compare

Add support for inline fragments.

(For real this time, since I apparently can't be trusted to push before cutting a release.)

Fixups, Docs, and The Great Move

17 Sep 20:59

Choose a tag to compare

  • gqlmod got its own github organization
  • More bugfixes from gqlmod-github
  • Documented CLI and github action

Fixups

15 Sep 02:45

Choose a tag to compare

Fixed some bugs related to gqlmod-github

CLI

14 Sep 02:54

Choose a tag to compare

CLI

New CLI, supporting the check command.