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: googleapis/google-auth-library-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.41.0
Choose a base ref
...
head repository: googleapis/google-auth-library-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.42.0
Choose a head ref
  • 8 commits
  • 87 files changed
  • 4 contributors

Commits on Dec 3, 2025

  1. chore(main): release 1.41.1-SNAPSHOT (#1849)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    a92dff8 View commit details
    Browse the repository at this point in the history
  2. fix: Simplify call to directly retrieve the default service account f…

    …rom MDS (#1844)
    
    * fix: Simplify call to directly retrieve the default service account from MDS
    
    * chore: Make getDefaultServiceAccountUrl package-private
    lqiu96 authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    6efda0b View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2025

  1. build: add protobuf-4.x-rc configuration to release please (#1848)

    * build: add protobuf-4.x-rc configuration to release please
    
    * chore: enable manifest option in release configuration
    diegomarquezp authored Dec 4, 2025
    Configuration menu
    Copy the full SHA
    1ce1aba View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2025

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

Commits on Jan 5, 2026

  1. chore: Migrate tests to use JUnit5 (#1869)

    * chore: migrate tests from JUnit 4 to JUnit 5
    
    * fix: move @test annotations to separate lines
    
    * chore: Fix JUnit annotations being on the same line
    
    * chore: Add junit ignore deps for dependency plugin
    
    * chore: Fix samples imports to use new junit and truth
    
    * chore: Fix invalid test
    
    * chore: Address some sonatype code smells
    
    * chore: Fix lint issues
    
    * chore: Remove unnecessary old junit profile
    
    * chore: Add junit5 platform runner
    
    * chore: Add junit4 test dep back
    
    * chore: Add junit4 to ignore in dependency check
    
    * chore: Add junit4 to ignore in dependency check
    
    * chore: Add junit4 tests to CAB module
    
    * chore: Remove hamcrest dependency
    
    * chore: Revert Junit5 changes in samples directory
    
    * chore: Revert Junit5 changes in samples directory
    
    * chore: Remove end of file whitespace
    
    * chore: Remove whitespace
    lqiu96 authored Jan 5, 2026
    Configuration menu
    Copy the full SHA
    d2010a9 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2026

  1. chore: cleanup release-please config (#1852)

    * chore: cleanup release-please config
    
    - Remove redundant options already declared at the top level.
    
    - Remove bumpMinorPreMajor for repositories after the first major release.
    
    * chore: format release-please.yml
    diegomarquezp authored Jan 13, 2026
    Configuration menu
    Copy the full SHA
    4e6e855 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2026

  1. feat: update protobuf version to 4.33.2 (#1875)

    * chore: add gencode
    
    * update protobuf version
    
    * update package path in gencode
    
    * code format
    
    * skip clirr
    
    * update http version
    JoeWang1127 authored Jan 23, 2026
    Configuration menu
    Copy the full SHA
    13ddbd1 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 1.42.0 (#1850)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jan 23, 2026
    Configuration menu
    Copy the full SHA
    3cf5ee6 View commit details
    Browse the repository at this point in the history
Loading