Skip to content
This repository has been 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.12.2
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.13.0
Choose a head ref
  • 10 commits
  • 123 files changed
  • 8 contributors

Commits on Feb 10, 2022

  1. chore(main): release 2.12.3-SNAPSHOT (#1625)

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

Commits on Feb 11, 2022

  1. chore: Remove @BetaApi annotations for the de-facto GA features (#1627

    )
    
    * chore: Remove `@BetaApi` annotations for the de-facto GA features
    
    Those features have been under `BetaApi` annotation for 2-3+ years.
    They are:
    - Long running operations logic
    - Streaming logic
    - Fields extractor logic
    - Interceptors logic
    - Response metadata logic
    
    Many of the classes under gax-httpjson module remain `BetaApi` as those are much younger than grpc and shared classes, and will be cleaned up with httpjson module GA (which whill hopefully happen in H1).
    
    This also addresses a couple old issues: #1095 and #702
    
    * undeprecate Distribution and Pages
    vam-google authored Feb 11, 2022
    Configuration menu
    Copy the full SHA
    837a90b View commit details
    Browse the repository at this point in the history
  2. chore: downstream check for all libraries in single job (#1581)

    * chore: check downstream libraries in gax
    
    * chore: fix typo
    
    * chore: run check on all libraries
    
    * chore: check all libaries
    
    * chore: fix tab space
    
    * chore: only run if checks if labelled
    
    * chore: fix comments
    
    * Update .kokoro/downstream-client-library-check.sh
    
    Co-authored-by: Chanseok Oh <chanseok@google.com>
    
    * Update .kokoro/downstream-client-library-check.sh
    
    Co-authored-by: Chanseok Oh <chanseok@google.com>
    
    * Update .kokoro/downstream-client-library-check.sh
    
    Co-authored-by: Chanseok Oh <chanseok@google.com>
    
    * Update .kokoro/downstream-client-library-check.sh
    
    Co-authored-by: Chanseok Oh <chanseok@google.com>
    
    * Update .kokoro/downstream-client-library-check.sh
    
    Co-authored-by: Chanseok Oh <chanseok@google.com>
    
    * Update .kokoro/downstream-client-library-check.sh
    
    Co-authored-by: Chanseok Oh <chanseok@google.com>
    
    * Update build.gradle
    
    * chore: update comments
    
    * chore: fix license year
    
    * chore: add retry
    
    * change timeout to 15 minutes.
    
    * chore: revert display commands
    
    * chore: update timeout to 100
    
    * chore: remove retry
    
    * Update downstream-client-library-check.sh
    
    * Update downstream-client-library-check.sh
    
    * Update downstream.yaml
    
    * Update downstream-client-library-check.sh
    
    Co-authored-by: Chanseok Oh <chanseok@google.com>
    Neenu1995 and chanseokoh authored Feb 11, 2022
    Configuration menu
    Copy the full SHA
    7141860 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. feat: dynamic channel pool scaled by number of outstanding request (#…

    …1569)
    
    * merge RefreshingManagedChannel & SafeShutdownManagedChannel into ChannelPool.
    
    The eventual goal is to allow channel pool to safely add remove channels. The code has been refactored roughly as:
    - SafeShutdownManagedChannel is now ChannelPool.Entry and ReleasingClientCall
    - RefreshingManagedChannel has been merged into ChannelPool as a pair of functions scheduleNextRefresh & refresh
    
    * migrate SafeShutdownManagedChannel tests
    
    * migrate old tests and remove RefreshingManagedChannel and SafeShutdownManagedChannel
    
    * fix test
    
    * address feedback
    
    * fix race condition on refresh()
    
    * fix warnings in test
    
    * Update gax-grpc/src/test/java/com/google/api/gax/grpc/ChannelPoolTest.java
    
    Co-authored-by: Chanseok Oh <chanseok@google.com>
    
    * Update gax-grpc/src/test/java/com/google/api/gax/grpc/ChannelPoolTest.java
    
    Co-authored-by: Chanseok Oh <chanseok@google.com>
    
    * handle race condition
    
    * Update gax-grpc/src/main/java/com/google/api/gax/grpc/ChannelPool.java
    
    Co-authored-by: Chanseok Oh <chanseok@google.com>
    
    * introduce dynamic channel pool
    
    * fix test after broken merge
    
    * format
    
    * address feedback
    
    * remove unused import
    
    * inline old factory methods
    
    Co-authored-by: Chanseok Oh <chanseok@google.com>
    igorbernstein2 and chanseokoh authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    fff2bab View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. chore(deps): update dependency gradle to v7.4.1 (#1632)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [gradle](https://gradle.org) ([source](https://togithub.com/gradle/gradle)) | patch | `7.4` -> `7.4.1` |
    
    ---
    
    ### 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 Mar 9, 2022
    Configuration menu
    Copy the full SHA
    c7e2915 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. chore(deps): update actions/upload-artifact action to v3 (#1631)

    Co-authored-by: gcf-merge-on-green[bot] <60162190+gcf-merge-on-green[bot]@users.noreply.github.com>
    renovate-bot and gcf-merge-on-green[bot] authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    9077522 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

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

Commits on Mar 25, 2022

  1. Configuration menu
    Copy the full SHA
    4b069e4 View commit details
    Browse the repository at this point in the history
  2. deps: update dependency io_grpc to 1.45.0. (#1639)

    deps: update dependency com.google.api.grpc:proto-google-common-protos to 2.8.0
    deps: update dependency com.google.api.grpc:grpc-google-common-protos to 2.8.0
    deps: update dependency com.google.api:api-common to 2.1.5
    deps: update dependency com_google_protobuf to 3.19.4
    deps: update dependency com.google.http-client:google-http-client to 1.41.5
    deps: update dependency com.google.http-client:google-http-client-gson to 1.41.5
    deps: update dependency com.google.guava:guava to 31.1-jre
    blakeli0 authored Mar 25, 2022
    Configuration menu
    Copy the full SHA
    5c01174 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 2.13.0 (#1628)

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