Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PyGithub/PyGithub
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.9.0
Choose a base ref
...
head repository: PyGithub/PyGithub
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.9.1
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Mar 24, 2026

  1. Fix getting release by tag in lazy mode (#3469)

    Getting a release by tag cannot return a lazy release. The URL that is
    used to fetch the release by tag cannot be used for subsequent requests
    (like getting assets). The URL first has to be turned into the URL that
    contains the release id. This requires an API call.
    
    Supersedes #3468. Fixes #3467.
    
    Co-authored-by: Sebastien NICOT <[email protected]>
    EnricoMi and SebastienSyd authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    7d1ba28 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2026

  1. Release 2.9.1 (#3478)

    EnricoMi authored Apr 13, 2026
    Configuration menu
    Copy the full SHA
    73742d4 View commit details
    Browse the repository at this point in the history
Loading