Skip to content

Releases: gqlmod/gqlmod-github

Update for HTTPX

08 Apr 21:54
283dd05
Compare
Choose a tag to compare

This matches all the changes in gqlmod 0.9.

Update

11 Feb 03:29
d23d9d8
Compare
Choose a tag to compare

GitHub changed the schema of their URL, so a patch is needed.

This also sets an upper limit on gqlmod, because breaking changes are coming.

v0.6

21 Mar 22:13
Compare
Choose a tag to compare
  • Add GitHubApp.for_installation()
  • Rewrote to use the new gqlmod type analysis, hopefully resulting in more robust preview generation

v0.5.3

11 Mar 05:24
Compare
Choose a tag to compare

Bugfixes

Additional bugfixes

08 Mar 01:27
Compare
Choose a tag to compare

Additional bugfixes

Release Fixup

05 Mar 20:29
Compare
Choose a tag to compare

Botched that release

Async support

05 Mar 18:19
Compare
Choose a tag to compare

Adds github-async and github-sync providers as well as a github.app_async module.

App Framework Fixes

19 Sep 16:52
Compare
Choose a tag to compare

A collection of fixes around GitHub Applications and their authentication/bootstrap process.

All of it is minor typos, forgotten arguments, etc.

The Great Move

17 Sep 21:02
Compare
Choose a tag to compare

gqlmod got its own org

App Helpers

15 Sep 01:00
Compare
Choose a tag to compare

Adds a new submodule and extra app, which is just enough of a GitHub API v3 (REST) client to let you get your app authenticated and you can start using the GraphQL API.