- Add support passing ``extra_headers`` when making requests (`PR 192 <https://github.com/brettcannon/gidgethub/pull/192>`_)
- Add a getstatus() method for APIs that do not return content. (`PR 194 <https://github.com/brettcannon/gidgethub/pull/194>`_)
5.2.1
-----
- Fix cgi and importlib_resources deprecations. (`PR 185 <https://github.com/brettcannon/gidgethub/pull/185>`_)
- Add support for Python 3.11 and drop EOL Python 3.6 (`PR 184 <https://github.com/brettcannon/gidgethub/pull/184>`_)
5.2.0
-----
- Make the minimum version of PyJWT be v2.4.0.
5.1.0
-----
- Use ``X-Hub-Signature-256`` header for webhook validation when available. (`PR 160 <https://github.com/brettcannon/gidgethub/pull/160>`_).
- The documentation is now built using Sphinx v>= 4.0.0. (`Issue 143 <https://github.com/brettcannon/gidgethub/issues/143>`_)
- :meth:`gidgethub.abc.GitHubAPI.getiter` now accepts ``iterable_key`` parameter in order to support the Checks API. (`Issue 164 <https://github.com/brettcannon/gidgethub/issues/164>`_)
- Accept HTTP 202 ACCEPTED as successful. (`PR 174 <https://github.com/brettcannon/gidgethub/pull/174>`_)
5.0.1
-----
- Drop the ``machine-man-preview`` header from :meth:`gidgethub.apps.get_installation_access_token` because it is out of preview. The ``machine-man-preview`` is `no longer required <https://developer.github.com/changes/#--machine-man-and-sailor-v-previews-graduate>`_ as of August 20, 2020.
5.0.0
-----
- Add :meth:`gidgethub.routing.Router.fetch` for obtaining a frozenset of functions registered to the router that the event would be called on. (`Issue 74 <https://github.com/brettcannon/gidgethub/issues/74>`_). - Add support for GitHub Actions Environment Files with :meth:`gidgethub.actions.setenv` and :meth:`gidgethub.actions.addpath`. (`Issue 137 <https://github.com/brettcannon/gidgethub/issues/132>`_). - Make router callback execution order non-deterministic to avoid relying on registration order. (`Issue 74 <https://github.com/brettcannon/gidgethub/issues/74>`_). - Fix mypy errors in ``gidgethub.httpx.GitHubAPI._request`` (`Issue 133 <https://github.com/brettcannon/gidgethub/issues/133>`_). - Make the minimum version of PyJWT be v2.0.0.