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: v2.0.0
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.1
Choose a head ref
  • 3 commits
  • 23 files changed
  • 3 contributors

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 <[email protected]>
    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
Loading