Skip to content

Releases: AnswerDotAI/ghapi

v2.0.4

Choose a tag to compare

@jph00 jph00 released this 24 Jul 12:20

New Features

  • Add per-call owner/repo overrides to GhApi convenience methods via gh_patch (#224)
  • Use xdir() for endpoint discovery in skill (#223)

v2.0.3

Choose a tag to compare

@jph00 jph00 released this 22 Jul 05:50

New Features

  • Add commit_tree method to atomically create or update a branch with multiple file entries in a single commit (#221)

v2.0.2

Choose a tag to compare

@jph00 jph00 released this 20 Jul 20:37

New Features

  • Add make_latest support to create_release, fix branch passing in get_repo_contents (#220)

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