Skip to content

Releases: fastai/ghapi

v1.0.3

13 Sep 02:26
Compare
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
Compare
Choose a tag to compare

New Features

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

v1.0.0

23 Jul 19:16
Compare
Choose a tag to compare

New Features

  • add delete_file and create_file (#143)
  • Add a "Documentation" link to the sidebar on PyPI (#106), thanks to @nedbat
  • Add support for media types (#102), thanks to @lfdebrux

Bugs Squashed

  • Fix links to GitHub docs (#136), thanks to @hwine

v0.1.23

23 Jul 19:13
Compare
Choose a tag to compare

New Features

  • add delete_file and create_file (#143)
  • Add a "Documentation" link to the sidebar on PyPI (#106), thanks to @nedbat
  • Add support for media types (#102), thanks to @lfdebrux

Bugs Squashed

  • Fix links to GitHub docs (#136), thanks to @hwine

v0.1.21

13 Jun 21:13
Compare
Choose a tag to compare

Bugs Squashed

  • fix create_gist

v0.1.20

09 Apr 00:34
Compare
Choose a tag to compare

New Features

  • add create_gist (#129)

Bugs Squashed

  • HTTP Error 422: Unprocessable Entity returned for issues.add_labels in version 0.1.17 (#69)

v0.1.19

10 Jul 00:16
Compare
Choose a tag to compare

New Features

  • Remove need to URL-quote some parameters (#54)

v0.1.18

09 Jul 23:50
Compare
Choose a tag to compare

Bugs Squashed

  • HTTP Error 422: Unprocessable Entity returned for issues.add_labels (#69)

v0.1.17

24 May 06:23
Compare
Choose a tag to compare

Bugs Squashed

v0.1.15

21 Jan 23:26
Compare
Choose a tag to compare

New Features

  • make actions_group a context manager (#33)