Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.
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/gax-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.6.0
Choose a base ref
...
head repository: googleapis/gax-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.7.0
Choose a head ref
  • 15 commits
  • 36 files changed
  • 8 contributors

Commits on Oct 15, 2021

  1. chore: release 2.6.1-SNAPSHOT (#1524)

    🤖 I have created a release \*beep\* \*boop\*
    ---
    ### Updating meta-information for bleeding-edge SNAPSHOT release.
    ---
    
    
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    release-please[bot] authored Oct 15, 2021
    Configuration menu
    Copy the full SHA
    26fd885 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee9e6f4 View commit details
    Browse the repository at this point in the history
  3. Fix Java 11 Javadoc generation (#1529)

    Co-authored-by: Neenu Shaji <[email protected]>
    chanseokoh and Neenu1995 authored Oct 15, 2021
    Configuration menu
    Copy the full SHA
    d76744d View commit details
    Browse the repository at this point in the history
  4. feat: next release from main branch is 2.7.0 (#1530)

    enable releases
    chanseokoh authored Oct 15, 2021
    Configuration menu
    Copy the full SHA
    a96953e View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. fix: declare depenencies of API surfaces as api (#1535)

    * deps: declaring the latest auth library version
    
    * fix: declare API surface as api configuration
    
    Fix #1534
    
    * fix: declare API surface's dependencies as 'api'
    
    Adding more artifacts to be declared as 'api' because they appear
    in public API surface. See the comment of the following issue
    for the analysis:
    #1534
    
    * refactor: move java-library declaration to top-level build.gradle
    suztomo authored Oct 18, 2021
    Configuration menu
    Copy the full SHA
    725414f View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. build: refactor Gradle build (#1539)

    * build: refactor Gradle build
    * build: simplify
    * Fix local install
    chanseokoh authored Oct 20, 2021
    Configuration menu
    Copy the full SHA
    9f96d14 View commit details
    Browse the repository at this point in the history
  2. build: remove obsolete plugin and migrate Eclipse setup (#1545)

    * build: remove obsolete plugin and migrate
    * clean up
    chanseokoh authored Oct 20, 2021
    Configuration menu
    Copy the full SHA
    9ab6bbf View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency com.google.api.grpc:grpc-google-cloud-…

    …pubsub-v1 to v1.96.7 (#1541)
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.api.grpc:grpc-google-cloud-pubsub-v1](https://togithub.com/googleapis/java-pubsub) | `1.96.6` -> `1.96.7` | [![age](https://badges.renovateapi.com/packages/maven/com.google.api.grpc:grpc-google-cloud-pubsub-v1/1.96.7/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.api.grpc:grpc-google-cloud-pubsub-v1/1.96.7/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.api.grpc:grpc-google-cloud-pubsub-v1/1.96.7/compatibility-slim/1.96.6)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.api.grpc:grpc-google-cloud-pubsub-v1/1.96.7/confidence-slim/1.96.6)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/gax-java).
    renovate-bot authored Oct 20, 2021
    Configuration menu
    Copy the full SHA
    6a10f7b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4330eb3 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2021

  1. feat: add google-c2p dependence to DirectPath (#1521)

    * feat: add google-c2p dependence to DirectPath
    
    Co-authored-by: Chanseok Oh <[email protected]>
    mohanli-ml and chanseokoh authored Oct 24, 2021
    Configuration menu
    Copy the full SHA
    d4222e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. feat: pass request in ApiTracer (#1491)

    * feat: pass request or response in ApiTracer
    
    * add comments
    
    * make change backward compatible
    
    * revert attemptSucceeded changes
    
    Co-authored-by: Igor Bernstein <[email protected]>
    mutianf and igorbernstein2 authored Oct 27, 2021
    Configuration menu
    Copy the full SHA
    27bf265 View commit details
    Browse the repository at this point in the history
  2. feat: add batch throttled time to tracer (#1463)

    Add `ApiTracer#batchRequestThrottled` to track total throttled time of a batch. In `BatcherImpl`, add throttled time to `ApiCallContext` so it can be accessed from callable chains and recorded in `ApiTracer`.
    mutianf authored Oct 27, 2021
    Configuration menu
    Copy the full SHA
    14c25cd View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

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

Commits on Nov 3, 2021

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

Commits on Nov 10, 2021

  1. chore: release 2.7.0 (#1532)

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