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/sdk-platform-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.22.0
Choose a base ref
...
head repository: googleapis/sdk-platform-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.23.0
Choose a head ref
  • 14 commits
  • 65 files changed
  • 6 contributors

Commits on Jun 22, 2023

  1. chore(main): release 2.22.1-SNAPSHOT (#1801)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    596ebbd View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    4c74107 View commit details
    Browse the repository at this point in the history
  2. ci: add showcase-clirr check (#1805)

    * ci: add showcase-clirr check
    
    * chore: eliminate showcase version assumption
    
    * chore: use target-branch showcase version for comparison
    burkedavison authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    355b713 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

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

Commits on Jun 27, 2023

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

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    41007a9 View commit details
    Browse the repository at this point in the history
  2. feat: support GDC-H Credentials (#1642)

    * chore: initial additions to handle GDC-H API audience
    
    * chore: add unit tests for GDC-H
    
    * chore: cleanup of logic
    
    * chore: decompose tests into separate methods
    
    * chore: fix clirr diff check
    
    * chore: fmt:format
    
    * chore: add support in `ClientSettings`
    
    * chore: add showcase IT for GDCH credentials
    
    * chore: comments
    
    * chore: improve tests
    
    * chore: add partial IT for testing context credential
    
    * chore: recreate GdchCredentials with audience using convenience method
    
    * chore: more readable api audience logic
    
    * chore: no wildcard imports
    
    * chore: javadoc for public methods
    
    * chore: gdch test to use default null initialization
    
    * chore: tear down for gdch IT
    
    * chore: `assertThrows` for gdch ITs
    
    * chore: mvn fmt:format
    
    * test: remove context test
    
    * docs: explain that audience will be overriden if set through client/stub settings
    
    * test: test audience setting should modify initial credentials
    
    * chore: clirr check
    
    * chore: ignore gdch changes
    
    * chore: format
    
    * chore: default to endpoint if audience not provided
    
    * test: refresh gdch creds to confirm audience works
    
    * chore: fmt
    
    * chore: fmt
    
    * chore: better test names in ClientContextTest
    
    * chore: better test names for showcase tests
    
    * chore: simplify refresh verification logic
    
    * chore: include outcome in gdch it test names
    
    * chore: expand comments in GDCH ITs
    
    * test: intercept mock transport to verify audience
    
    * chore: fmt
    
    * chore: move auth test-jar to shared dependencies
    
    * chore: cleanup
    
    * chore: use inferred version for auth library
    
    * deps: update google-auth-java-library to 1.19.0
    
    * choreL fmt ITGdch.java
    
    * chore: import auth test-jar using common version variable
    
    * chore: remove auth test-jar import from first-party-dependencies
    
    * chore: add license headers to new files
    
    * chore: revert google-auth-version to be obtained from main branch
    
    * chore: correct showcase parent pom indentation
    
    * chore: remove resource declaration for native test build
    diegomarquezp authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    26da0d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    1ace494 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ff8cc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8fd77d View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. build(deps): Bump guava version to 32.1.1-jre (#1832)

    * chore: Bump guava version to 32.1.1-jre
    
    * chore: Add guava to gradle template
    lqiu96 authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    016e84d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f45313 View commit details
    Browse the repository at this point in the history
  3. ci: fix showcase-clirr check on release PRs (#1835)

    Install sdk-platform-java before performing final clirr check, so version changes are available in the local repository
    burkedavison authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    7ad9b43 View commit details
    Browse the repository at this point in the history
  4. chore(main): release 2.23.0 (#1806)

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