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: sterago/github-java-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
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: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 7 files changed
  • 6 contributors

Commits on Dec 1, 2025

  1. Configuration menu
    Copy the full SHA
    a489bdc View commit details
    Browse the repository at this point in the history
  2. [maven-release-plugin] prepare release v0.5.2

    GitHub Actions committed Dec 1, 2025
    Configuration menu
    Copy the full SHA
    765863b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb07380 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2025

  1. Update opentelemetry to 1.51.0 (spotify#257)

    This will make it compatible with a Spotify internal library bump
    mitchhentgesspotify authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    9d533d1 View commit details
    Browse the repository at this point in the history
  2. [maven-release-plugin] prepare release v0.5.3

    GitHub Actions committed Dec 3, 2025
    Configuration menu
    Copy the full SHA
    6860b1f View commit details
    Browse the repository at this point in the history
  3. 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 (spotify#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
  3. Configuration menu
    Copy the full SHA
    1b174d3 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2025

  1. Create EventType.java (spotify#201)

    * Create EventType.java
    
    Make it easier for parsing github events from request header
    
    * Update EventType.java
    
    * Update EventType.java
    a4501150 authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    e1d99bf View commit details
    Browse the repository at this point in the history
  2. [maven-release-plugin] prepare release v0.5.5

    GitHub Actions committed Dec 11, 2025
    Configuration menu
    Copy the full SHA
    34fdf6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d73699d View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2026

  1. Update README.md (spotify#261)

    ebk45 authored Jan 15, 2026
    Configuration menu
    Copy the full SHA
    2f2fef7 View commit details
    Browse the repository at this point in the history
Loading