Skip to content

Releases: AnswerDotAI/ghapi

v2.0.1

Choose a tag to compare

@jph00 jph00 released this 11 Jul 04:31

New Features

  • Support repository issue templates in GhApi (#219)
  • Make load_gist and gist_file sync-compatible by removing hard async, using then for lazy chaining (#217)
  • Skill improvements and allow policies (#215), thanks to @KeremTurgutlu

v1.1.1

Choose a tag to compare

@jph00 jph00 released this 11 Jul 21:44

Bugs Squashed

  • Constrain fastcore to <2 for ghapi 1.x (#218)

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