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-api-java-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.5.1
Choose a base ref
...
head repository: googleapis/google-api-java-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.7.0
Choose a head ref
  • 11 commits
  • 26 files changed
  • 5 contributors

Commits on May 16, 2024

  1. chore(main): release 2.5.2-SNAPSHOT (#2479)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ### Updating meta-information for bleeding-edge SNAPSHOT release.
    
    ---
    This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
    release-please[bot] authored May 16, 2024
    Configuration menu
    Copy the full SHA
    3ba13b4 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. feat: WebHookUtil classes using the jakarta namespace (#2484)

    * feat: WebHookUtil classes using the jakarta namespace
    
    Fixes #2260
    
    Copied the implementation with the jakarta.servlet namespace
    using the same methology as googleapis/google-oauth-java-client#1115.
    
    - Replaced javax with jakarta and declared the dependency with
      provided scope.
    - Keeping the classes as `Beta` annotated.
    - No tests exist for the classes.
    - Added `@since 2.6.0` as the last release was 2.5.1.
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    suztomo and gcf-owl-bot[bot] authored May 24, 2024
    Configuration menu
    Copy the full SHA
    e928cfa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    174f626 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7556a88 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7dd907 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

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

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ### Updating meta-information for bleeding-edge SNAPSHOT release.
    
    ---
    This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
    release-please[bot] authored May 28, 2024
    Configuration menu
    Copy the full SHA
    e7a106f View commit details
    Browse the repository at this point in the history
  3. chore: pinning jakarta servlet API v5 (#2487)

    * chore: pinning jakarta servlet API v5
    
    Pinning jakarta servlet API v5 because v6 does not work with Java
    8 compilation.
    
    * matchPackageNames
    
    https://docs.renovatebot.com/configuration-options/#matchpackagenames
    suztomo authored May 28, 2024
    Configuration menu
    Copy the full SHA
    b3df1f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. feat: Provide HttpTransport support for google certificates with apac…

    …he HTTP client v5 (#2497) (#2503)
    
    provide new GoogleApache5HttpTransport that returns HttpTransport with google certificates using apache HTTP client v5
    ldetmer authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    0d39b43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8fa311 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 2.7.0 (#2504)

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