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.29.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.30.0
Choose a head ref
  • 14 commits
  • 14 files changed
  • 4 contributors

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    f0cfca8 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 1.29.1-SNAPSHOT (#1546)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    9ca0fff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2761a39 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    31ae7cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    734e2ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee92b88 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. feat: Support querying S2A Addresses from MDS (#1400)

    * utils.
    
    * formatted.
    
    * static mtls config.
    
    * update autoconfig endpoint URL.
    
    * plaintext and mtls S2A address.
    
    * utils.
    
    * formatted.
    
    * static mtls config.
    
    * update autoconfig endpoint URL.
    
    * plaintext and mtls S2A address.
    
    * Use logic in ComputeEngineCredentials to get MDS URL.
    
    * retry MDS request.
    
    * rebranch MtlsConfig as S2AConfig.
    
    * change naming to S2AConfig elsewhere.
    
    * set config in constructor.
    
    * make error message more specific.
    
    * move creation of transportFactory and parser out of loop.
    
    * construct request once.
    
    * move declare to loop.
    
    * remove unnecessary empty constructor.
    
    * Use default retry value.
    
    * set config in constructor.
    
    * make MDS MTLS autoconfig endpoint a static constant.
    
    * make S2AConfig private.
    
    * make constants package private.
    
    * Use Builder pattern.
    
    * Improve javadoc.
    
    * Do not retry if autoconfig endpoint doesn't exist.
    
    * add comment around catching IOException.
    
    * Try and parse each address returned from MDS.
    
    * update license dates on added files.
    
    * Use Google Java Http client built in retry.
    
    * Explain why no format check.
    
    * run linter.
    
    * move it all into 1 try block.
    
    * MockMetadataServerTransport populate content on 200.
    
    * MockMetadataServerTransport uses s2aContentMap.
    
    * Run mvn fmt:format.
    
    * Use ImmutableMap.
    
    * update javadoc to reference AIP.
    
    * Don't nest try/catch + add some comments about why no throw errors.
    
    * update javadoc for each public method.
    
    * add experimental note.
    
    * format.
    rmehta19 authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    df06bd1 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

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

Commits on Nov 1, 2024

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

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    b8c250e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d1c2de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c5ed2f View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. fix: Make it explicit that there is a network call to MDS to get Secu…

    …reSessionAgentConfig (#1573)
    
    * S2A utility returns S2AConfig.
    
    * S2A -> SecureSessionAgent.
    
    * getConfig + javadocs.
    
    * static create.
    
    * typo.
    
    * add javadoc.
    
    * format.
    rmehta19 authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    18020fe View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. chore(main): release 1.30.0 (#1560)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    387b463 View commit details
    Browse the repository at this point in the history
Loading