Skip to content

Releases: AnswerDotAI/ghapi

v2.0.0

Choose a tag to compare

@jph00 jph00 released this 08 Jul 03:26

Breaking Changes

  • By default, GhApi is now async. All helper methods are async
    • GhApi(sync=True) gives you the v1-style sync interface, although helpers don't work with sync

v1.1.0

Choose a tag to compare

@jph00 jph00 released this 07 Jul 01:53

New Features

  • Move notebooks to nbs/ subdirectory (#213)

v1.0.16

Choose a tag to compare

@jph00 jph00 released this 06 Jul 08:15

New Features

  • Add rich markdown reprs to read_issue and check_status results (#211)

v1.0.15

Choose a tag to compare

@jph00 jph00 released this 04 Jul 09:33

New Features

  • Add ghapi.skill (#210)
  • Add gist helpers, read_issue/read_pr, and check_status methods; use threadpool for get_repo_contents (#209)

v1.0.14

Choose a tag to compare

@jph00 jph00 released this 22 Jun 03:57

Bugs Squashed

v1.0.13

Choose a tag to compare

@jph00 jph00 released this 28 Feb 02:20

Bugs Squashed

  • Only decode non binary types (#206)

v1.0.12

Choose a tag to compare

@jph00 jph00 released this 27 Feb 23:29

New Features

  • Use Content-Type to determine response parsing (#205), thanks to @erikgaas

v1.0.11

Choose a tag to compare

@jph00 jph00 released this 27 Feb 23:27

New Features

  • Use Content-Type to determine response parsing (#205), thanks to @erikgaas

v1.0.10

Choose a tag to compare

@jph00 jph00 released this 20 Jan 03:45

New Features

v1.0.9

Choose a tag to compare

@jph00 jph00 released this 15 Jan 22:43

New Features

  • Update API (#203)
  • Add GraphQL support (#202), thanks to @erikgaas
  • Support for Python 3.13 and 3.14 (#200), thanks to @hugovk
  • Add py.typed file so that typecheckers recognize this library as typed (#194), thanks to @jedesroches