[go: nahoru, domu]

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 Loading
base: v1.43.1
Choose a base ref
...
head repository: googleapis/google-http-java-client Loading
compare: v1.43.2
Choose a head ref
  • 6 commits
  • 24 files changed
  • 5 contributors

Commits on Mar 14, 2023

  1. chore(main): release 1.43.2-SNAPSHOT (#1834)

    🤖 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] committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    1262082 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. chore: fix URL to ApacheHttpTransport connection management tutorial (#…

    …1824)
    
    * chore: fix URL to ApacheHttpTransport connection management tutorial
    
    * chore: formatting
    
    * 🦉 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>
    burkedavison and gcf-owl-bot[bot] committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    f191d33 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. ci: setting up OSSF Scorecard workflow (#1839)

    Part of b/275589993
    suztomo committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    f1da9e7 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. fix: UriTemplate reserved expansion does not escape reserved chars (#…

    …1844)
    
    When using UriTemplate.expand with a reserved expansion "{+var}", a set of allowed characters must not  be encoded. According to section of [3.2.3  Reserved Expansion: {+var}](https://www.rfc-editor.org/rfc/rfc6570#section-3.2.3), unreserved and reserved character should not be escaped.
    
    This fix adds the missing characters `#[]` that must not be percent encoded when using reserved expansion.
    
    - [x] Ensure the tests and linter pass
    - [x] Code coverage does not decrease (if any source code was changed)
    - [x] Appropriate docs were updated (if necessary)
    
    Fixes #1838
    cHengstler committed May 5, 2023
    Configuration menu
    Copy the full SHA
    91c46a9 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. test: adding java 7 check (#1847)

    * test: adding java 7 build
    
    * required check config
    suztomo committed May 9, 2023
    Configuration menu
    Copy the full SHA
    98625f6 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. chore(main): release 1.43.2 (#1845)

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