Skip to content

5.0.0

Compare
Choose a tag to compare
@Mariatta Mariatta released this 06 Jan 19:49
  • Add gidgethub.routing.Router.fetch for obtaining a frozenset of functions
    registered to the router that the event would be called on.
    Issue #74.
  • Add support for GitHub Actions Environment Files with gidgethub.actions.setenv
    and gidgethub.actions.addpath.
    Issue #137.
  • Make router callback execution order non-deterministic to avoid relying on
    registration order.
    Issue #74.
  • Fix mypy errors in gidgethub.httpx.GitHubAPI._requestIssue #133.
  • Make the minimum version of PyJWT be v2.0.0.