Skip to content
This repository was archived by the owner on Apr 20, 2026. It is now read-only.
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: spotify/github-java-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.3
Choose a base ref
...
head repository: spotify/github-java-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.4
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Dec 3, 2025

  1. Configuration menu
    Copy the full SHA
    6edf7d5 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2025

  1. Add repository-scoped token support to GithubAppClient (#258)

    Adds ability to create installation access tokens scoped to specific
    repositories instead of all repositories in an installation.
    
    Changes:
    - Add AccessTokenRequest model with repositories and repository_ids fields
    - Add overloaded getAccessToken(installationId, AccessTokenRequest) method
    - Maintain backward compatibility with existing getAccessToken(installationId)
    - Add comprehensive test coverage for scoped and unscoped tokens
    PhoebeMay authored Dec 5, 2025
    Configuration menu
    Copy the full SHA
    5058d65 View commit details
    Browse the repository at this point in the history
  2. [maven-release-plugin] prepare release v0.5.4

    GitHub Actions committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    dc52a81 View commit details
    Browse the repository at this point in the history
Loading