Skip to content

Releases: AnswerDotAI/ghapi

v1.0.13

28 Feb 02:20

Choose a tag to compare

Bugs Squashed

  • Only decode non binary types (#206)

v1.0.12

27 Feb 23:29

Choose a tag to compare

New Features

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

v1.0.11

27 Feb 23:27

Choose a tag to compare

New Features

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

v1.0.10

20 Jan 03:45

Choose a tag to compare

New Features

v1.0.9

15 Jan 22:43

Choose a tag to compare

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

v1.0.8

16 Sep 23:57

Choose a tag to compare

Bugs Squashed

v1.0.7

16 Sep 03:41

Choose a tag to compare

New Features

v1.0.6

31 Aug 22:36

Choose a tag to compare

New Features

Bugs Squashed

  • Github now requires branch, author, and committer in file update calls (#184)
  • Remove the check which removes None values (#171), thanks to @shreve

v1.0.3

13 Sep 02:26

Choose a tag to compare

New Features

  • add authenticate arg which allows unauthenticated GhApi clients even if GITHUB_TOKEN is set (#150), thanks to @seeM

v1.0.1

21 Aug 01:22

Choose a tag to compare

New Features

  • warn if no GitHub token found (#145)
  • set GITHUB_DEBUG=1 to print requests sent to GitHub