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-http-java-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.47.1
Choose a base ref
...
head repository: googleapis/google-http-java-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.2
Choose a head ref
  • 13 commits
  • 32 files changed
  • 7 contributors

Commits on Jul 18, 2025

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

Commits on Jul 31, 2025

  1. deps!: update guava to 33.4.8-android (#2112)

    * deps: update guava to 33.4.8-android in google-http-client and google-http-client-apache-v5
    
    This implies a drop for support of Java 7 in google-http-client, also documented in README.md
    
    * build: drop java 7 checks
    
    * deps: support java 8 by default.
    
    Other modules depend directly on google-http-client, which will drop support for java 7 from now on.
    diegomarquezp authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    941038c View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2025

  1. chore(main): release 1.47.2-SNAPSHOT (#2106)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    150135b View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2025

  1. chore(main): release 2.0.0 (#2114)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    5d0689a View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2025

  1. fix: UriTemplate expansion reserved ("+") and fragment("#") should no…

    …t encode already percent encoded parts (#2108)
    
    * Added new escaper for already percent encoded inputs
    
    * Added the new escaper to the CharEscapers utility class
    
    * Fixed the inconsistency with rfc6570#section-3.2.1
    
    * Fix linter error
    
    * Update documentation to clarify support for URI Template levels
    
    * Change PercentEncodedEscaper class to package-private
    
    ---------
    
    Co-authored-by: Diego Marquez <diegomarquezp@google.com>
    alexander-asenov and diegomarquezp authored Sep 23, 2025
    Configuration menu
    Copy the full SHA
    30766a8 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2025

  1. chore(main): release 2.0.1-SNAPSHOT (#2115)

    🤖 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 Sep 24, 2025
    Configuration menu
    Copy the full SHA
    9370499 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2025

  1. chore(main): release 2.0.1 (#2117)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [2.0.1](https://togithub.com/googleapis/google-http-java-client/compare/v2.0.0...v2.0.1) (2025-09-24)
    
    
    ### Bug Fixes
    
    * UriTemplate expansion reserved ("+") and fragment("#") should not encode already percent encoded parts ([#2108](https://togithub.com/googleapis/google-http-java-client/issues/2108)) ([30766a8](https://togithub.com/googleapis/google-http-java-client/commit/30766a8a74df49c37e80ec41f1021d4ad69a8fda))
    
    ---
    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 Sep 26, 2025
    Configuration menu
    Copy the full SHA
    c0af9bb View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2025

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

Commits on Oct 13, 2025

  1. Configuration menu
    Copy the full SHA
    1d922d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9efc208 View commit details
    Browse the repository at this point in the history
  3. chore: remove workaround for GraalVM Object instantiation (#2121)

    Fixes #2105
    
    Co-authored-by: Lawrence Qiu <lawrenceqiu@google.com>
    diegomarquezp and lqiu96 authored Oct 13, 2025
    Configuration menu
    Copy the full SHA
    9e3c57a View commit details
    Browse the repository at this point in the history
  4. chore(main): release 2.0.2-SNAPSHOT (#2118)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Oct 13, 2025
    Configuration menu
    Copy the full SHA
    350edd6 View commit details
    Browse the repository at this point in the history
  5. chore(main): release 2.0.2 (#2125)

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